wok diff freetype/description.txt @ rev 20587
gcompris, gtk-vnc: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 13:24:14 2018 +0100 (2018-12-15) |
parents | 86698e8d683a |
children |
line diff
1.1 --- a/freetype/description.txt Tue May 10 12:26:40 2016 +0200 1.2 +++ b/freetype/description.txt Sat Dec 15 13:24:14 2018 +0100 1.3 @@ -3,4 +3,11 @@ 1.4 most vector and bitmap font formats for digital typography. FreeType is a freely 1.5 available and portable software library to render fonts. 1.6 1.7 -This version supports NO_SUBPIXEL_HINTING environment variable. 1.8 +Subpixel hinting mode can be chosen by setting the right value in your 1.9 +environment, for example /etc/profile or ~/.profile 1.10 + 1.11 +Available settings: 1.12 + 1.13 + * FT2_SUBPIXEL_HINTING=0 # Classic mode 1.14 + * FT2_SUBPIXEL_HINTING=1 # Infinality mode 1.15 + * FT2_SUBPIXEL_HINTING=2 # Default mode