* 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)
* builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.
* src/type1/t1load.c (parse_subrs): Accept fonts with a subrs array
Finish fix of scaling bug of CID-keyed CFF subfonts.
* src/winfonts/winfnt.c (fnt_face_get_dll_font, FNT_Face_Init):
Add some (commented out) code for orthogonality.
First steps to fix the scaling bug of CID-keyed CFF subfonts,
* src/base/ftobjs.c (FT_Load_Glyph): Call the auto-hinter without
* include/freetype/internal/psaux.h (T1_BuilderRec): Mark `scale_x'
* src/pcf/pcfdrivr.c (PCF_Face_Init): Protect call to
* src/psaux/psconv.c (PS_Conv_ToFixed): Increase precision if
Fix compilation with g++ 4.1 (with both `single' and `multi'
Fix support for subsetted CID-keyed CFFs.
Adjustments for Visual C++ 8.0, as reported by Rainer Deyke.
* src/type1/t1objs.c (T1_Face_Init): Use `/Weight'. Patch from
* src/truetype/ttgxvar.c (TT_Get_MM_Var): Fix named style loop.
* src/sfnt/ttcmap.c (tt_cmap14_char_map_nondef_binary,
Add build support for symbian platform. From Savannah bug #22440.
minor improvements, copyright years
* src/base/ftmac.c: Fix a bug of PostScript font name synthesis in parse_fond().
* builds/unix/confiure.raw: Split the compiler option to link Carbon frameworks for each framework
* src/truetype/ttinterp.c (Ins_IUP): Check number of points. Fix
* src/autofit/afloader.c (af_loader_load_g, af_loader_load_glyph):
fix for inexistent sfnt ID in broken FOND
* src/base/ftbase.c: <ftmac.c> is replaced by "ftmac.c"
* builds/modules.mk (CLOSE_MODULE, REMOVE_MODULE), builds/detect.mk
* src/base/ftlcdfil.c (_ft_lcd_filter_legacy): Updated comment to
more formatting and whitespace