Fix SFNT kerning table parser against malformed tables.
Formatting, copyright years.
Update documentation and bump version number to 2.3.9
Remove ABI-breaking field in public PS_InfoFontRec definition.
Fix handling of EBDT formats 8 and 9.
Minor documentation fixes.
* src/truetype/ttobjs.c (tt_check_trickyness): Add `DFKaiShu'.
Minor docmaker improvements.
Fix SCANCTRL handling in TTFs.
Move FT_Get_FSType_Flags to a separate file.
* builds/unix/ftsystem.c: Fix 2 error messages ending without LINEFEED
* Fix a bug in POSIX resource-fork accessor since 2008-10-04
Fix documentation buglets.
Protect FT_Get_Next_Char.
Implement FT_Get_Name_Index for SFNT driver.
Fix documentation of FT_Outline_GetInsideBorder.
* Version 2.3.8 released.
builds/toplevel.mk (dist): Compress better.
Don't use stdlib.h and friends directly.
* include/freetype/ftbdf.h (FT_Get_BDF_Property): Improve documentation.
* docs/formats.txt: Add link to PCF specification.
load_flags of FT_Get_Advance(), FT_Get_Advances() and backends are declared as FT_Int32 to match the flags of FT_Load_Glyph()
* src/gxvalid/gxvmort.c (gxv_mort_feature_validate): Fix wrong length check, Savannah patch #6682.
Fix problem with T1_FIELD_{NUM,FIXED}_TABLE2.
load_flags of FT_Get_Advance(), FT_Get_Advances() and backends are declared as FT_UInt32 for 16-bit platforms
* src/base/ftobjs.c (FT_Done_Library): Issue an error when FT_Done_Face() is failed and retried
* docs/CHANGES: Document new key `a' in ftdiff.
FT_Bitmap_Convert: Support missing pixel modes.
Fix AC_CANONICAL_XXX issue.
Set `face_index' field in FT_Face for all font formats.
* builds/unix/ftsystem.c (FT_Stream_Open): Reject zero-length files.
* src/pfr/pfrdrivr.c, src/winfonts/winfnt.c, src/cache/ftcmanag.c,
* src/base/ftpfr.c (FT_Get_PFR_Metrics): Protect against NULL
FT_USE_MODULE declares things as:
* src/autofit/aflatin.c (af_latin_hint_edges),
* src/base/ftsynth.c (FT_GlyphSlot_Embolden): Don't use internal
* include/freetype/ftsynth.h, src/basae/ftsynth.c: Move
Improve documentation of FT_Outline_Embolden.
Generalize the concept of `tricky' fonts by introducing
Really fix Savannah bug #25010: An SFNT font with neither outlines
* src/autofit/aflatin.c (af_latin_uniranges): Add more ranges. This
* include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): Use value
GDEF tables need `glyph_count' too for validation. Problem reported
* src/autofit/afcjk.c, src/base/ftoutln.c, src/base/ftrfork.c,
* src/type/t1load.c (mm_axis_unmap): Revert previous patch and fix
* src/type1/t1load.c (mm_axis_unmap): `blend_points' is FT_Fixed*,
* src/cff/cffparse.c (cff_parse_real): Handle more than nine
* src/base/ftstream.c (FT_Stream_ReadFields): Don't access stream
Fixes from the gnuwin32 port.
* src/truetype/ttinterp.c (tt_default_graphics_state): The default
* src/cff/cffdrivr.c (cff_get_cmap_info): Initialize `format' field.
* src/sfnt/sfobjs.c (sfnt_load_face): Remove #if 0/#endif guards
* src/base/ftobjs.c (ft_glyphslot_free_bitmap): Protect against
* src/sfnt/sfobjs.c (tt_face_get_name): Modified to return an error
* devel/ftoption.h, include/freetype/config/ftoption.h
* src/type1/t1load.c (parse_subrs): Use an endless loop. There are
* src/sfnt/ttpost.c (tt_post_default_names): Add `const'.
* src/truetype/ttgxvar.c (TT_Set_MM_Blend): Disambiguate
* src/cff/cffobjs.c (cff_face_init): Remove compiler warning.
* src/sfnt/sfobjs.c (sfnt_load_face): Fix computation of
* Fix Savannah bug #24468, unexpected conversion between FT_UInt32* and FT_UInt*
Make braces balanced throught the whole file.
Make braces balanced throughout the whole file.
s/with other words/in other words/
{src/base,builds/mac}/ftobjs.c: Include FT_TRUETYPE_TAGS_H for multi build
src/base/ftobjs.c: Include FT_TRUETYPE_TAGS_H
* `FT_Open_Face' tries `open_face_PS_from_sfnt_stream' when a sfnt container is found but not OpenType.
Introduce macros for some MacOS-specific resource tags
* Remove wrong initialization in `ft_lookup_PS_in_sfnt_stream'
* src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Remove compiler
* New function `open_face_PS_from_sfnt_stream' to check and open a Type1 PS or CID-keyed font in an sfnt stream.
* src/base/ftobjs.c (ft_lookup_PS_in_sfnt): Set *is_sfnt_cid to FALSE when no PS resource is found
* Remove duplicated functions from builds/mac/ftmac.c. Now MPW builds builds/mac/ftmac.c as a part of ftbase.c
Add casts for stupid compilers. Reported by Graham.
* src/cff/cffgload.c (cff_slot_load): Map CID 0 to GID 0. This