* src/type1/t1afm.c (T1_Read_Metrics): MS Windows allows PFM
Add FT_Get_PS_Font_Info interface to CFF driver.
* src/base/ftoutln.c (FT_Outline_Get_Orientation): Fix compilation
formatting, copyright years
* src/base/ftbitmap.c: fixing memory stomping bug in the
* builds/unix/install-sh, builds/unix/mkinstalldirs: Updated from
* src/type1/t1load.c (is_space): Removed.
updating libtool version number to 9.11.3
* src/base/ftobjs.c (IsMacResource): fixed a small bug that caused a
small MacOS X fix for autogen.sh
* Jamfile, README, builds/win32/visualc/freetype.dsp,
* src/pshinter/pshalgo.c (psh_glyph_compute_inflections):
* src/type1/t1load.c (T1_Get_MM_Var): Always return fixed point
formatting, copyright years and messages, doc polishing
* include/freetype/ftgasp.h, src/base/ftgasp.c: adding a
* src/cid/cidparse.c (cid_parser_new): Improve error message for
* src/cid/cidparse.c (cid_parser_new): Reject Type 42 CID-keyed
* src/cff/cffload.c (cff_index_init): Remove unused variable.
formatting, copyright years
* src/pfr/pfrobjs.c (pfr_face_init): detect non-scalable fonts
* src/truetype/ttobjs.h, src/truetype/ttobjs.c,
- reset FT_CONFIG_OPTION_OLD_INTERNALS which *disables* the previous optimization
- don't load metrics table in memory, reduces heap usage
small optimization in the CMAP 4 validator
* src/cff/cffload.c, src/cff/cffload.h, src/cff/cffgload.c,
formatting, minor doc fixes, copyright years
* docs/INSTALL.UNIX: simplified some parts, add reference to
* src/raster/ftraster.c: removing dynamically generated "count_table",
* src/raster/ftraster.c, src/smooth/ftgrays.c: small optimization, the
* src/smooth/ftgrays.c: small optimization, the rasterizer now
Getting rid of the FT_OPTIMIZE_MEMORY macro, since the optimization
* src/pshinter/pshalgo.c: remove a stupid typo that results in no
* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate):
adding documentation comment
(gxv_kern_subtable_fmt0_pairs_validate): Show the trace message after validating gids.
(gxv_kern_subtable_fmt0_pairs_validate): New function. Checks uniqueness of the gid pairs.
* src/autofit/aflatin.c, src/truetype/ttgload.c: removing compiler
* src/base/ftlcdfil.c (FT_Library_SetLcdFilter)
* Notes for simplification of src/base/ftmac.c
* Add volatile to sync svotval.h with otvmod.c
* Simplify src/base/ftmac.c for Mac OS X
* Backup src/base/ftmac.c to builds/mac/ftmac.c for legacy MacOS
* Improve resource fork handler for POSIX
* builds/toplevel.mk (version): Protect against `distclean' target.
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
* builds/toplevel.mk (dist): Extract version number from freetype.h.
* src/tools/apinames (State): Remove final comma in structure -- xlc
Improve documentation of FT_New_Memory_Face.
* src/autofit/afloader.c (af_loader_load_g): small adjustment
* src/sfnt/rules.mk (SFNT_DRV_SRC): Add ttsbit0.c.
* src/sfnt/sfobjs.c (tt_face_get_name): All Unicode strings are
* src/smooth/ftgrays.c (gray_raster_render): return 0 when we're
* src/truetype/ttobjs.c (tt_face_init): Fix typo in previous patch
* src/truetype/ttobjs.c (tt_face_init): Protect against NULL pointer.
* src/autofit/afhints.c: add stubs to link the "ftgrid" test program
* src/autofit/afhints.c, src/autofit/afhints.h, src/autofit/aflatin.c,
Because FT_Load_Glyph expects CID values for CID-keyed fonts, the
* src/base/ftlcdfil.c: added support for FT_FORCE_LIGHT_LCD_FILTER
* src/truetype/ttinterp.c: undefined the FIX_BYTECODE macro,
* include/freetype/ftlcdfil.h, include/internal/ftobjs.h,
* src/pshinter/pshalgo.c (psh_glyph_compute_inflections): fixed
* src/base/ftsynth.c (FT_GlyphSlot_Embolden): Handle vertical layout
* src/base/ftcalc.c: Don't use `long long' but `FT_Int64'.
- improve autofitter's handling of serif fonts (results are much better)
- merging af_corner_XXX and psh_corner_XXX functions into ft_corner_XXX versions in ftcalc.c
- fixed a bug in af_compute_direction which generated ugly glyphs
Fix copyright notice (to be the same as the original file in x.org).
* src/cff/cffload.c (cff_encoding_load): Remove unused variable.
formatting, improving ChangeLog entries
improve FT_Outline_Get_Orientation for broken asian fonts
* src/sfnt/ttmtx.c, src/cff/cffload.c: speeding up the CFF font
* src/pshinter/pshalgo.c: major speed improvements to the Postscript
* src/base/ftmac.c (FT_New_Face_From_FOND): Initialize the variable error
* preliminary autoconf-based cross-building support