freetype2/include/freetype
David Turner 87c0d30fc5 * include/freetype/fttypes.h
src/autofit/afangles.c
        src/autofit/aflatin.c
        src/autohint/ahglyph.c
        src/autohint/ahhint.c
        src/base/ftcalc.c
        src/base/ftgloadr.c
        src/base/ftglyph.c
        src/base/ftobjs.c
        src/base/ftsynth.c
        src/base/fttrigon.c
        src/cff/cffgload.c
        src/cid/cidgload.c
        src/cid/cidload.c
        src/pfr/pfrgload.c
        src/pfr/pfrload.c
        src/pfr/pfrsbit.c
        src/psaux/psobjs.c
        src/pshinter/pshalgo.c
        src/pshinter/pshglob.c
        src/pshinter/pshrec.c
        src/raster/ftrend1.c
        src/sfnt/ttcmap0.c
        src/smooth/ftsmooth.c
        src/truetype/ttdriver.c
        src/truetype/ttgload.c
        src/truetype/ttinterp.c
        src/truetype/ttobjs.c
        src/type1/t1gload.c
        src/winfonts/winfnt.c:

          use of the FT_PAD_XXX and FT_PIX_XXX macros to avoid compiler
          warnings with very pedantic compilers. Hints:  (x) & -64 will
          warn if (x) is not signed.. use (x) & ~63 instead !
2003-12-24 01:10:46 +00:00
..
cache * include/freetype/cache/ftccache.h, 2003-12-23 23:54:00 +00:00
config * devel/ftoption.h: Define FT_DEBUG_MEMORY. 2003-12-20 07:43:45 +00:00
internal * include/freetype/fttypes.h 2003-12-24 01:10:46 +00:00
freetype.h * include/freetype/ftwinfnt.h (FT_WinFNT_ID_*): New definitions 2003-12-22 23:01:20 +00:00
ftbbox.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftbdf.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftcache.h * include/freetype/ftcache.h, 2003-12-22 21:53:37 +00:00
ftchapters.h updating documentation & changes 2002-11-13 23:28:08 +00:00
fterrdef.h * src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/. 2002-05-21 14:13:01 +00:00
fterrors.h * builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to 2002-03-29 07:43:04 +00:00
ftglyph.h Fix documentation error. 2003-11-12 15:15:49 +00:00
ftgzip.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftimage.h * Version 2.1.7 released. 2003-11-09 08:37:14 +00:00
ftincrem.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftlist.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftmac.h Formatting. 2001-12-07 21:56:32 +00:00
ftmm.h * include/freetype/ftmm.h, include/freetype/ftmodule.h, 2003-09-11 19:51:54 +00:00
ftmodapi.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftmoderr.h * src/tools/glnames.py: Updated to AGL 2.0. 2003-06-23 19:26:53 +00:00
ftoutln.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftpfr.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftrender.h * src/sfnt/ttpost.c (load_post_names, tt_face_free_ps_names, 2002-09-27 11:09:23 +00:00
ftsizes.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftsnames.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftstroke.h new version of the cache sub-system - still under debugging 2003-12-19 21:23:58 +00:00
ftsynth.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftsysio.h Formatting, minor doc fixes. 2002-09-18 11:32:12 +00:00
ftsysmem.h Formatting, minor doc fixes. 2002-09-18 11:32:12 +00:00
ftsystem.h * include/freetype/ftgzip.h, src/gzip/ftgzip.c: 2002-10-31 22:19:27 +00:00
fttrigon.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
fttypes.h * include/freetype/fttypes.h 2003-12-24 01:10:46 +00:00
ftwinfnt.h * include/freetype/ftwinfnt.h (FT_WinFNT_ID_*): New definitions 2003-12-22 23:01:20 +00:00
ftxf86.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
t1tables.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ttnameid.h * include/freetype/ttnameid.h (TT_ADOBE_ID_LATIN_1): New macro. 2003-12-18 15:29:20 +00:00
tttables.h Add new function FT_Get_CMap_Language_ID to extract the language ID 2003-12-17 14:28:22 +00:00
tttags.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ttunpat.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00