* src/cff/cffgload.c (CFF_Operator, cff_argument_counts,
* src/{otvalid,sfnt}/Jamfile: Add missing targets for multi build by jam
* src/smooth/ftgrays.c (gray_find_cell): Fix threshold. The values
Formatting, minor code fixes.
* src/base/ftoutln.c: Include FT_INTERNAL_DEBUG_H.
* ftmac.c: Import sfnt-wrapped Type1/CID font support
* src/base/ftobjs.c: Fix double free bug in sfnt-wrapped Type1/CID font support
* src/base/ftobjs.c: Add initial support for sfnt-wrapped CID-keyed fonts
* src/base/ftsystem.c (FT_Done_Memory): Use ft_sfree directly for
* src/cff/cffobjs.c: replace 0x4F54544FL by TTAG_OTTO
* src/cff/cffgload.h, src/cff/cffgload.c
Fix Savannah bug #24179, reported by Bram Tassyns.
* autogen.sh, builds/unix/configure.raw,
* src/base/ftbase.c: Include ftadvanc.c.
* Fix Savannah bug #21250: builds/unix/configure installs bi-arch ftconfig.h if it works correctly
* builds/unix/configure.raw: Clear FT2_EXTRA_LIBS when Mac OS X frameworks are missing
* include/freetype/ftcache.h, src/cache/ftccmap.c:
* include/freetype/ftoption.h, include/freetype/ftconfig.h,
* include/freetype/ftadvanc.h, src/base/ftadvanc.c,
* src/sfnt/sfobjs.c (sfnt_open_font): Use TTAG_OTTO
* src/type1/t1load.c (parse_encoding): Protect against infinite
* src/type/t1afm.c (compare_kern_pairs), src/pxaux/afmparse.c
* Fix FT_Stream_New() to initialize stream always
* src/base/ftmac.c: Add a fallback for the case that HAVE_TYPE_RESOURCE_INDEX is not set by configure
* builds/unix/configure.raw: Replace all-in-one Carbon.h by minimum CoreServices.h
* src/sfnt/ttcmap.c: Fix for empty sub-headers in Dynalab fonts
Add one more example to the documentation of FT_Glyph_To_Bitmap.
Minor documentation improvements.
Minor documentation improvement.
* src/type1/t1tokens.h: Handle `ForceBold' keyword. This fixes
* src/cff/cffparse.c (cff_parse_fixed_scaled): Fix thinko which
Be more tolerant w.r.t. invalid entries in SFNT table directory.
* src/cff/cffgload.c (cff_decoder_parse_charstrings): No longer
Formatting, copyright years.
Add extra mappings for `Tcommaaccent' and `tcommaaccent'. This
* src/cff/cffgload.c (cff_decoder_prepare,
* src/sfnt/ttcmap.c (tt_cmap4_validate, tt_cmap4_char_map_linear,
* src/pfr/pfrdrivr.c (pfr_get_advance): Fix off-by-one error.
Set FT_FACE_FLAG_CID_KEYED only if pure_cff is set.
Handle CID-keyed fonts wrapped in a SFNT (with cmaps) correctly.
* src/truetype/ttpload.c (tt_face_load_loca): Handle buggy fonts
Since FreeType uses `$(value ...)', we now need GNU make 3.80 or
* src/raster/ftraster.c (Draw_Sweep): If span is smaller than one
* Version 2.3.7 released.
* src/ftlyph.c (FT_Matrix_Multiply, FT_Matrix_Invert): Move to...
* src/raster/ftraster.c (Vertical_Sweep_Drop, Horizontal_Sweep_Drop,
Improve navigation in API reference.
Fix documentation of `num_glyphs'.
Fix for 10.4u SDK bundled to Mac OS X 10.5
* src/truetype/ttinterp. (Ins_SCANTYPE): Don't check rendering mode.
* src/psaux/psobjs.c (t1_builder_close_contour): Don't add contour
* src/truetype/ttgload.c (TT_Load_Glyph): Protect bytecode stuff
* builds/unix/configure.raw: Copy -isysroot option from CFLAGS to LDFLAGS, if required
Enable access to the various dropout rules of the B&W rasterizer.
Improve documentation of gray-level rastering and what to do if you need
* src/cff/cffobjs.c (cff_face_init): Compute final
* src/type/t1objs.c (T1_Face_Init): Slightly improve algorithm.
* src/type/t1objs.c (T1_Face_Init): Fix change from 2008-03-21.
* src/otvalid/otvgpos.c (otv_MarkBasePos_validate): Set
* src/base/ftcalc.c (FT_MulFix) <asm>: Protect registers correctly
* autogen.sh: Add option `--install' to libtoolize.
* Version 2.3.6 released.
* src/base/ftobjs.c (open_face): Check `clazz->init_face' and
s/enable_shared/build_libtool_libs/
Support debugging on WinCE. From Savannah patch #6536; this fixes
* src/type1/t1parse.h (T1_ParserRec): Make `base_len' and
* src/truetype/ttinterp.c (Ins_IP): Handle case `org_dist == 0'
* include/freetype/ftcache.h (FTC_FaceID): Change type back to
Emit header info for defined FreeType objects in reference.
* include/freetype/config/ftheader.h (FT_UNPATENTED_HINTING_H,
More doc fixes to improve HTML version.
Improve documentation so that it can be better parsed by docmaker.
* src/tools/docmaker/sources.py (SourceBlock::__init__): While
* src/truetype/ttinterp.c (Ins_MD): The MD instruction also uses
* src/tools/docmaker/tohtml.py (block_footer_start,
* src/truetype/ttgload.c (load_truetype_glyph): Move initialization
* src/raster/ftraster.c (fc_black_render): Return 0 when we are
* src/base/ftmac.c (FT_New_Face_From_Suitcase): Check if valid aface is returned by FT_New_Face_From_FOND()
* src/pshinter/pshalgo.c (ps_hints_apply): Reset scale values after
* src/base/ftdebug.c (FT_Message, FT_Panic): Send output to stderr.
* src/psnames/psmodule.c: using 'static' to make declarations
* src/truetype/ttgload.c (TT_Load_Simple_Glyph): Handle zero-contour
* src/psaux/t1decode.c (t1_decoder_parse_charstrings)