Al-Qurtas-Islamic-bank-The-.../include/freetype
Wu, Chia-I (吳佳一) 0d565fdc1d * include/freetype/internal/ftobjs.h (FT_Face_InternalRec): Remove
unused `max_points' and `max_contours'.

* src/cid/cidobjs.c (cid_face_init), src/type1/t1objs.c
(T1_Face_Init), src/type42/t42objs.c (T42_Face_Init): Update.

* include/freetype/internal/tttypes.h (TT_FaceRec): Remove unused
`max_components'.

* src/truetype/ttinterp.h (TT_ExecContextRec): Remove unused
`loadSize' and `loadStack'.

* src/truetype/ttinterp.c (TT_Done_Context, TT_Load_Context),
src/sfnt/ttload.c (tt_face_load_maxp): Update.

* src/cff/cffobjs.h (cff_size_select), src/sfnt/sfdriver.c
(sfnt_interface), src/truetype/ttdriver.c (tt_size_request): Fix
compiler errors/warnings when TT_CONFIG_OPTION_EMBEDDED_BITMAPS is not
defined.

* src/sfnt/ttmtx.c (tt_face_load_hmtx, tt_face_get_metrics): Fix
possible segment faults for the non-FT_OPTIMIZE_MEMORY'ed versions.
(finally!)

For most OpenType tables, `tt_face_load_xxxx' simply loads the table
and `face->root' is set later in `sfnt_load_face'.  Here, we try to
make this work for _all_ tables.

* src/sfnt/ttsbit.c, src/sfnt/ttsbit0.c, src/sfnt/ttload.c,
src/sfnt/ttmtx.c: all `tt_face_load_xxxx' should load the table and
then exit.  Error handling or setting face->root is done later in
`sfnt_load_face'.
Pretty trace messages.

* src/sfnt/sfobjs.c (sfnt_load_face): Work harder.
Mac bitmap-only fonts are not scalable.
Check that `face->header.Units_Per_EM' is not zero.
(LOAD_, LOADM_): Pretty trace messages.

* src/sfnt/ttsbit0.c (tt_face_load_strike_metrics): Read metrics from
`eblc'.

* src/sfnt/ttcmap.c (tt_face_build_cmaps), src/sfnt/ttpost.c
(load_format_20, load_format_25, tt_face_get_ps_name): Use
face->max_profile.numGlyphs, instead of face->root.num_glyphs.
2006-02-15 07:44:31 +00:00
..
cache * src/cache/ftccache.c (FTC_Cache_Clear), src/cache/ftcmanag.c 2005-11-12 17:07:11 +00:00
config * include/freetype/config/ftoption.h (AF_CONFIG_OPTION_CJK): #define 2006-02-11 12:12:02 +00:00
internal * include/freetype/internal/ftobjs.h (FT_Face_InternalRec): Remove 2006-02-15 07:44:31 +00:00
freetype.h * include/freetype/ftoutln.h (FT_Outline_Embolden): Mention in 2006-02-15 06:05:52 +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 Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +00:00
ftbitmap.h * include/freetype/ftbitmap.h (FT_Bitmap_Copy, FT_Bitmap_Embolden), 2005-10-20 02:13:46 +00:00
ftcache.h * include/freetype/ftsysmem.h, include/freetype/ftsysio.h: Removed. 2005-10-27 21:28:35 +00:00
ftchapters.h * include/freetype/freetype.h, include/freetype/ftchapters.h: Add 2005-08-30 00:22:46 +00:00
fterrdef.h * src/cid/cidload.c (cid_face_open): Always allocate 2004-02-12 08:33:20 +00:00
fterrors.h * include/freetype/internal/ftobjs.h: Don't include 2004-09-06 07:06:56 +00:00
ftglyph.h Fix documentation error. 2003-11-12 15:15:49 +00:00
ftgxval.h * src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number 2005-11-18 08:23:06 +00:00
ftgzip.h Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +00:00
ftimage.h * src/base/ftoutln.c (FT_Outline_Embolden): Strength should be 2005-06-16 19:07:08 +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
ftlzw.h Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +00:00
ftmac.h Copyright year, minor formatting. 2006-01-12 08:49:24 +00:00
ftmm.h * src/type1/t1load.c (mm_axis_unmap, mm_weights_unmap): New 2004-05-20 09:21:19 +00:00
ftmodapi.h * docs/CHANGES: Updated. 2006-01-08 22:34:01 +00:00
ftmoderr.h * docs/CHANGES, docs/INSTALL.ANY: Updated. 2005-03-23 16:45:24 +00:00
ftotval.h * src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number 2005-11-18 08:23:06 +00:00
ftoutln.h * include/freetype/ftoutln.h (FT_Outline_Embolden): Mention in 2006-02-15 06:05:52 +00:00
ftpfr.h Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +00:00
ftrender.h * src/base/ftoutln.c (FT_Outline_Embolden): Strength should be 2005-06-16 19:07:08 +00:00
ftsizes.h Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +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 Fix comment style. 2005-10-26 20:08:45 +00:00
ftsynth.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00
ftsystem.h * include/freetype/ftsysmem.h, include/freetype/ftsysio.h: Removed. 2005-10-27 21:28:35 +00:00
fttrigon.h * include/freetype/ftsysmem.h, include/freetype/ftsysio.h: Removed. 2005-10-27 21:28:35 +00:00
fttypes.h * include/freetype/config/ftstdlib.h: Include `stddef.h'. 2004-10-14 11:33:04 +00:00
ftwinfnt.h Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +00:00
ftxf86.h * include/freetype/ftmac.h (FT_GetFile_From_Mac_Name): Fix a typo 2004-02-17 13:46:17 +00:00
t1tables.h Add new function FT_Get_PS_Font_Private(). 2004-11-12 07:02:45 +00:00
ttnameid.h Formatting, copyright years. 2004-12-04 14:23:50 +00:00
tttables.h Fix comment style. 2005-10-26 20:08:45 +00:00
tttags.h * include/freetype/config/ftoption.h, 2005-12-14 20:38:15 +00:00
ttunpat.h * include/freetype/*: Add a guard to all public header files which 2003-11-04 07:44:19 +00:00