file pshoptim.h was initially added on branch VER-2-0-4-PATCH.
file pshoptim.c was initially added on branch VER-2-0-4-PATCH.
fixed Type1 kerning flag setting when reading AFM file
* src/sfnt/ttload.c (TT_Load_CMap): Fix frame length of
* src/truetype/ttinterp.h: Fix prototype of TT_Move_Func.
* builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'.
updating the definition of FT_CONFIG_OPTION_USE_MODULE_ERRORS
* src/base/ftcalc.c (FT_MulDiv): Fixed serious typo.
Updating to OpenType 1.3.
Added entries for chnages to t1driver.c (new name_index function,
Changed function get_cff_glyph_name to cff_get_glyph_name for
Added function t1_get_name_index and changed Get_Interface to return
Added entries for changes to CFF driver (moved some assignments from
Added documentation and prototype for new function FT_Get_Name_Index.
Added FT_Name_Index_Requester, a function pointer type defintion used
Added function FT_Get_Name_Index, used to return a glyph index for a
Added function cff_get_name_index, used as a requestor function for
Added definitions of cff_isoadobe_charset, cff_expert_charset, cff_expertsubset_charset,
Removed definitions of cff_isoadobe_charset, cff_expert_charset, cff_expertsubset_charset,
* builds/cygwin/*: Removed. Use the unix stuff instead.
* include/freetype/internal/psaux.h (PS_Table): Use FT_Offset for
file pshfit.c was initially added on branch VER-2-0-4-PATCH.
file pshfit.h was initially added on branch VER-2-0-4-PATCH.
2001-07-13 Werner Lemberg <[email protected]>
removed pedantic compiler warnings when the bytecode
* include/internal/ftstream.h: modified the definitions
* src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove
finishing function header formatting
next round in function header formatting
* src/cid/cidload.c, src/cid/cidload.h (cid_decrypt): Use FT_Offset
First round in converting
the SFNT Kerning table loader now ensures that the table is correctly
changed the definition of FT_CALLBACK_DEF
* include/freetype/ftconfig.h, src/*/*.c: changed the definition and
* include/freetype/internal/ftstream.h (FT_GET_OFF3_LE): Fix typo.
fixed the 64-bits division computation for 16-bits systems
adding Debian build directory
file psrecord.c was initially added on branch VER-2-0-4-PATCH.
file psrecord.h was initially added on branch VER-2-0-4-PATCH.
updated documentation for the 2.0.4 release
* include/freetype/config/ftconfig.h: Add two more `L's to
* builds/win32/visualc/freetype.dsp, builds/win32/visualc/index.html:
* include/freetype/fterrors.h: updated some of the error macros to
- updated doc for FT_New_Memory_Face
Minor cleanups to remove compiler warnings.
Make the new error scheme source compatible with older FT versions
* include/freetype/freetype.h (FT_ENC_TAG): New macro.
modified the TrueType interpreter to let it
* src/base/ftcalc.c (FT_MulDiv, FT_DivFix, FT_Sqrt64): Remove
Increase `version_info' to 7:0:1.
fixed a bug that returned an invalid linear width for composite
* builds/unix/configure.in: Renamed to ...
* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed a bug that
Updating to libtool 1.4.0.
Complete redesign of error codes. Please check ftmoderr.h for more
Fixed length of `Reserved' array.
remong the "netware" directory, it was too big for a source release
Netware port by Ulrich Neumann.
moving documents to the "docs" directory
* src/truetype/ttgload.c (load_truetype_glyph): fixed a bug in the
* src/base/ftcalc.c (FT_DivFix): fixed a bug in the 64-bit code that
* include/freetype/ftbbox.h: FTBBOX_H -> __FTBBOX_H__.
* src/cff/cffparse.c, src/cid/cidload.c, src/type1/t1load.c: fixed
* include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c,
* Jamfile: fixed incorrect HDRMACRO argument.
* TODO: removed the cubic arc bbox computation note, since it has been
* include/freetype/internal/ftcalc.h: Move declaration of
Another small fix from Francesco.
* src/pcfdriver.c: fixed incorrect bitmap width computation
* docs/docmaker.py: updated the DocMaker script in order to add
* src/base/ftbbox.c (BBox_Cubic_Check): fixed the coefficient
* builds/unix/config.guess, builds/unix/config.sub: Updated to
minor optimisations in ftcalc.c
* src/base/ftcalc.c (FT_SqrtFixed): corrected/optimised the 32-bit
* src/base/ftbbox.c (BBox_Cubic_Check): rewrote function to use
* builds/unix/config.guess, builds/unix/config.sub: Updated to
* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.