Get rid of the use of freetype internal headers in fcfreetype.c, since
those headers will go away with freetype 2.2. Replace with public domain ftglue code from pango. Note that the patch removes some extra error checking in FT_Get_BDF_Property() and comments out the skipping of empty pcf fonts. reviewed by: plam
This commit is contained in:
parent
824c7bf025
commit
8c24aa6b45
|
@ -4,6 +4,8 @@
|
|||
* src/Makefile.am:
|
||||
* src/fcfreetype.c (FcGetPixelSize, FcFreeTypeQuery, GetScriptTags,
|
||||
FcFontCapabilities):
|
||||
* src/ftglue.c:
|
||||
* src/ftglue.h:
|
||||
|
||||
Get rid of the use of freetype internal headers in fcfreetype.c,
|
||||
since those headers will go away with freetype 2.2. Replace with
|
||||
|
|
Loading…
Reference in New Issue