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.
changed the SFNT driver slightly to add more robust
Completely checked and fully formatted.
oops, forgot to commit these files
moved a lot of things from the TrueType driver to the SFNT
added a new demonstration program called "ftmulti" to
finalised the multiple masters support
a small change to allow the "type1" driver to detect
added support for multiple master fonts in "type1z". It is
important modifications to the Type1z driver
EXPORT_DEF renamed to FT_EXPORT_DEF +
minor fix to the Type1 driver(s) to apply the font matrix when
fixed some header files inclusions
some fixes for 64-bit systems. Mainly changed some
fixed the sbit loader (src/base/sfnt/ttsbit.c)
removed TT_MAX_SUBGLYPHS macro, there is no static
formatting - removed trailing spaces
removed obsolete header file
another rather large update
at last, fixed the bug, and re-enabled 5-gray levels support
removed obsolete files + update
created new header files, formatting and other minor
added the tag for the "DSIG" table
implemented FT_Select_Charmap and FT_Set_Charmap
small update to the memory tester
fixed a potential memory leak when loading embedded bitmaps
fixed stupid math lib bug in the Makefile
another massive changes in order to completely avoid
a new massive grunt work. Redefined the EXPORT_DEF,
additional changes, this time in order to pass extra parameters
another fix for the build system (the module list wasn't
I knew the first CVS commit wouldn't be good :o)
re-added the "freetype.mk" that was mistakenly deleted
logged directory re-organisation
major re-organisation of the FreeType 2 directory hierarchy
added experimental emboldening/outlining code. This
closed most of the memory leaks in the Type 1 driver(s)
changes the type of the "mode" parameter in FT_Set_Raster_Mode
finally a auto-hinter module interface I'm satisfied with,
fixed a compilation problem that occurred with the
an update to FT_Outline_Funcs used to improve
at last, the bug seems to be solved. Now, the source code
very preliminray CID support
still working on that damn rasterizer bug !! ;-)
"ftrast.c" now works for monochrome bitmaps, and doesn't
various updates to reduce the compilation warnings
added FT_CONFIG_OPTION_OLD_CALCS to ensure that
removed the smooth renderer from the demos directory
updates needed to compile the source programs now that
added support for version 2 of the OS/2 table
in order to ensure that the bytecode interpretation is exactly
added a simple line to set "glyph.control_len" when loading
changes to reflect the new files
first version of "t1tables", which will be used to access the
added the definition of the MaxProfile table
added the declaration of the smooth renderer to "include"
defined FT_Pointer as a typeless pointer
a few updates to the OpenType Layout code
moved the smooth renderer to the base layer directory