wok annotate freetype/description.txt @ rev 19701

Up: slitaz-tools and slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 14 12:11:41 2017 +0100 (2017-02-14)
parents 86698e8d683a
children
rev   line source
al@18549 1 FreeType is written in C. It is designed to be small, efficient, and highly
al@18549 2 customizable while capable of producing high-quality output (glyph images) of
al@18549 3 most vector and bitmap font formats for digital typography. FreeType is a freely
al@18549 4 available and portable software library to render fonts.
psychomaniak@19127 5
al@19306 6 Subpixel hinting mode can be chosen by setting the right value in your
al@19306 7 environment, for example /etc/profile or ~/.profile
al@19306 8
al@19306 9 Available settings:
al@19306 10
al@19306 11 * FT2_SUBPIXEL_HINTING=0 # Classic mode
al@19306 12 * FT2_SUBPIXEL_HINTING=1 # Infinality mode
al@19306 13 * FT2_SUBPIXEL_HINTING=2 # Default mode