]> git.wh0rd.org - fontconfig.git/commit
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)
commit8c24aa6b45ce7fa0b872ca2e9c3b96e1a5b720e4
treeaf66085b2ca3a848d04ffe26982d0d9ab9f4f505
parent824c7bf02515cde1cc562eb6a64b9857d03913fc
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