freetype/src
Werner Lemberg 159d431faa Updating to OpenType 1.3.
* include/freetype/internal/tttypes.h (TT_CMap0, TT_CMap2, TT_CMap4,
TT_CMap6): Adding field `language'.
(TT_CMapTable): Removing field `language'.
Type of `length' field changed to FT_ULong.
Adding fields for cmaps format 8, 10, and 12.
(TT_CMapGroup): New auxiliary structure.
(TT_CMap8_12, TT_CMap10): New structures.
* include/freetype/tttables.h (TT_HoriHeader, TT_VertHeader):
Removed last element of `Reserved' array.
* include/freetype/ttnameid.h (TT_PLATFORM_CUSTOM, TT_MS_ID_UCS_4,
TT_NAME_ID_CID_FINDFONT_NAME): New macros.

* src/sfnt/ttcmap.c (TT_CharMap_Load): Updated loading of `language'
field to the new structures.
Fixed freeing of arrays in case of unsuccessful loads.
Added support for loading format 8, 10, and 12 cmaps.
(TT_CharMap_Free): Added support for freeing format 8, 10, and 12
cmaps.
(code_to_index4): Small improvement.
(code_to_index6): Ditto.
(code_to_index8_12, code_to_index10): New functions.
* src/sfnt/ttload.c (TT_Load_Metrics_Header): Updated to new
structure.
(TT_Load_CMap): Ditto.

* src/sfnt/sfobjs.c (tt_encodings): Add MS UCS4 table (before MS
Unicode).


* src/type1/t1driver.c (t1_get_name_index): Fix compiler warning.
2001-08-13 11:44:29 +00:00
..
autohint * src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove 2001-07-03 12:45:24 +00:00
base Updating to OpenType 1.3. 2001-08-13 11:44:29 +00:00
cache finishing function header formatting 2001-06-28 17:49:10 +00:00
cff Updating to OpenType 1.3. 2001-08-13 11:44:29 +00:00
cid * src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove 2001-07-03 12:45:24 +00:00
pcf removed pedantic compiler warnings when the bytecode 2001-07-07 16:12:14 +00:00
psaux * include/freetype/internal/psaux.h (PS_Table): Use FT_Offset for 2001-07-17 12:37:54 +00:00
psnames finishing function header formatting 2001-06-28 17:49:10 +00:00
raster finishing function header formatting 2001-06-28 17:49:10 +00:00
sfnt Updating to OpenType 1.3. 2001-08-13 11:44:29 +00:00
smooth finishing function header formatting 2001-06-28 17:49:10 +00:00
tools finishing function header formatting 2001-06-28 17:49:10 +00:00
truetype formatting 2001-07-07 23:24:02 +00:00
type1 Updating to OpenType 1.3. 2001-08-13 11:44:29 +00:00
winfonts finishing function header formatting 2001-06-28 17:49:10 +00:00
Jamfile * Jamfile, src/Jamfile, src/*/Jamfile: Formatted. Slight changes 2001-04-03 21:07:36 +00:00