* src/pcf/pcfread.c (pcf_load_font): removed immature support of
support for embedded fonts in PDF documents. These
fixing memory leak in the PCF driver, and managing the
Adding the function `FT_Get_Next_Char', doing the obvious thing
* builds/unix/freetype-config.in: Add missing `fi'.
increasing FREETYPE_PATCH to 7
updating documentation for 2.0.7
moved INSTALL to docs/INSTALL to get rid of conflicts with the "install"
fixed the "configure" script in the top-level directory..
* src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of
* src/type1/t1load.c (parse_encoding): Set `loader->num_chars'.
* src/smooth/ftgrays.c (gray_render_scanline): Fix bug which caused
* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work
* src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix
* docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource.
* builds/win32/ftdebug.c: New file.
* builds/win32/visualc/freetype.dsp: Updated.
* builds/unix/freetype2.a4: The script was still buggy.
* builds/unix/freetype2.a4: Fix some serious bugs.
small speed-up to the anti-aliased renderer
added 'configure' and 'install' wrapper scripts to make the
fixed html quoting in DocMaker
* include/freetype/config/ftoption.h: setting default options for
* src/base/ftobjs.c, src/base/ftoutln.c, src/cache/ftccmap.c,
the TrueType glyph loader is now much more paranoid, this avoids
added README.UNX for Unix users
remove compiler warnings and a typo in builds/unix/ftsystem.c
* src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler
* builds/unix/ftsystem.c (FT_New_Stream): added a fix to ensure that
* src/type1/t1objs.c (T1_Face_Init): fixed a bug that crashed the
improving the computation of the advance widths of auto-hinted glyphs,
* builds/dos/detect.mk: Correcting the order for Borland compilers:
* src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
fixing the autohinter: the advance of auto-hinted glyphs in mono-spaced fonts was incorrect
* builds/amiga/*: Adaptations to latest changes.
* src/cff/cffgload.c: added a comment regarding "cntrmask" operator
* src/cff/cffgload.c, src/psaux/t1decode.c, src/pshinter/pshrec.c,
* src/cid/cidobjs.c (CID_Face_Done): fixed a memory leak, the subrs
* src/cid/cidobjs.c (CID_Face_Done): fixed a memory leak, the subrs
* src/pshinter/pshglob.c (psh_globals_new): replaced a floating point
* src/base/ftobjs.c (FT_Done_Library): Remove compiler warning.
disabling bytecode interpreter
* docs/CHANGES: updated for 2.0.6 release
* docs/TODO: added "stem3 and counter hints support" to the TODO list
* src/type1/t1gload.c (T1_Load_Glyph): enable font matrix transform
* src/truetype/ttgload.c (TT_Load_Glyph), src/base/ftobjs.c
* include/freetype/cache/ftcache.h: added comments to indicate that
* src/sfnt/sfobjs.c (SFNT_Load_Face): make the "post" and "name"
* src/raster/ftrend1.c (ft_raster1_render): fixed a nasty outline
* src/truetype/ttgload.c (load_truetype_glyph): Fix test for invalid
* src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning.
* src/truetype/ttgload.c (load_truetype_glyph): fixing crash when dealing
* builds/mac/freetype.mac: a new Makefile to build with MPW on MacOS
fixing hinted advance width bug in all font drivers
* src/pshint/pshglob.c: adding correct BlueScale/BlueShift support,
* builds/unix/freetype2.m4: Some portability fixes.
* src/base/descrip.mms (OBJS): Add ftdebug.obj.
* src/sfnt/ttload.c (TT_Load_Generic_Header): Typos.
* src/base/fttrigon.c (FT_Cos): fixed a small bug that caused slightly
* builds/unix/freetype-config.in: modified the script to prevent
* include/freetype/internal/ftstream.h: fixed the definitions of
* src/pcf/pcfdriver.c (PCF_Init_Face): allow Xft to use PCF fonts
added new charmap cache. see include/freetype/cache/ftccmap.h
Noted my Mac OS changes from today
Exported new routine for getting a path from a name
Added support for Mac OS X .dfonts and also getting a filespec for a given font by name
oops, forgot to add new file and remove old one in src/cache
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): re-ordered code for debugging
First of all, a big thanks to Werner and Antoine for their latest work !!
* include/freetype/ttnameid.h: Added some new Microsoft language
* src/pshinter/{pshalgo2.c, pshalgo1.c}: fixed stupid bug in sorting
* src/smooth/ftgrays.c: adding experimental "gamma" support. This
other auto-hinter experiments not worthy of a Changelog entry
experimental changes to debug the auto-hinter. These are not
fixed a small performance bug in the new cache sub-system implementation
Changed [email protected] to [email protected].
_major_ re-design of the caching sub-system. Still using the same API