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:
Patrick Lam 2005-11-19 22:38:39 +00:00
parent 824c7bf025
commit 8c24aa6b45
1 changed files with 2 additions and 0 deletions

View File

@ -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