summaryrefslogtreecommitdiff
path: root/src/pfr/pfrgload.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Werner Lemberg2016-01-131-1/+1
|
* Don't use macro names that contain `__' [1/2].Werner Lemberg2016-01-121-3/+3
| | | | | | Such macro names are reserved for both C and C++. */*: Replace macros of the form `__XXX_H__' with `XXX_H_'.
* Run `src/tools/update-copyright'.Werner Lemberg2015-01-171-1/+1
|
* Formatting; adding file headers.Werner Lemberg2002-10-071-0/+3
|
* * src/pfr/pfrload.c (pfr_extra_items_farse): Fix debug message.Werner Lemberg2002-04-201-3/+22
| | | | | | | | | (pfr_phy_font_load): s/size/Size/ for local variable to avoid compiler warning. * src/pfr/pfrobjs.c (pfr_face_init): Fix debug message. (pfr_slot_load): Remove redundant local variable. adding copyrights, formatting
* * src/type1/t1gload.h, src/type1/t1gload.c: fixed incorrectDavid Turner2002-04-191-0/+27
parameter sign-ness in callback function * include/freetype/config/ftmodule.h, include/freetype/internal/fttrace.h, src/Jamfile, src/pfr/*: adding a PFR font driver to the FreeType sources. Not that it doesn't support embedded bitmaps or kerning tables for now.. * include/freetype/internal/ftmemory.h: adding the FT_MEM_ZERO and FT_ZERO macros * include/freetype/internal/ftstream.h: adding the FT_NEXT_OFF3, FT_NEXT_UOFF3, FT_NEXT_OFF3_LE and FT_NEXT_UOFF3_LE to parse in-memory 24-bit integers.