From 8c24aa6b45ce7fa0b872ca2e9c3b96e1a5b720e4 Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Sat, 19 Nov 2005 22:38:39 +0000 Subject: [PATCH] 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 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5