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
Fixing glyph name typos in glnames.py; more formatting.
major reformatting of the modules source code in order to get
A new round of formatting, adding/fixing documentation etc.
The next round of formatting, checking documentation, etc.
A complete revision of FreeType 2's GNU makefiles (of the library):
Applied Tom's patches to improve CFF handling.
a simple commit for Beta 7, I have disabled tracing in
finally fixed that crazy Type 1 hinter..
changed the documention of FT_FaceRec,
bugfix for using gcc with lots of options :-)
fixed a small bug that prevented the file name to be correctly
added code to correctly scale global metrics
bug fix, suggested by Tor Lillqvist
Added code to correctly scale global metrics
added new macro MEM_Alloc_Array
new version of the CFF driver, this one works :-)
Moved all *errors.h header files to include/freetype/internal for
Added FT_FRAME_SKIP_xxx to skip fields.
Fine-tuned a lot of tracing levels to make them more functional with ftview.
Removing trailing whitespace.
freetype.h: Adding ft_encoding_xxx values for some CJK encodings.
ftview now has two new options: -d activates debugging, and -l sets the
More preparation for tracing. Formatting.
Formatting; adding some tracing code.
Finishing first formatting/documenting etc. of the `base' dir. Some modules
Added a lot of error checking code to the exported functions in the `base'
FT_Outline_Decompose() now returns FT_Error.
changed an important comment note for FT_Size_Metrics
slight change to the smooth renderer to make it compile
small bug fix from Robert :-)
added a CID-keyed font driver in "src/cid"
changed the SFNT format check to make it less strict.
updated the DocMaker tool to produce HTML pages
Formatting, fixing and adding documentation.
ftgrays.c: Formatting. It seems to me that _STANDALONE_ doesn't work yet...
Formatting; minor improvements.
ftmulti.c: Will now accept any filename. It will no longer append `.ttf'
additional changes to the CFF/Type2 driver
Fixing the fixes :-) More formatting.
Formatting, fixing descriptions.