freetype2/docs
Werner Lemberg ef512e3ec6 Add support for the hexadicimal representation of binary data
started with `StartData' in CID-keyed Type 1 fonts.

* include/freetype/internal/t1types.h (CID_FaceRec): Add new
members `binary_data' and `cid_stream'.

* src/cid/cidload.c (cid_read_subrs): Use `face->cid_stream'.
(cid_hex_to_binary): New auxiliary function.
(cid_face_open): Add new argument `face_index' to return quickly
if less than zero.  Updated all callers.
Call `cid_hex_to_binary', then open and assign memory stream to
`face->cid_stream' if `parser->binary_length' is non-zero.
* src/cid/cidload.h: Updated.

* src/cid/cidobjs.c (cid_face_done): Free `binary_data' and
`cid_stream'.

* src/cid/cidparse.c (cid_parser_new): Check arguments to
`StartData' and set parser->binary_length accordingly.
* src/cid/cidparse.h (CID_Parser): New member `binary_length'.

* src/cid/cidgload.c (cid_load_glyph): Use `face->cid_stream'.

* docs/CHANGES: Updated.


include/freetype/config/ftstdlib.h (ft_atoi): Replaced with...
(ft_atol): This.
* src/base/ftdbgmem.c: s/atol/ft_atol/.
* src/type42/t42drivr.c: s/ft_atoi/ft_atol/.
2004-01-23 19:52:40 +00:00
..
reference Initial revision 2003-07-09 15:22:39 +00:00
CHANGES Add support for the hexadicimal representation of binary data 2004-01-23 19:52:40 +00:00
CUSTOMIZE * Version 2.1.7 released. 2003-11-09 08:37:14 +00:00
DEBUG * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
FTL.txt preparing 2.1.0 release 2002-04-15 12:01:10 +00:00
GPL.txt Moving FreeType license to doc dir. 2000-11-02 07:53:08 +00:00
INSTALL * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
INSTALL.ANY * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
INSTALL.GNU * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
INSTALL.UNX * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
INSTALL.VMS * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
PATENTS * docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource. 2002-01-21 21:57:38 +00:00
TODO Minor documentation typos. 2003-06-14 21:39:17 +00:00
TRUETYPE * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
UPGRADE.UNX * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
VERSION.DLL * src/truetype/ttinterp.c (CUR_Func_move_orig): New macro. 2003-11-24 22:54:58 +00:00
license.txt Mention GPL version. 2003-11-06 14:56:11 +00:00
modules.txt * builds/amiga/makefile, builds/amiga/smakefile, 2002-05-28 22:38:05 +00:00
raster.txt * docs/raster.txt: New file, taken from FreeType 1 and completely 2003-12-08 21:11:31 +00:00
release Updated. 2003-11-12 15:16:02 +00:00