Al-Qurtas-Islamic-bank-The-.../src/sfnt
Wu, Chia-I (吳佳一) f5aa47beb0 Clean up the SFNT_Interface. Table loading functions are now named
after the tables' tags;  `hdmx' is TrueType-specific and thus the code
is moved to the truetype module; `get_metrics' is moved here from the
truetype module so that the code can be shared with the cff module.

This pass involves no real changes.  That is, the code is moved
verbatim mostly.  The only exception is the return value of
`tt_face_get_metrics'.

* include/freetype/internal/sfnt.h, src/sfnt/rules.mk,
src/sfnt/sfdriver.c, src/sfnt/sfnt.c, src/sfnt/sfobjs.c,
src/sfnt/ttload.c, src/sfnt/ttload.h, src/sfnt/ttsbit.c,
src/sfnt/ttsbit.h, src/sfnt/ttsbit0.c: Clean up the SFNT_Interface.

* src/sfnt/ttmtx.c, src/sfnt/ttmtx.h: Metrics-related tables' loading
and parsing code is moved here.
Move `tt_face_get_metrics' here from the truetype module.  The return
value is changed from `void' to `FT_Error'.

* include/freetype/internal/fttrace.h: New trace: ttmtx.

* src/truetype/ttpload.c, src/truetype/ttpload.h: `hdmx' loading and
parsing code is moved here.
New function `tt_face_load_prep' splitted from `tt_face_load_fpgm'.
`tt_face_load_fpgm' returns `FT_Err_Ok' if `fpgm' doesn't exist.

* src/cff/cffgload.c, src/cff/cffobjs.c: Update.

* src/truetype/ttgload.c, src/truetype/ttobjs.c: Update.
2006-02-14 06:40:10 +00:00
..
Jamfile * include/freetype/config/ftoption.h, 2005-12-14 20:38:15 +00:00
module.mk Implement new, simplified module selection. With GNU make it is now 2006-01-31 20:17:42 +00:00
rules.mk Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
sfdriver.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
sfdriver.h finishing function header formatting 2001-06-28 17:49:10 +00:00
sferrors.h * include/freetype/internal/ftobjs.h: Don't include 2004-09-06 07:06:56 +00:00
sfnt.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
sfobjs.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
sfobjs.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttbdf.c add '\n' to the end of src/sfnt/ttbdf.c 2005-12-28 06:47:12 +00:00
ttbdf.h * include/freetype/config/ftoption.h, 2005-12-14 20:38:15 +00:00
ttcmap.c * src/sfnt/ttcmap.c, src/sfnt/ttcmap.h: 2005-11-30 18:47:49 +00:00
ttcmap.h * src/sfnt/ttcmap.c, src/sfnt/ttcmap.h: 2005-11-30 18:47:49 +00:00
ttkern.c Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
ttkern.h Formatting. 2005-03-01 02:13:50 +00:00
ttload.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttload.h Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttmtx.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttmtx.h Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttpost.c * include/freetype/internal/bdftypes.h: removed obsolete header 2003-10-29 21:43:52 +00:00
ttpost.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttsbit.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttsbit.h Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttsbit0.c Clean up the SFNT_Interface. Table loading functions are now named 2006-02-14 06:40:10 +00:00
ttsbit0.h * src/autofit/afglobal.c (af_face_globals_get_metrics): 2005-03-26 10:27:09 +00:00