From: Patrick Lam Date: Sat, 19 Nov 2005 22:38:39 +0000 (+0000) Subject: Get rid of the use of freetype internal headers in fcfreetype.c, since X-Git-Tag: fc-2_3_93~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8c24aa6b45ce7fa0b872ca2e9c3b96e1a5b720e4;p=fontconfig.git 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 --- diff --git a/ChangeLog b/ChangeLog index a350daa..e5796a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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