Change from FreeType 2.7 to 2.6.5. 2.7's font rendering is too blurry at low resolutions...

This commit is contained in:
Alex Szpakowski
2016-10-29 15:43:52 -03:00
parent 47c56a7cbc
commit 27c19e0af9
770 changed files with 1429 additions and 3230 deletions
+5
View File
@@ -0,0 +1,5 @@
#! /usr/bin/sed -nf
s/^#define *FREETYPE_MAJOR *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
s/^#define *FREETYPE_MINOR *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
s/^#define *FREETYPE_PATCH *\([^ ][^ ]*\).*$/freetype_patch=".\1" ;/p