For Unix platforms, `configure' will be always called now.
Adding $(CFG) variable to pass configure script parameters.
some welcome fixes related to the auto-hinter:
Boris's patch regarding glyph index 0
added auto-hinter module. Note that the code has been
- introduced FT_Get_Glyph_Name (see freetype.h)
Renaming license.txt -> LICENSE.TXT for orthogonality.
Boris patches for ascender/descender/text height
more patches from Tom (to fix its former patches :-)
removed some warnings with Visual C++
Formatting/Synchronizing.
fixed a bug that caused invalid clipping of monochrome bitmaps
fixed a really tupid bug in the Multiple Master support
removed some stupid #defines in <freetype/config/ftconfig.h>
Removed `demos' tree. Use `ft2demos' module instead.
ttdebug will compile again...
the font driver now supports CEF fonts and needs a few
fixes from Tom related to 64-bitness and strange
fixed a rather stupid bug in the last patch (one of those with
removed the "config" directory, now replaced by "builds"
vast clean-up of the sources in order to allow flat
renaming "freetype2/config" to "freetype2/builds"
removed a compiler warning..
- fixed a leak in the Type 1 driver
added Windows FNT/FON font driver
fixed a few bugs, cleaned up some code
Run g++ on the FreeType library. This should make the use of code in
stupid changed due to Visual C++ brain dead behaviour
Don't use -lefence in the demo Makefile.
Formatting; fixing documentation.
fixed a few 64-bit related bugs in "sfnt/ttload.c" and
Formatting. Fixing some tracing messages.
fixed the PSNames -> Unicode translation table
updated the CHANGES file, plus a few fix in "ftstring" to
managed to re-design entirely the API in <freetype/ftglyph.h>
changes used to implement the auto-hinting support
first updates to the tutorial. This is step 1 (fairly basic stuff)
various bug fixes in the postscript font drivers (mainly they
fixed an ugly bug that caused some unaligned access
small fix in the definition of the convenience functions
some real updates to the tutorial, more to come soon
debugged the CFF driver. The "advance width" problem
fixed a _nasty_ bug in the CFF driver. Note that there are still escapement problems though..
removed obsolete files... :-(
various cleanups to reduce compiler warnings
various cleanups to reduce compiler warnings
changed file names and some functions names to avoid
cleaned up source code to avoid function name
fixing __cplusplus block end.
applying formatting again
various hacks to the TrueType driver that I cannot
reduced some nasty memory leaks
still more updates to the TrueType driver to make it more
added a few missing commits !!
bugfixes in the Type1 drivers
fixed *top++ bug present in type1/t1gload.c as well
*top++-bug was not a compiler bug, therefore the comment about the
improved the Type1 drivers to deal with the case where
removed obsolete headers, added new ones
small bugfix in the "seac" code