Al-Qurtas-Islamic-bank-The-.../src/type1
Werner Lemberg 0f7c2f1aa5 Adding the function `FT_Get_Next_Char', doing the obvious thing
w.r.t. the selected charmap.

* include/freetype/freetype.h: Add prototype.
* include/freetype/internal/ftdriver.h: Add `FTDriver_getNextChar'
typedef.
(FT_Driver_Class): Use it.
* include/freetype/internal/psnames.h: Add `PS_Next_Unicode_Func'
typedef.
(PSNames_Interface): Use it.
* include/freetype/internal/tttypes.h: Add `TT_CharNext_Func'
typedef.
(TT_CMapTable): Use it.

* src/base/ftobjs.c (FT_Get_Next_Char): New function, implementing
high-level API.
* src/cff/cffdrivr.c (cff_get_next_char): New function.
(cff_driver_class): Add it.
* src/cid/cidriver.c (Cid_Get_Next_Char): New function.
(t1cid_driver_class): Add it.
* src/pcf/pcfdriver.c (PCF_Get_Next_Char): New function.
(pcf_driver_class): Add it.
* src/psnames/psmodule.c (PS_Next_Unicode): New function.
(psnames_interface): Add it.
* src/sfnt/ttcmap.c (code_to_next0, code_to_next2, code_to_next4,
code_to_next6, code_to_next_8_12, code_to_next_10): New auxiliary
functions.
(TT_CharMap_Load): Use them.
* src/truetype/ttdriver.c (Get_Next_Char): New function.
(tt_driver_class): Add it.
* src/type1/t1driver.c (Get_Next_Char): New function.
(t1_driver_class): Add it.
* src/winfnt/winfnt.c (FNT_Get_Next_Char): New function.
(winfnt_driver_class): Add it.

* src/pcf/pcfread.c (pcf_load_font): For now, report Unicode for
Unicode and Latin 1 encodings.
2002-02-04 20:55:58 +00:00
..
Jamfile * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
module.mk Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00
rules.mk Complete redesign of error codes. Please check ftmoderr.h for more 2001-06-06 17:30:41 +00:00
t1afm.c * src/type1/t1afm.c (T1_Done_AFM): Free `afm'. 2001-09-15 10:05:12 +00:00
t1afm.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1driver.c Adding the function `FT_Get_Next_Char', doing the obvious thing 2002-02-04 20:55:58 +00:00
t1driver.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1errors.h Formatting. 2001-06-19 23:03:41 +00:00
t1gload.c * src/type1/t1gload.c (T1_Load_Glyph): enable font matrix transform 2001-12-20 09:36:21 +00:00
t1gload.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1load.c * src/type1/t1load.c (parse_encoding): Set `loader->num_chars'. 2002-01-28 13:34:52 +00:00
t1load.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1objs.c * src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler 2002-01-03 22:06:13 +00:00
t1objs.h Formatting. 2001-12-05 01:22:05 +00:00
t1parse.c * src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove 2001-07-03 12:45:24 +00:00
t1parse.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1tokens.h finishing function header formatting 2001-06-28 17:49:10 +00:00
type1.c finishing function header formatting 2001-06-28 17:49:10 +00:00