Added copyright messages to all Makefiles.
ftnames.c has been erroneously included twice.
Make ftsynth.c work again.
Fix typo (FT_... -> TT_...)
Minor fix in Z1_Open_Face for building char_index table
Enabled TT interpreter in development version of ftoption.h
More fixes to the tutorial.
the function FTC_Manager_Lookup_Size will return a valid
fixed a subtle 64-bit problem that only appears with
Added new `ft_glyph_bbox_unscaled' enum; fixing documentation of
A fix from Yamano'uchi to get correct font names.
A fix from Tom to fix the last=first point problem if it is a control point.
provide `export "C"' guard only for default fterror handling.
patch from Tom to fix a problem with path_begun.
fixed a small bug in the uninstall mode
changing the linkage type of
Fixing comment in unixddef.mk which caused a trailing blank.
fixed a bug in the Type 1 and CID font drivers:
Adding missing code for flat compiling mode.
Clean up, formatting etc.
Applied a patch from Hidetoshi for embedded bitmap metrics support.
Added support for (3,0) pid/eid.
fixed a bug that happened when rendering spaces
small update, allow CONFIG_MK to be pre-defined
final touches. Cache seems working after all, though the
updated the cache sub-system. Major internal rewrite
removed obsolete file (ftcimage.h)
fixed minor bug in the smooth renderer which forced
major revamp of the build system.
adding updated cache header files
major revamp of the build system
small bug-fix, the linearHoriBearing value was not
fixed a very stupid bug that prevented FT_Outline_Render from
- added a new function called FT_SqrtFixed to compute the
Fixed a long outstanding bug with an incorrect offset for reading post
- the file "ftlist.h" was moved from <freetype/internal/..> to
updated for new modules and sources (mainly psaux)
Introducing new macro LOCA_VAR to solve some problems with structures
fixed some bugs in the caching sub-system and improved
a small optimisation that should speed things a bit.
a fix to the computation of the font "text height" (i.e. the
Introducing new error code FT_Err_Invalid_Cache_Handle.
#include <freetype/internal/ftdebug.h> /* for FT_ERROR() */
- fixed an horrible FT_LOAD_RENDER bug that returned empty
changed the FTC_Manager_New function to accept "max_faces" and
fixed typo in FT_FLAT_COMPILE section
renamed "psmodule.c" to "psauxmod.c"
removing obsolete files. These are moved to a new
finally, the CID and Type1z driver are finished !!
completing the FreeType Cache subsystem files
The FreeType Caching Subsystem - first lines of code
updated "psaux" and "type1z".
updating documentation to explain the use of CFG to
added preliminary emboldening code.. still _very_
changed the "devel" setup targets to use "builds/<system>/devel"
adding developer dir hierarchy
the psaux module is now nearly completed
significant updates. The generated HTML is now much
minor updates to the "psaux" module.
fixed a _serious_ bug in FT_Glyph_Get_CBox
fixed the bug that prevented bitmap formats to be loaded
Yamano-uchi added support for SFNT-wrapped CID bitmap font files (with
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
Added little know adx offset to t1operator_seac() -- accent positioning now seems correct.
Forgot to run autoconf...
Fixed Z1_Parse_CharStrings() to work correctly with "open" paths (ie. missing closepath operator)
fixed t1_tofixed() to handle floats of the form .001 and -.001 correctly.
Fixed dec-osf compiler switches. From Tom.
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked.
Added #ifdef's for C++ to all header files.
Added a `distclean' target to remove files which are produced by the UNIX
fixed two bugs related to T2 real numbers: the "skipping" code didn't behave correctly (leaving a bad stack ptr), and the actual parsing code also parsed the code (30) as two nibbles.