summaryrefslogtreecommitdiff
path: root/src/ftglue.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix undefined-behavior signed shiftsBehdad Esfahbod2018-01-091-6/+6
|
* Remove unused ftglue codeBehdad Esfahbod2009-06-281-33/+0
|
* Hide FreeType glue code from library ABI.Keith Packard2006-09-041-1/+3
| | | | FreeType glue code was escaping the shared library.
* Remove stuff we don't use, make get_{char,short,long} functions of ftgluePatrick Lam2006-03-081-28/+11
| | | | | | macros to be inlined. Code cleanups (excess prototype, old-style function definition). reviewed by: plam
* Get rid of the use of freetype internal headers in fcfreetype.c, sincePatrick Lam2005-11-191-0/+159
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