]> 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:37:24 +0000 (22:37 +0000)
committerPatrick Lam <plam@MIT.EDU>
Sat, 19 Nov 2005 22:37:24 +0000 (22:37 +0000)
commit824c7bf02515cde1cc562eb6a64b9857d03913fc
tree2e12bbe9590e06d28cd590301fbb3d43de6a23fb
parent8ebf7725a8607b39ff505029b2a41369d67eb736
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
src/ftglue.c [new file with mode: 0644]
src/ftglue.h [new file with mode: 0644]