mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user