* Jamfile, src/Jamfile, src/*/Jamfile: Formatted. Slight changes
* CHANGES: Reformatted, minor fixes.
2001-04-02 Tom Kacvinsky <[email protected]>
In function TT_Load_Metrics, fix improper an improper pointer dereference.
2001-03-26 Tom Kacvinsky <[email protected]>
Changed tests for sizes of short, ints, and longs to use the suffix U
* Jamrules, Jamfile, src/Jamfile, src/*/Jamfile: Adding jamfiles
small Unix installation update
removed obsolete documentation files
* builds/win32/detekt.mk: Fix .PHONY target for Intel compiler.
* include/freetype/config/ftheader.h, include/freetype/ftsnames.h:
* builds/*/*-def.mk: changed the objects directory from "obj" to "objs"
* builds/unix/configure.in: Add $ft_version.
Added entries for changes to Type 1 and CFF drivers, related to units
In function parse_font_matrix(), make sure that the units per em value
Change units per EM assignment in cff_parse_font_bbox().
renamed <freetype/config/ft2build.h> to 'ftheader.h' to avoid
small update to remove compiler warnings
Another minor typo fix in cff_parse_font_bbox().
Corrected a typo in function cff_parse_font_bbox().
Added entries for changes to the BBox processing of the CFF driver. Now
In function cff_parse_font_bbox(), obtain rounded FT_Fixed values for the
In function CFF_Init_Face(), when we process a pure CFF font, set
Added entries for changes to CFF driver submitted by Sander van der
Added function get_cff_glyph_name() in order to facilitate getting a
In function CFF_Init_Face(), logical or the face flags with
In function CFF_Parse_CharStrings(), added support for deprecated
* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error
2001-03-12 Tom Kacvinsky <[email protected]>
Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int
Added entries for changes to the Type 1 decoder and the CID font driver (which
In cid_read_subrs, decode subroutines only if lenIV >= 0.
In cid_load_glyph, decrypt charstrings only if lenIV >= 0.
In function T1_Decoder_Parse_Charstrings, take into account lenIV seed
* src/pcf/pcfread.c: Put READ_Fields() always in a conditional to
Added entry for TODO list.
Initial revision of TODO list.
Myriad entires for FT_Fixed number handling in bbox parsing and
In function T1_Init_Face, changed the assignment code for ascender,
Changed parse_font_bbox to use FT_Fixed values for the bbox
In CID_Init_Face, use calculated units_per_EM, and if that is not available, default
Added units_per_EM processing to parse_font_matrix, and added FT_Fixed
Added implementation of three new functions: FT_RoundFix, FT_CeilFix,
Added prototypes and notes for three new functions: FT_RoundFix,
* src/*/*.c: Added many casts to make code more 64bit-safe.
* INSTALL, docs/BUILD: We need GNU make 3.78 or newer.
Minor correction in T1_Init_Face: we must wait until parse_font_bbox
2001-03-07 Tom Kacvinsky <[email protected]>
2001-03-05 Tom Kacvinsky <[email protected]>
* include/freetype/ttnameid.h: Correct a stupid typo which prevented
* builds/unix/detect.mk: Add test for Hurd.
* src/autohint/ahtypes.h (AH_Hinter): Add elements
* include/freetype/ttnameid.h: added some new Microsoft language
the Type 1 glyph loader now sets the glyph control data to the
added automatic detection for the HURD operating system
fixed a bug reported by Graham Asher
fixed a small bug in FT_Glyph_Copy
fixed a small bug (the advance and format were not copied in
* builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org).
* docs/docmaker.py (DocSection::add_element): Use
update docmaker.py to support chapters and section block ordering
minor correction to 2001-02-07 entries.
* src/cff/cffparse.c (cff_parse_font_matrix): Removed an
Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix
Added entry for function is_alpha. Code now makes `-' a valid
In function is_alpha, make `-' a legal alphanumeric character. This
Added entries for changes to CFF and Type 1 drivers, related to units
In function T1_Init_Face, added code to get the units_per_EM from the
In struct CFF_Font_Dict_, added a units_per_em member to facilitate
In function cff_parse_font_matrix, added logic to get the units_per_EM
In function CFF_Init_Face, added logic to get the units per EM from
* src/psaux/psobjs.c (shift_elements): Remove if clause (which is
formatting, ChangeLog entry
improved docmaker slightly (better indexing, support for "<order>" marker
Update of ttnameid.h with the most recent informations from Microsoft's SDK
Added entries for changes to Type 1 driver (related to FontInfo
In function parse_font_matrix, added heuristic to get units_per_EM
another small update of the Unicode range comments
* src/pcfread.c (pcf_get_properties, pcf_get_metrics,
some minor changes to allow compilation in all modes, without warnings
* builds/unix/freetype-config.in: Fix problems with separate
added cross-reference generation