* src/winfonts/winfnt.c (FNT_Face_Init): Check first that the driver
* src/sfnt/sfobjs.c (sfnt_load_face): Support bit 9 and prepare
* src/tools/docmaker/tohtml.py (html_header_2): Fix typo.
Formatting, improving documentation.
* include/freetype/freetype.h, src/base/ftobjs.c: renamed
Add support for cmap type 14.
Clarify `best' in documentation of FT_Select_Charmap.
* src/base/ftobjs.c (find_unicode_charmap): If search for a UCS-4
* src/base/ftmac.c: Use more abstract data type instead of `short\'
* src/otvalid/otvcmmn.c (otv_x_y_ux_sy): Skip context glyphs. Found
* src/otvalid/otvgsub.c (otv_SingleSubst_validate): Fix handling of
* Fix a bug in configure.raw overlooking native C compiler if named "platform-gcc"
* src/otvalid/otvcommn.c, src/otvalid/otvcommn.h
* src/otvalid/otvbase.c, src/otvalid/otvcommn.c,
* builds/unix/configure.raw: Add call to AC_LIBTOOL_WIN32_DLL.
* src/psnames/psmodule.c: Fix usage of
* Fix src/base/ftmac.c (open_face_from_buffer): fix the type of driver_type as const.
* src/raster/ftraster.c (count_table): Make it conditional.
* src/base/ftoutln.c (FT_Outline_Translate): Check `outline' before
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