wok diff freetype/description.txt @ rev 22861

updated gnu-efi (3.0.6 -> 3.0.11)
author Hans-G?nter Theisgen
date Thu Feb 20 17:09:58 2020 +0100 (2020-02-20)
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	Thu Feb 20 17:09:58 2020 +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