Added entry for src/cff/t2gload.c (T2_Parse_CharStrings):
In function T2_Parse_CharStrings, modified glyph width assignment code
* builds/ansi/ansi.mk: Fix inclusion order of files.
* builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
* src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt
Added an entry for "off by one" error in src/cff/t2load.c (T2_Get_String).
In function T2_Get_String, we called T2_Get_Name with an string id
adding cache manager documentation (draft)
Added entry for changes made to t2parse.c (in function parse_t2_real).
Make sure that parse_t2_real correctly parses a CFF real number. Added more comments
Changed entry for `src/cff/t2objs.c (T2_Init_Face)' so that it is
Added entry for changes to T2_Init_Face (related to pure CFF fonts).
In function T2_Init_Face, make sure that root->num_faces gets
added support to synthetic Type 1 fonts. Why didn't
added auto-hinting support for synthetic (obliqued)
Formatting; removing tabs.
Added entry for src/sfnt/ttload.c: Change tracing output in functions
In function TT_Load_Generic_Header, change tracing output to indicate
In function SFNT_Load_Face, set has_outline to true only if
* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
Added a --libtool option, which returns the absolute path to the
builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
* builds/cygwin/cygwin-def.in: Same fix as previous.
Fixed minor type in unix-def.in entry. Oops!
Added entry for changes to builds/unix/unix-defs.mk.
Small fixes and formatting.
- moved default installation of header files to "include/freetype2"
- changing the default include path from "include/freetype"
minor warning with VC++ solved
updating the "Design of FreeType 2" document
fixed a bug in "docs/glnames.py" which caused he generation of an
major reformatting of the "Glyph Conventions" document.
fixed a small bug: the "linearHoriAdvance" and "vertHoriAdvance" were
fixed max advance width for fixed-pitch T1 fonts
changed comments in the cache sub-system sources
removed the file <freetype/internal/ftlist.h> and corrected
fixed a small bug in the abstract chunk cache class
Moving doc comments for BASE functions from source to header files.
All function comments are now removed from source files (and moved to the
Complementing David's changes with formatting, adding documentation, etc.
removed deprecated reference to "SemTex"
integrated Yamano-Uchi changes to the base source code. However,
added simple objects relationships model to the design documentation
adding library model graphics
some updates to the cache sub-system. some methods were moved from
Added/restored the `*' convention for output parameters.
Introduced $(space) in the makefiles to get rid of using the comment
removed redundant checks.
Ignore some UNIX shared build files.
Finishing David's latest changes (there were some errors in it).
defining new types to hold "internal" fields of public
major reformatting of the sources:
Don't access freed variables...
Remove redundant code; fix computation of `last'.
Adding header file for labs().
Moving FreeType license to doc dir.
Adding rules for mingw32 compiler.
Fixing include header for a `make multi' build.
Removing trailing whitespace.
at last, the infamous cache bug is fixed !!
Revised/formatted/corrected.
Formatting/correcting the first three parts of the design docs.
added page 5 of design documentation
In function FTC_ChunkSet_Destroy, changed `manaher' to `manager'. Just
completed the sbit cache, though it's still buggy :-(
Renamed z1* files back to t1*; the same transition for Z1_* structures
- completed the abstract chunk cache class
fixing a small bug in FT_Glyph_To_Bitmap:
updates to the API reference generators
simple renaming of directories:
adding "ftbbox" to build rules
- reviving the "ftbbox" component, used to compute exact bounding
updating the FT2 design documentation
- minor reformatting of "ftmodule.h"