* 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
* builds/freetype.mk (BASE_H): Rename to...
* Fix wrong comment in ftbase.h
* Merge the duplicated functions in ftmac.c with ftobjs.c
* src/sfnt/sfobjs.c (sfnt_load_face): `psnames_error' is only needed
* src/truetype/ttobjs.c (tt_face_done), src/cff/cffobjs.c
* Fix make rules for multi build on Mac OS X
* Fix the conditions for multi build on MacOS
* 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,