wok annotate freetype/description.txt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (11 days ago)
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