wok
annotate freetype/description.txt @ rev 22045
updated tmux-mem-cpu-load (2.2.1 -> 3.4.0)
author |
Hans-G?nter Theisgen |
date |
Tue Oct 22 14:09:23 2019 +0100 (2019-10-22) |
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
|