Add support for postscript name service to CFF driver.
Really restore changes introduced in revision 1.178.
* src/base/ftglyph.c (FT_Glyph_Copy): Fix initialization of
* src/pfr/pfrcmap.c: Include pfrerror.h.
Better maxComponentDepth test.
* src/truetype/ttgload.c (load_truetype_glyph): Always allow a
* docs/PROBLEMS: Mention that some PS based fonts can't be
* src/autofit/aflatin.c (af_latin_metrics_init_blues): Initialize
* include/freetype/freetype.h, src/base/ftpatent.c: adding
fix a small bug in the TrueType loader that created distortion in the result
* src/truetype/ttinterp.c: add missing variable initialization,
Add autofit module for Indic scripts. This currently just reuses
fix stupid typo that prevented the truetype loader from working correctly
* src/cff/cffgload.c (cff_slot_load): Fix logic of 2007-05-28
* src/type1/t1load.c (parse_encoding): Handle one more error.
* src/winfonts/winfnt.c (fnt_face_get_dll_font): Return error
* fix compiler warnings of src/base/ftmac.c, drop unnecessary part for Mac OS X.
* src/type42/t42parse.c (t42_parse_encoding): Handle one more error.
* src/psaux/psobjs.c (ps_parser_skip_PS_token): Remove incorrect
* src/cff/cffgload.c (cff_decoder_prepare): Fix change from
* src/psaux/psobjs.c (ps_tofixedarray, ps_tocoordarray): Fix exit
* src/winfonts/winfnt.c (fnt_face_get_dll_font): Exit in case of
* src/tools/ftrandom.c (font_size): New global variable.
* src/truetype/ttgload.c (TT_Load_Simple_Glyph): check the well-formedness
prevent a 16-bit integer overflow that would create problems when rendering
* src/winfonts/winfnt.h: Add necessary structures for PE resource
* builds/win32/ftdebug.c: Unify debug level handling with other
* builds/win32/ftdebug.c (FT_Message): Send debug output to the
* src/autofit/aflatin.c (af_latin_uniranges): Expand structure to
experimental auto-hinter updates
fix bug #19565, which was caused by an incorrect segment link computation
experimental changes for the Latin auto-hinter.
* docs/CHANGES: Document FT_Face_CheckTrueTypePatents).
slight speed-up of the TrueType glyph loader
* include/freetype/config/ftoption.h: clarify documentation regarding
* src/sfnt/sfobjs.c (sfnt_load_face): Undo change from 2007-04-28.
* src/sfnt/ttsbit0.c (tt_sbit_decoder_init,
* src/winfonts/winfnt.c (fnt_face_get_dll_font): Do a rough check of
* src/pfr/pfrcmap.c (pfr_cmap_init): Convert assertion into normal
* src/base/ftoutln.c (FT_Outline_Decompose): Check `last'.
* src/psaux/psobjs.c (ps_tocoordarray, ps_tofixedarray): Return -1
* src/winfnt/winfnt.c (FNT_Face_Init): Check `family_size'.
Improve tracing messages.
* src/pfr/pfrgload.c (pfr_glyph_curve_to, pfr_glyph_line_to): Convert
* src/pfr/pfrgload.c (pfr_glyph_done): Comment out unused code.
* src/cid/cidgload.c (cid_load_glyph): Check `fd_select'.
Some explanations, taken from an email sent by George.
Fold fttest.c into ftrandom.c (as it was orginally).
* src/tools/ftrandom/*: Add the `ftrandom' test program written by
* src/base/ftobjs.c (destroy_charmaps), src/type1/t1objs.c
* src/base/ftobjs.c (FT_Request_Metrics): Fix compiler warning.
* include/freetype/fterrdef.h (FT_Err_Corrupted_Font_Header,
* src/base/ftobjs.c (FT_Request_Metrics), src/cache/ftccmap.c
* src/truetype/ttinterp.c (Null_Vector, NULL_Vector): Removed,
(cid_parser_new): Exit properly if no `StartData' has been seen at all.
Remove tabs from source files.
* builds/unix/ftsystem.c (FT_Stream_Open): Don't use ULONG_MAX but
* src/cid/cidparse.c (cid_parser_new): Don't continue second search
* src/type1/t1load.c (parse_subrs, parse_charstrings): Protect
Formatting, reformulations.
remove compiler warning (unused variable)
optimize CFF glyph loader (avoid apply identity font transform)
2007-05-28 David Turner <[email protected]>
* src/truetype/ttobjs.h (tt_size_ready_bytecode): Move declaration
fix crash when not using the bytecode interpreter with TrueType fonts
real fix for bug #19910. the .Z format is really badly designed :-(
avoid heap explosion in the case of malformed .Z font files
* src/pshinter/pshrec.c (ps_mask_table_set_bits): Add `const'.
* src/sfnt/ttmtx.c (tt_face_get_metrics)
* src/truetype/ttgload.c (load_truetype_glyph): Save graphics state
Oops! Incorrect application of a patch...
* src/cache/ftccache.c (ftc_node_mru_link, ftc_node_mru_unlink),
do not use functions from <ctypes.h>, they are locale-dependent (and slower)
* src/autofit/afcjk.c (af_cjk_hints_compute_edges): Remove unused
* src/base/ftobjs.c (FT_New_Library): Only allocate rendering pool
implement FTC_ImageCache_LookupScaler and FTC_SBitCache_LookupScaler,
fix a typo that force CVT scaling to be re-run on each glyph load
* src/truetype/ttinterp.c (Ins_IP), src/autofit/aflatin.c
* builds/win32/visualce/freetype.sln: Removed, as requested by
* builds/win32/visualce/*: Add Visual C++ project files for Pocket
* builds/unix/ftsystem.c (FT_Stream_Open): Handle return value 0 of