]> git.wh0rd.org - fontconfig.git/commitdiff
Get rid of the use of freetype internal headers in fcfreetype.c, since
authorPatrick Lam <plam@MIT.EDU>
Sat, 19 Nov 2005 22:38:39 +0000 (22:38 +0000)
committerPatrick Lam <plam@MIT.EDU>
Sat, 19 Nov 2005 22:38:39 +0000 (22:38 +0000)
    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

ChangeLog

index a350daa2714ea814b40ac97e8fc5163c51917764..e5796a4c5947aa8b8802fa879f38740be0f65d6c 100644 (file)
--- 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