wok-current
annotate freetype/description.txt @ rev 25727
Add miss stuff folder for libxml++, dbus-c++
author |
Stanislas Leduc <shann@slitaz.org> |
date |
Tue Nov 05 13:46:37 2024 +0000 (4 months 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
|