927 Commits (0fe9763135c1c3ee489bd5106f5c8dbc5967886b)
 

Author SHA1 Message Date
Werner Lemberg 9a8b536fb9 * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error 24 years ago
Tom Kacvinsky fb68eaf8ac 2001-03-12 Tom Kacvinsky <tjk@ams.org> 24 years ago
Tom Kacvinsky a25b712c95 Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int 24 years ago
Tom Kacvinsky d15ac62429 Added entries for changes to the Type 1 decoder and the CID font driver (which 24 years ago
Tom Kacvinsky 68621135db In cid_read_subrs, decode subroutines only if lenIV >= 0. 24 years ago
Tom Kacvinsky e355d008b3 In cid_load_glyph, decrypt charstrings only if lenIV >= 0. 24 years ago
Tom Kacvinsky 9b59f2c385 In function T1_Decoder_Parse_Charstrings, take into account lenIV seed 24 years ago
Werner Lemberg 22e812a8c4 * src/pcf/pcfread.c: Put READ_Fields() always in a conditional to 24 years ago
Werner Lemberg 29bac136cb * TODO: Updated. 24 years ago
Tom Kacvinsky 21fed911e2 Added entry for TODO list. 24 years ago
Tom Kacvinsky 82aca5c0ff Initial revision of TODO list. 24 years ago
Tom Kacvinsky f4f17d4f71 Myriad entires for FT_Fixed number handling in bbox parsing and 24 years ago
Tom Kacvinsky e5b8bbb892 In function T1_Init_Face, changed the assignment code for ascender, 24 years ago
Tom Kacvinsky 5d362b6b44 Changed parse_font_bbox to use FT_Fixed values for the bbox 24 years ago
Tom Kacvinsky 00169a309e In CID_Init_Face, use calculated units_per_EM, and if that is not available, default 24 years ago
Tom Kacvinsky 025c2f3fb6 Added units_per_EM processing to parse_font_matrix, and added FT_Fixed 24 years ago
Tom Kacvinsky c2f44c1608 Added implementation of three new functions: FT_RoundFix, FT_CeilFix, 24 years ago
Tom Kacvinsky f8220925c9 Added prototypes and notes for three new functions: FT_RoundFix, 24 years ago
Werner Lemberg 914b289f16 * src/*/*.c: Added many casts to make code more 64bit-safe. 24 years ago
Werner Lemberg 7124a8e59c * INSTALL, docs/BUILD: We need GNU make 3.78 or newer. 24 years ago
Tom Kacvinsky a20e15bc0d Added entry: 24 years ago
Tom Kacvinsky bdcfd5246d Minor correction in T1_Init_Face: we must wait until parse_font_bbox 24 years ago
Tom Kacvinsky 5441897bcb Added entry: 24 years ago
Tom Kacvinsky 3f06635b12 2001-03-07 Tom Kacvinsky <tjk@ams.org> 24 years ago
Werner Lemberg 2e35c9b406 formatting 24 years ago
Tom Kacvinsky 0d832659c7 Added entry: 24 years ago
Tom Kacvinsky e20035ae3c 2001-03-05 Tom Kacvinsky <tjk@ams.org> 24 years ago
Antoine Leca ca3035ad4c * include/freetype/ttnameid.h: Correct a stupid typo which prevented 24 years ago
Werner Lemberg 29179a33ee * builds/unix/detect.mk: Add test for Hurd. 24 years ago
Werner Lemberg e274cfd3ef * src/autohint/ahtypes.h (AH_Hinter): Add elements 24 years ago
Antoine Leca 6d27936aa9 * include/freetype/ttnameid.h: added some new Microsoft language 24 years ago
David Turner 8a8d5c88b5 the Type 1 glyph loader now sets the glyph control data to the 24 years ago
David Turner 131f8ea8d5 added automatic detection for the HURD operating system 24 years ago
David Turner 5aeaad6c39 fixed a bug reported by Graham Asher 24 years ago
David Turner f3b07226c2 fixed a small bug in FT_Glyph_Copy 24 years ago
David Turner 8fe916ca51 fixed a small bug (the advance and format were not copied in 24 years ago
Werner Lemberg 20e862be32 * builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org). 24 years ago
Werner Lemberg 0b2137e5ca * docs/docmaker.py (DocSection::add_element): Use 24 years ago
David Turner e231a65882 update docmaker.py to support chapters and section block ordering 24 years ago
Werner Lemberg 500dc854f6 formatting 24 years ago
Tom Kacvinsky 16c691c155 minor correction to 2001-02-07 entries. 24 years ago
Tom Kacvinsky 78b5f17a15 * src/cff/cffparse.c (cff_parse_font_matrix): Removed an 24 years ago
Tom Kacvinsky 1e5f0ee609 Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix 24 years ago
Tom Kacvinsky 43a9c9d396 Added entry for function is_alpha. Code now makes `-' a valid 24 years ago
Tom Kacvinsky 97094311aa In function is_alpha, make `-' a legal alphanumeric character. This 24 years ago
Tom Kacvinsky 1df6a31704 Added entries for changes to CFF and Type 1 drivers, related to units 24 years ago
Tom Kacvinsky 7b91beadab In function T1_Init_Face, added code to get the units_per_EM from the 24 years ago
Tom Kacvinsky d30bcd20c2 In struct CFF_Font_Dict_, added a units_per_em member to facilitate 24 years ago
Tom Kacvinsky c27cd28e22 In function cff_parse_font_matrix, added logic to get the units_per_EM 24 years ago
Tom Kacvinsky c97cf17acd In function CFF_Init_Face, added logic to get the units per EM from 24 years ago