michael@0: 2002-02-09 Werner Lemberg michael@0: michael@0: * README: Fix typo. michael@0: * docs/CHANGES: Minor fixes. michael@0: michael@0: michael@0: * Version 2.0.8 released. michael@0: ========================= michael@0: michael@0: michael@0: 2002-02-08 David Turner michael@0: michael@0: * docs/CHANGES: Updating for 2.0.8. michael@0: michael@0: * include/freetype/freetype.h: Setting `PATCH_LEVEL' to 8 and michael@0: removing `FT_Get_Next_Char' from the API (temporarily). michael@0: michael@0: * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char; michael@0: note that this function might temporarily be removed for the 2.0.8 michael@0: release. michael@0: michael@0: 2002-02-07 David Turner michael@0: michael@0: * src/pcf/pcfread.c (pcf_load_font): Removed immature support of michael@0: the AVERAGE_WIDTH property. michael@0: michael@0: 2002-02-06 David Turner michael@0: michael@0: * src/sfnt/sfobjs.c (SFNT_Load_Face): Since many fonts embedded in michael@0: PDF documents do not include 'cmap', 'post' and 'name' tables, the michael@0: SFNT face loader has been changed to not immediately report an michael@0: error if these are not present. michael@0: michael@0: Note that the specification _requires_ these tables, but Adobe michael@0: seems to ignore it completely. michael@0: michael@0: * src/sfnt/ttcmap.c: Removing compiler warnings. michael@0: michael@0: * src/pcf/pcfread.c (pcf_read_TOC): Use FT_UInt. michael@0: (pcf_parse_metric, pcf_parse_compressed_metric): Removed. Code michael@0: is now in ... michael@0: (pcf_get_metric): Here. michael@0: (pcfSeekToType): Renamed to ... michael@0: (pcf_seek_to_table_type): This. michael@0: Use FT_Int. michael@0: (pcfHasType): Renamed to ... michael@0: (pcf_has_table_type): This. michael@0: Use FT_Int. michael@0: (find_property): Renamed to ... michael@0: (pcf_find_property): This. michael@0: Use FT_Int. michael@0: (pcf_get_bitmaps, pcf_get_encodings): Handle invalid PCF fonts michael@0: better (delaying format checks out of FT_Access_Frame .. michael@0: FT_Forget_Frame blocks to avoid leaving the stream in an incorrect michael@0: state when encountering an invalid PCF font). michael@0: michael@0: * src/pcf/pcfdriver.c (PCF_Done_Face): Renamed to ... michael@0: (PCF_Face_Done): This. michael@0: (PCF_Init_Face): Renamed to ... michael@0: (PCF_Face_Init): This. michael@0: (PCF_Get_Char_Index): Renamed to ... michael@0: (PCF_Char_Get_Index): This. michael@0: (PCF_Get_Next_Char): Renamed to ... michael@0: (PCF_Char_Get_Next): This. michael@0: (pcf_driver_class): Updated. michael@0: michael@0: * src/pcf/pcf.h (PCF_Done_Face): Removed. michael@0: michael@0: 2002-02-06 Detlef Würkner michael@0: michael@0: * src/pcf/pcfdriver.c (FT_Done_Face): Fixed small memory leak. michael@0: michael@0: * src/pcf/pcfread.c (pcf_load_font): Now handles the `AVERAGE_WIDTH' michael@0: property to return correct character pixel (width/height) pairs for michael@0: embedded bitmaps. michael@0: michael@0: 2002-02-04 Keith Packard michael@0: michael@0: Adding the function `FT_Get_Next_Char', doing the obvious thing michael@0: w.r.t. the selected charmap. michael@0: michael@0: * include/freetype/freetype.h: Add prototype. michael@0: * include/freetype/internal/ftdriver.h: Add `FTDriver_getNextChar' michael@0: typedef. michael@0: (FT_Driver_Class): Use it. michael@0: * include/freetype/internal/psnames.h: Add `PS_Next_Unicode_Func' michael@0: typedef. michael@0: (PSNames_Interface): Use it. michael@0: * include/freetype/internal/tttypes.h: Add `TT_CharNext_Func' michael@0: typedef. michael@0: (TT_CMapTable): Use it. michael@0: michael@0: * src/base/ftobjs.c (FT_Get_Next_Char): New function, implementing michael@0: high-level API. michael@0: * src/cff/cffdrivr.c (cff_get_next_char): New function. michael@0: (cff_driver_class): Add it. michael@0: * src/cid/cidriver.c (Cid_Get_Next_Char): New function. michael@0: (t1cid_driver_class): Add it. michael@0: * src/pcf/pcfdriver.c (PCF_Get_Next_Char): New function. michael@0: (pcf_driver_class): Add it. michael@0: * src/psnames/psmodule.c (PS_Next_Unicode): New function. michael@0: (psnames_interface): Add it. michael@0: * src/sfnt/ttcmap.c (code_to_next0, code_to_next2, code_to_next4, michael@0: code_to_next6, code_to_next_8_12, code_to_next_10): New auxiliary michael@0: functions. michael@0: (TT_CharMap_Load): Use them. michael@0: * src/truetype/ttdriver.c (Get_Next_Char): New function. michael@0: (tt_driver_class): Add it. michael@0: * src/type1/t1driver.c (Get_Next_Char): New function. michael@0: (t1_driver_class): Add it. michael@0: * src/winfonts/winfnt.c (FNT_Get_Next_Char): New function. michael@0: (winfnt_driver_class): Add it. michael@0: michael@0: * src/pcf/pcfread.c (pcf_load_font): For now, report Unicode for michael@0: Unicode and Latin 1 encodings. michael@0: michael@0: 2002-02-02 Keith Packard michael@0: michael@0: * builds/unix/freetype-config.in: Add missing `fi'. michael@0: michael@0: michael@0: * Version 2.0.7 released. michael@0: ========================= michael@0: michael@0: michael@0: 2002-02-01 David Turner michael@0: michael@0: * include/freetype/freetype.h: Increasing FREETYPE_PATCH to 7 michael@0: for the new release. michael@0: michael@0: 2002-01-31 David Turner michael@0: michael@0: * README, README.UNX, docs/CHANGES: Updating documentation for the michael@0: 2.0.7 release. michael@0: michael@0: 2002-01-30 David Turner michael@0: michael@0: * INSTALL: Moved to ... michael@0: * docs/INSTALL: Here to avoid conflicts with the `install' script on michael@0: Windows, where the filesystem doesn't preserve case. michael@0: michael@0: 2002-01-29 David Turner michael@0: michael@0: * configure: Fixed the script. It previously didn't accept more michael@0: than one argument correctly. For example, when typing: michael@0: michael@0: ./configure --disable-shared --disable-nls michael@0: michael@0: the `--disable-nls' was incorrectly sent to the `make' program. michael@0: michael@0: 2002-01-29 Werner Lemberg michael@0: michael@0: * README.UNX: Fix typo. michael@0: * builds/unix/install.mk (uninstall): Fix library name for libtool. michael@0: michael@0: 2002-01-28 Francesco Zappa Nardelli michael@0: michael@0: * src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of michael@0: the face object (face->toc.tables, face->root.family_name, michael@0: face->root.available_size, face->charset_encoding, michael@0: face->charset_registry are now freed). Thanks to Niels Moseley. michael@0: michael@0: 2002-01-28 Roberto Alameda michael@0: michael@0: * src/type1/t1load.c (parse_encoding): Set `loader->num_chars'. michael@0: michael@0: 2002-01-28 Werner Lemberg michael@0: michael@0: * src/type1/t1load.c (parse_subrs, parse_charstrings): Use copy michael@0: of `base' string for decrypting to not modify the original data. michael@0: Based on a patch by Jakub Bogusz . michael@0: michael@0: 2002-01-27 Giuliano Pochini michael@0: michael@0: * src/smooth/ftgrays.c (gray_render_scanline): Fix bug which caused michael@0: bad rendering of thin lines (less than one pixel thick). michael@0: michael@0: 2002-01-25 Werner Lemberg michael@0: michael@0: * src/cff/cffdrivr.c (cff_get_name_index): Make last patch work michael@0: actually. michael@0: michael@0: 2002-01-25 Martin Zinser michael@0: michael@0: * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix michael@0: compilation warnings. michael@0: * src/base/descrip.mms (OBJS): Add `ftmm.obj'. michael@0: * src/cache/descrip.mms (ftcache.obj): Dependencies added. michael@0: michael@0: 2002-01-25 WANG Yi michael@0: michael@0: * src/cff/cffdrivr.c (cff_get_name_index): Fix deallocation bug. michael@0: michael@0: 2002-01-21 Antoine Leca michael@0: michael@0: * docs/PATENTS: Typo fixed (thanks to Detlef `Hawkeye' Würkner) in michael@0: the URL for the online resource. michael@0: michael@0: 2002-01-18 Ian Brown michael@0: michael@0: * builds/win32/ftdebug.c: New file. michael@0: * builds/win32/visualc/freetype.dsp: Updated. michael@0: michael@0: 2002-01-18 Detlef Würkner michael@0: michael@0: * builds/amiga/src/base/ftsystem.c: Updated for AmigaOS 3.9. michael@0: * builds/amiga/README: Updated. michael@0: michael@0: 2002-01-18 Ian Brown michael@0: michael@0: * builds/win32/visualc/freetype.dsp: Updated. michael@0: michael@0: 2002-01-13 Werner Lemberg michael@0: michael@0: * builds/unix/freetype2.a4: The script was still buggy. michael@0: * builds/unix/freetype-config.in: Make it really work for any install michael@0: prefix. michael@0: michael@0: 2002-01-10 Werner Lemberg michael@0: michael@0: * builds/unix/freetype2.a4: Fix some serious bugs. michael@0: michael@0: 2002-01-09 David Turner michael@0: michael@0: * builds/unix/configure.ac: Build top-level Jamfile. michael@0: michael@0: 2002-01-09 Maxim Shemanarev michael@0: michael@0: * src/smooth/ftgrays.c (gray_render_line): Small optimization to michael@0: the smooth anti-aliased renderer that deals with vertical segments. michael@0: This results in a 5-7% speedup in rendering speed. michael@0: michael@0: 2002-01-08 David Turner michael@0: michael@0: Added some wrapper scripts to make the installation more michael@0: Unix-friendly. michael@0: michael@0: * configure, install: New files. michael@0: michael@0: * INSTALL, README.UNX: Updated installation documentation to use the michael@0: new 'configure' and 'install' scripts. michael@0: michael@0: 2002-01-07 David Turner michael@0: michael@0: michael@0: * Version 2.0.6 released. michael@0: ========================= michael@0: michael@0: michael@0: * docs/BUGS, docs/CHANGES: Updating documentation for 2.0.6 release. michael@0: michael@0: * src/tools/docmaker.py: Fixed HTML quoting in sources. michael@0: (html_format): Replaced with ... michael@0: (html_quote): New function. michael@0: (html_quote0): New function. michael@0: (DocCode::dump_html): Small improvement. michael@0: (DocParagraph::dump, DocBlock::html): Use html_quote0 and html_quote. michael@0: michael@0: * include/freetype/config/ftoption.h: Setting default options for michael@0: a release build (debugging off, bytecode interpreter off). michael@0: michael@0: * src/base/ftobjs.c, src/base/ftoutln.c, src/cache/ftccmap.c, michael@0: src/cff/cffload.c, src/cff/cffobjs.c, src/pshinter/pshalgo2.c, michael@0: src/sfnt/ttload.c, src/sfnt/ttsbit.c: Removing small compiler michael@0: warnings (in pedantic compilation modes). michael@0: michael@0: 2002-01-05 David Turner michael@0: michael@0: * src/autohint/ahhint.c (ah_align_linked_edge): Modified computation michael@0: of auto-hinted stem widths; this avoids color fringes in michael@0: `ClearType-like' rendering. michael@0: michael@0: * src/truetype/ttgload.c (TT_Load_Glyph_Header, michael@0: TT_Load_Simple_Glyph, TT_Load_Composite_Glyph, load_truetype_glyph): michael@0: Modified the TrueType loader to make it more paranoid; this avoids michael@0: nasty buffer overflows in the case of invalid glyph data (as michael@0: encountered in the output of some buggy font converters). michael@0: michael@0: 2002-01-04 David Turner michael@0: michael@0: * README.UNX: Added special README file for Unix users. michael@0: michael@0: * builds/unix/ftsystem.c (FT_New_Stream): Fixed typo. michael@0: michael@0: * src/base/ftobjs.c: Added #include FT_OUTLINE_H to get rid michael@0: of compiler warnings. michael@0: michael@0: * src/base/ftoutln.c (FT_Outline_Check): Remove compiler warning. michael@0: michael@0: 2002-01-03 Werner Lemberg michael@0: michael@0: * src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler michael@0: warning. michael@0: michael@0: 2002-01-03 Keith Packard michael@0: michael@0: * builds/unix/ftsystem.c (FT_New_Stream): Added a fix to ensure that michael@0: all FreeType input streams are closed in child processes of a `fork' michael@0: on Unix systems. This is important to avoid (potential) access michael@0: control issues. michael@0: michael@0: 2002-01-03 David Turner michael@0: michael@0: * src/type1/t1objs.c (T1_Face_Init): Fixed a bug that crashed the michael@0: library when dealing with certain weird fonts like `Stalingrad', in michael@0: `sadn.pfb' (this font has no full font name entry). michael@0: michael@0: * src/base/ftoutln.c, include/freetype/ftoutln.h (FT_Outline_Check): michael@0: New function to check the consistency of outline data. michael@0: michael@0: * src/base/ftobjs.c (FT_Load_Glyph): Use `FT_Outline_Check' to michael@0: ensure that loaded glyphs are valid. This allows certain fonts like michael@0: `tt1095m_.ttf' to be loaded even though it appears they contain michael@0: really funky glyphs. michael@0: michael@0: There still is a bug there, though. michael@0: michael@0: * src/truetype/ttgload.c (load_truetype_glyph): Fix error condition. michael@0: michael@0: 2001-12-30 David Turner michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_load): Fix advance width michael@0: computation of auto-hinted glyphs. This noticeably improves the michael@0: spacing of letters in KDE and Gnome. michael@0: michael@0: 2001-12-25 Antoine Leca michael@0: michael@0: * builds/dos/detect.mk: Correcting the order for Borland compilers: michael@0: 16-bit bcc was never selected, always overridden by 32-bit bcc32. michael@0: michael@0: 2001-12-22 Francesco Zappa Nardelli michael@0: michael@0: * src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE' michael@0: and fix incorrect computation of `available_sizes'. michael@0: michael@0: 2001-12-22 David Turner michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_load): Auto-hinted glyphs had an michael@0: incorrect glyph advance in the case of mono-width fonts (like michael@0: Courier, Andale Mono, and others). michael@0: michael@0: 2001-12-22 Detlef Würkner michael@0: michael@0: * builds/amiga/*: Adaptations to latest changes. michael@0: Support added for MorphOS. michael@0: michael@0: 2001-12-22 Werner Lemberg michael@0: michael@0: * src/pshinter/pshrec.c (FT_COMPONENT): Redefine to `trace_pshrec'. michael@0: (ps_mask_table_merge, ps_hints_open, ps_hints_stem, michael@0: ps_hints_t1stem3, ps_hints_t2mask, ps_hints_t2counter): Fix michael@0: FT_ERROR messages. michael@0: * src/pshinter/pshalgo1.c (FT_COMPONENT): Define as michael@0: `trace_pshalgo1'. michael@0: * src/pshinter/pshalgo2.c (FT_COMPONENT): Define as michael@0: `trace_pshalgo2'. michael@0: * include/freetype/internal/ftdebug.h (FT_Trace): Updated. michael@0: michael@0: * docs/modules.txt: New file. michael@0: michael@0: 2001-12-21 David Turner michael@0: michael@0: * src/pshinter/pshrec.c (ps_hints_t2mask, ps_hints_t2counter): michael@0: Ignore invalid `hintmask' and `cntrmask' operators (instead of michael@0: returning an error). Glyph 2028 of the CFF font `MSung-Light-Acro' michael@0: couldn't be rendered otherwise (it seems its charstring is buggy, michael@0: though this requires more analysis). michael@0: (FT_COMPONENT): Define. michael@0: michael@0: * src/cff/cffgload.c (CFF_Parse_CharStrings), src/psaux/t1decode.c michael@0: (T1_Decoder_Parse_Charstrings), src/pshinter/pshalgo2.c (*), Fixed a michael@0: bug where the X and Y axis where inverted in the postscript hinter. michael@0: This caused problem when displaying on non-square surfaces. michael@0: michael@0: * src/pshinter/pshalgo2.c: s/vertical/dimension/. michael@0: michael@0: * src/pshinter/pshglob.c (psh_globals_new): Replaced a floating michael@0: point constant with a fixed-float equivalent. For some reasons not michael@0: all compilers are capable of directly computing a floating pointer michael@0: constant casted to FT_Fixed, and will link a math library instead. michael@0: michael@0: 2001-12-20 Werner Lemberg michael@0: michael@0: * src/cache/ftccache.c (ftc_node_destroy, ftc_cache_lookup): Fix michael@0: tracing strings. michael@0: * src/cache/ftccmap.c (ftc_cmap_family_init): Ditto. michael@0: * src/cache/ftcmanag.c (ftc_family_table_alloc, michael@0: ftc_family_table_free, FTC_Manager_Check): Ditto. michael@0: * src/cache/ftcsbits.c (ftc_sbit_node_load): Ditto. michael@0: michael@0: * src/base/ftobjs.c (FT_Done_Library): Remove compiler warning. michael@0: michael@0: 2001-12-20 David Turner michael@0: michael@0: Added PostScript hinter support to the CFF and CID drivers. michael@0: michael@0: * include/freetype/internal/cfftypes.h (CFF_Font): New member michael@0: `pshinter'. michael@0: * src/cff/cffload.c (CFF_Get_Standard_Encoding): New function. michael@0: * src/cff/cffload.h: Updated. michael@0: * src/cff/cffgload.c (CFF_Init_Builder): Renamed to ... michael@0: (CFF_Builder_Init): This. michael@0: Added new argument `hinting'. michael@0: (CFF_Done_Builder): Renamed to ... michael@0: (CFF_Builder_Done): This. michael@0: (CFF_Init_Decoder): Added new argument `hinting'. michael@0: (CFF_Parse_CharStrings): Implement vstem support. michael@0: (CFF_Load_Glyph): Updated. michael@0: Add hinting support. michael@0: (cff_lookup_glyph_by_stdcharcode): Use CFF_Get_Standard_Encoding(). michael@0: (cff_argument_counts): Updated. michael@0: * src/cff/cffgload.h: Updated. michael@0: * src/cff/cffobjs.c: Include FT_INTERNAL_POSTSCRIPT_HINTS_H. michael@0: (CFF_Size_Get_Globals_Funcs, CFF_Size_Done, CFF_Size_Init, michael@0: CFF_Size_Reset, CFF_GlyphSlot_Done, CFF_GLyphSlot_Init): New michael@0: functions. michael@0: (CFF_Init_Face): Renamed to ... michael@0: (CFF_Face_Init): This. michael@0: Add hinter support. michael@0: (CFF_Done_Face): Renamed to ... michael@0: (CFF_Face_Done): This. michael@0: (CFF_Init_Driver): Renamed to ... michael@0: (CFF_Driver_Init): This. michael@0: (CFF_Done_Driver): Renamed to ... michael@0: (CFF_Driver_Done): This. michael@0: * src/cff/cffobjs.h: Updated. michael@0: * src/cff/cffdrivr.c (cff_driver_class): Updated. michael@0: michael@0: * include/freetype/internal/t1types.h (CID_FaceRec): New member michael@0: `pshinter'. michael@0: * src/cid/cidgload.c (CID_Load_Glyph): Add hinter support. michael@0: * src/cid/cidobjs.c: Include FT_INTERNAL_POSTSCRIPT_HINTS_H. michael@0: (CID_GlyphSlot_Done, CID_GlyphSlot_Init, CID_Size_Get_Globals_Funcs, michael@0: CID_Size_Done, CID_Size_Init, CID_Size_Reset): New functions. michael@0: (CID_Done_Face): Renamed to ... michael@0: (CID_Face_Done): This. michael@0: (CID_Init_Face): Renamed to ... michael@0: (CID_Face_Init): This. michael@0: Add hinting support. michael@0: (CID_Init_Driver): Renamed to ... michael@0: (CID_Driver_Init): This. michael@0: (CID_Done_Driver): Renamed to ... michael@0: (CID_Driver_Done): This. michael@0: * src/cid/cidobjs.h: Updated. michael@0: * src/cidriver.c: Updated. michael@0: michael@0: * src/pshinter/pshrec.c (t2_hint_stems): Fixed. michael@0: michael@0: * src/base/ftobjs.c (FT_Done_Library): Fixed a stupid bug that michael@0: crashed the library on exit. michael@0: michael@0: * src/type1/t1gload.c (T1_Load_Glyph): Enable font matrix michael@0: transformation of hinted glyphs. michael@0: michael@0: * src/cid/cidload.c (cid_read_subrs): Fix error condition. michael@0: michael@0: * src/cid/cidobjs.c (CID_Face_Done): Fixed a memory leak; the subrs michael@0: routines were never released when CID faces were destroyed. michael@0: michael@0: * src/cff/cffload.h, src/cff/cffload.c, src/cff/cffgload.c: Updated michael@0: to move the definition of encoding tables back within `cffload.c' michael@0: instead of making them part of a shared header (causing problems in michael@0: `multi' builds). This reverts change 2001-08-08. michael@0: michael@0: * docs/CHANGES: Updated for 2.0.6 release. michael@0: * docs/TODO: Added `stem3 and counter hints support' to the TODO michael@0: list for the Postscript hinter. michael@0: * docs/BUGS: Closed the AUTOHINT-NO-SBITS bug. michael@0: michael@0: 2001-12-19 David Turner michael@0: michael@0: * include/freetype/cache/ftcache.h: Added comments to indicate that michael@0: some of the exported functions should only be used by applications michael@0: that need to implement custom cache types. michael@0: michael@0: * src/truetype/ttgload.c (cur_to_org, org_to_cur): Fixed a nasty bug michael@0: that prevented composites from loading correctly, due to missing michael@0: parentheses around macro parameters. michael@0: michael@0: * src/sfnt/sfobjs.c (SFNT_Load_Face): Make the `post' and `name' michael@0: tables optional to load PCL fonts properly. michael@0: michael@0: * src/truetype/ttgload.c (TT_Load_Glyph), src/base/ftobjs.c michael@0: (FT_Load_Glyph), include/freetype/freetype.h (FT_LOAD_SBITS_ONLY): michael@0: `Fixed' the bug that prevented embedded bitmaps to be loaded when michael@0: the auto-hinter is used. This actually is a hack but will be enough michael@0: until the internal re-design scheduled for FreeType 2.1. michael@0: michael@0: * src/raster/ftrend1.c (ft_raster1_render): Fixed a nasty outline michael@0: shifting bug in the monochrome renderer. michael@0: michael@0: * README: Updated version numbers to 2.0.6. michael@0: michael@0: 2001-12-17 Werner Lemberg michael@0: michael@0: * src/truetype/ttgload.c (load_truetype_glyph): Fix test for invalid michael@0: glyph header. michael@0: michael@0: 2001-12-15 Werner Lemberg michael@0: michael@0: * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Remove compiler warning. michael@0: * include/freetype/ftcache.h (FTC_Node_Unref): Removed. It is michael@0: already in ftcmanag.h. michael@0: * src/cache/ftcsbits.c (ftc_sbit_node_load): Remove unused variable michael@0: `gfam'. michael@0: * src/cache/ftcmanag.c (ftc_family_table_alloc, michael@0: * ftc_family_table_free): Use FT_EXPORT_DEF. michael@0: * include/freetype/cache/ftcmanag.h: Updated. michael@0: * src/cache/ftccache.c (ftc_node_destroy): Use FT_EXPORT_DEF. michael@0: * src/cache/ftccmap.c (ftc_cmap_node_init): Remove unused variable michael@0: `cfam'. michael@0: Remove compiler warning. michael@0: (FTC_CMapCache_Lookup): Remove compiler warnings. michael@0: (ftc_cmap_family_init): Ditto. michael@0: (FTC_CMapCache_Lookup): Ditto. michael@0: michael@0: * builds/unix/configure.ac: Increase `version_info' to 8:0:2. michael@0: * builds/unix/configure: Regenerated. michael@0: michael@0: 2001-12-14 Werner Lemberg michael@0: michael@0: * builds/mac/README: Updated. michael@0: michael@0: 2001-12-14 Scott Long michael@0: michael@0: * src/truetype/ttgload.c (load_truetype_glyph): Fixing crash when michael@0: dealing with invalid fonts (i.e. glyph size < 10 bytes). michael@0: michael@0: 2001-12-14 Sam Latinga michael@0: michael@0: * builds/mac/freetype.make: A new Makefile to build with MPW on michael@0: MacOS classic. michael@0: michael@0: 2001-12-14 David Turner michael@0: michael@0: * src/truetype/ttgload.c (TT_Load_Glyph), src/type1/t1gload.c michael@0: (T1_Load_Glyph), src/cid/cidgload.c (CID_Load_Glyph), michael@0: src/cff/cffgload.c (CFF_Load_Glyph): Fixed a serious bug common to michael@0: all font drivers (the advance width was never hinted when it michael@0: should). michael@0: michael@0: * include/freetype/freetype.h (FREETYPE_PATCH): New macro. michael@0: * src/base/ftdbgmem.c (debug_mem_dummy) [!FT_DEBUG_MEMORY]: Don't michael@0: use `extern' keyword. michael@0: michael@0: 2001-12-12 David Turner michael@0: michael@0: * src/pshinter/pshglob.c (psh_blues_scale_zones, psh_blues_snap_stem michael@0: psh_globals_new): Adding correct BlueScale/BlueShift support, plus michael@0: family blues processing. michael@0: * src/pshinter/pshglob.h (PSH_BluesRec): Updated. michael@0: michael@0: Started adding support for the Postscript hinter in the CFF module. michael@0: michael@0: * src/cff/cffgload.c: Include FT_INTERNAL_POSTSCRIPT_HINTS_H. michael@0: (CFF_Parse_CharStrings): Implement it. michael@0: * src/cff/cffgload.h: Updated. michael@0: michael@0: 2001-12-12 Werner Lemberg michael@0: michael@0: * builds/unix/freetype2.m4: Some portability fixes. michael@0: michael@0: 2001-12-11 Jouk Jansen michael@0: michael@0: * src/base/descrip.mms (OBJS): Add ftdebug.obj. michael@0: michael@0: 2001-12-11 Werner Lemberg michael@0: michael@0: * src/sfnt/ttload.c (TT_Load_Generic_Header): Typos. michael@0: michael@0: 2001-12-11 David Turner michael@0: michael@0: * builds/unix/freetype-config.in: Modified the script to prevent michael@0: passing `-L/usr/lib' to gcc. michael@0: michael@0: * docs/FTL.TXT: Simple fix (change `LICENSE.TXT' to `FTL.TXT'). michael@0: michael@0: * builds/unix/freetype2.m4: New file for checking configure paths. michael@0: We need to install it in $(prefix)/share/aclocal/freetype2.m4 but I michael@0: didn't modify builds/unix/install.mk yet. michael@0: michael@0: * INSTALL: Updated the instructions to build shared libraries with michael@0: Jam. They were simply wrong. michael@0: michael@0: * src/base/fttrigon.c (FT_Cos): Fixed a small bug that caused michael@0: slightly improper results for `FT_Cos' and `FT_Sin' (example: michael@0: FT_Sin(0) == -1!). michael@0: michael@0: 2001-12-11 Detlef Würkner michael@0: michael@0: * include/freetype/internal/ftstream.h (GET_LongLE, GET_ULongLE): michael@0: Fixed incorrect argument types. michael@0: michael@0: 2001-12-10 Francesco Zappa Nardelli michael@0: michael@0: * src/pcf/pcfdriver.c (PCF_Init_Face): Allow Xft to use PCF fonts michael@0: by setting the `face->metrics.max_advance' correctly. michael@0: michael@0: 2001-12-07 David Turner michael@0: michael@0: * include/freetype/cache/ftccmap.h, src/cache/ftccmap.c: Added new michael@0: charmap cache. michael@0: * src/cache/ftcache.c: Updated. michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_hint_edges): s/UNUSED/FT_UNUSED/. michael@0: michael@0: 2001-12-06 Leonard Rosenthol michael@0: michael@0: Added support for reading .dfont files on Mac OS X. Also added a michael@0: new routine which looks up a given font by name in the Mac OS and michael@0: returns the disk file where it resides. michael@0: michael@0: * src/base/ftmac.c: Include and . michael@0: (is_dfont): New auxiliary function. michael@0: (FT_New_Face_From_dfont): New function. michael@0: (FT_GetFile_From_Mac_Name): New exported function. michael@0: (FT_New_Face): Updated. michael@0: * include/freetype/ftmac.h: Updated. michael@0: michael@0: 2001-12-06 David Turner michael@0: michael@0: * src/cache/Jamfile, src/cache/rules.mk: Updated. michael@0: michael@0: 2001-12-06 Werner Lemberg michael@0: michael@0: * INSTALL: Small update. michael@0: michael@0: 2001-12-05 David Turner michael@0: michael@0: * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Re-ordered code for michael@0: debugging purposes. michael@0: Comment out use of `origin'. michael@0: michael@0: * src/smooth/ftsmooth.c (ft_smooth_render): Fixed a nasty hidden bug michael@0: where outline shifting wasn't correctly undone after bitmap michael@0: rasterization. This created problems with certain glyphs (like '"' michael@0: of certain fonts) and the cache system. michael@0: michael@0: * src/pshinter/pshalgo1.c (psh1_hint_table_init): Fix typo. michael@0: * src/pshinter/pshalgo2.c (psh2_hint_table_init): Fix typo. michael@0: (ps2_hints_apply): Small fix. michael@0: michael@0: 2001-12-05 David Turner michael@0: michael@0: * src/pshinter/pshalgo2.c (psh2_hint_table_init), michael@0: src/pshinter/pshalgo1.c (psh1_hint_table_init): Removed compiler michael@0: warnings. michael@0: michael@0: * include/freetype/ftcache.h, include/freetype/cache/*, src/cache/*: michael@0: Yet another massive rewrite of the caching sub-system in order to michael@0: both increase performance and allow simpler cache sub-classing. As michael@0: an example, the code for the image and sbit caches is now much michael@0: simpler. michael@0: michael@0: I still need to update the documentation in michael@0: www/freetype2/docs/cache.html to reflect the new design though. michael@0: michael@0: * include/freetype/config/ftheader.h (FT_CACHE_CHARMAP_H): New michael@0: macro. michael@0: (FT_CACHE_INTERNAL_CACHE_H): Updated. michael@0: michael@0: 2001-12-05 David Krause michael@0: michael@0: * docs/license.txt: s/X Windows/X Window System/. michael@0: michael@0: 2001-12-04 Werner Lemberg michael@0: michael@0: * src/raster/ftraster.c: Fix definition condition of MEM_Set(). michael@0: * src/smooth/ftgrays.c (M_Y): Change value to 192. michael@0: * src/base/ftdbgmem.c (ft_mem_table_destroy): Fix printf() parameter. michael@0: Remove unused variable. michael@0: * src/cache/ftcimage.c (ftc_image_node_init, michael@0: ftc_image_node_compare): Remove unused variables. michael@0: * src/cache/ftcsbits.c (ftc_sbit_node_weight): Remove unused michael@0: variable. michael@0: * src/raster/ftraster.c (MEM_Set): Move definition down to avoid michael@0: compiler warning. michael@0: * src/autohint/ahhint.c (ah_hinter_hint_edges): Use UNUSED() to michael@0: avoid compiler warnings. michael@0: * src/pcf/pcfread.c (tableNames): Use `const'. michael@0: (pcf_read_TOC): Change counter name to avoid compiler warning. michael@0: Use `const'. michael@0: * src/pshinter/pshrec.c (ps_hints_close): Remove redundant michael@0: declaration. michael@0: * src/pshinter/pshalgo1.c (psh1_hint_table_init): Rename variables michael@0: to avoid shadowing. michael@0: * src/pshinter/pshalgo2.c (psh2_hint_table_activate_mask): Ditto. michael@0: * src/type1/t1objs.h: Remove double declarations of `T1_Size_Init()' michael@0: and `T1_Size_Done()'. michael@0: michael@0: 2001-11-20 Antoine Leca michael@0: michael@0: * include/freetype/ttnameid.h: Added some new Microsoft language michael@0: codes and LCIDs as found in MSDN (Passport SDK). Also added michael@0: comments about the meaning of bit 57 of the `OS/2' table michael@0: (TT_UCR_SURROGATES) which (with OpenType v.1.3) now means `there is michael@0: a character beyond 0xFFFF in this font'. Thanks to Detlef Würkner michael@0: for noticing this. michael@0: michael@0: 2001-11-20 David Turner michael@0: michael@0: * src/pshinter/{pshalgo2.c, pshalgo1.c}: Fixed stupid bug in sorting michael@0: routine that created nasty alignment artefacts. michael@0: michael@0: * src/pshinter/pshrec.c, tests/gview.c: Debugging updates. michael@0: michael@0: * src/smooth/ftgrays.c: De-activated experimental gamma support. michael@0: Apparently, `optimal' gamma tables depend on the monitor type, michael@0: resolution and general karma, so it's better to compute them outside michael@0: of the rasterizer itself. michael@0: (gray_convert_glyph): Use `volatile' keyword. michael@0: michael@0: 2001-10-29 David Turner michael@0: michael@0: Adding experimental `gamma' support. This produces smoother glyphs michael@0: at small sizes for very little cost. michael@0: michael@0: * src/smooth/ftgrays.c (grays_init_gamma): New function. michael@0: (gray_raster_new): Use it. michael@0: michael@0: Various fixes to the auto-hinter. They merely improve the output of michael@0: sans-serif fonts. Note that there are still problems with serifed michael@0: fonts and composites (accented characters). michael@0: michael@0: * src/autohint/ahglyph.c (ah_outline_load, michael@0: ah_outline_link_segments): Implement it. michael@0: Fix typos. michael@0: (ah_outline_save, ah_outline_compute_segments): Fix typos. michael@0: * src/autohint/ahhint.c (ah_align_serif_edge): New argument michael@0: `vertical'. Implement improvement. michael@0: (ah_hint_edges_3, ah_hinter_hint_edges): Implement it. michael@0: Fix typos. michael@0: (ah_hinter_align_strong_points, ah_hinter_align_weak_points): Fix michael@0: typos. michael@0: (ah_hinter_load): Set `ah_debug_hinter' if DEBUG_HINTER is defined. michael@0: * src/autohint/ahmodule.c: Implement support for DEBUG_HINTER macro. michael@0: * src/autohint/ahtypes.h: Ditto. michael@0: (AH_Hinter): Remove `disable_horz_edges' and `disable_vert_edges' michael@0: (making them global as `ah_debug_disable_horz' and michael@0: `ah_debug_disable_vert'). michael@0: Fix typos. michael@0: michael@0: * tests/gview.c: Updated the debugging glyph viewer to show the michael@0: hints generated by the `autohint' module. michael@0: michael@0: 2001-10-27 David Turner michael@0: michael@0: * src/cache/ftcchunk.c (ftc_chunk_cache_lookup): Fixed a bug that michael@0: considerably lowered the performance of the abstract chunk cache. michael@0: michael@0: 2001-10-26 David Turner michael@0: michael@0: * include/freetype/ftcache.h, include/freetype/cache/*.h, michael@0: src/cache/*.c: Major re-design of the cache sub-system to provide michael@0: better performance as well as an `Acquire'/`Release' API. Seems to michael@0: work well here, but probably needs a bit more testing. michael@0: michael@0: 2001-10-26 Leonard Rosenthol michael@0: michael@0: * builds/mac/README: Updated to reflect my taking over the project michael@0: and that is now being actively maintained. michael@0: michael@0: * src/base/ftmac.c (parse_fond): Applied patches from Paul Miller michael@0: to support loading a face other than the michael@0: first from a FOND resource. michael@0: (FT_New_Face_From_FOND): Updated. michael@0: michael@0: 2001-10-25 Leonard Rosenthol michael@0: michael@0: * builds/mac/ftlib.prj: Update of CodeWarrior project file for Mac michael@0: OS for latest version (7) of CWPro and for recent changes to the FT michael@0: source tree. michael@0: michael@0: 2001-10-25 David Turner michael@0: michael@0: * include/freetype/config/ftoption.h: Updated comments to explain michael@0: precisely how to use project-specific macro definitions without michael@0: modifying this file manually. michael@0: michael@0: (FT_CONFIG_FORCE_INT64): Define. michael@0: michael@0: (FT_DEBUG_MEMORY): New macro. michael@0: michael@0: 2001-10-24 Tom Kacvinsky michael@0: michael@0: * builds/unix/ftsystem.c (FT_New_Memory): Added a missing `{'. michael@0: michael@0: 2001-10-23 David Turner michael@0: michael@0: * include/freetype/internal/ftmemory.h, src/base/ftdbgmem.c: michael@0: Improvements to the memory debugger to report more information in michael@0: case of errors. Also, some allocations that occurred through REALLOC michael@0: couldn't be previously caught correctly. michael@0: michael@0: * src/autohint/ahglyph.c (ah_outline_compute_segments, michael@0: ah_outline_compute_edges), src/raster/ftraster.c (ft_black_new), michael@0: src/smooth/ftgrays.c (gray_render_span, gray_raster_new): Replaced michael@0: liberal uses of memset() by the MEM_Set() macro. michael@0: michael@0: 2001-10-23 David Turner michael@0: michael@0: * src/raster/ftraster.c (Update): Removed to be inlined in ... michael@0: (Sort): Updated. michael@0: michael@0: 2001-10-22 David Turner michael@0: michael@0: * builds/unix/ftsystem.c (FT_New_Memory, FT_Done_Memory), michael@0: builds/vms/ftsystem.c (FT_New_Memory, FT_Done_Memory), michael@0: builds/amiga/ftsystem.c (FT_New_Memory, FT_Done_Memory), michael@0: src/base/ftdbgmem.c: Updated the memory debugger and michael@0: platform-specific implementations of `ftsystem' in order to be able michael@0: to debug memory allocations on Unix, VMS and Amiga too! michael@0: michael@0: * src/pshinter/pshalgo2.c (psh2_hint_table_record_mask): Removed michael@0: some bogus warnings. michael@0: michael@0: * include/freetype/internal/ftmemory.h, src/base/ftdbgmem.c: michael@0: Modified the debugging memory manager to report the location (source michael@0: file name + line number) where leaked memory blocks are allocated in michael@0: the source file. michael@0: michael@0: * src/base/ftdbgmem.c: New debugging memory manager. You must michael@0: define the FT_DEBUG_MEMORY macro in `ftoption.h' to enable it. It michael@0: will record every memory block allocated and report simple errors michael@0: like memory leaks and double deletes. michael@0: michael@0: * src/base/Jamfile: Include ftdbgmem. michael@0: * src/base/rules.mk: Ditto. michael@0: * src/base/ftbase.c: Include ftdbgmem.c. michael@0: michael@0: * include/freetype/config/ftoption.h: Added the FT_DEBUG_MEMORY michael@0: macro definition. michael@0: michael@0: * src/base/ftsystem.c (FT_New_Memory, FT_Done_Memory): Modified the michael@0: base component to use the debugging memory manager when the macro michael@0: FT_DEBUG_MEMORY is defined. michael@0: michael@0: 2001-10-21 Tom Kacvinsky michael@0: michael@0: * src/cff/cffload.c (CFF_Done_Font): Free subfonts array only if michael@0: we are working with a CID keyed CFF font. Otherwise, a variable michael@0: that was never allocated memory might freed. This is a correction michael@0: to the previous patch for freeing subfonts. michael@0: michael@0: 2001-10-21 Tom Kacvinsky michael@0: michael@0: * src/cff/cffload.c (CFF_Done_Font): Free the subfonts array to michael@0: avoid a memory leak. michael@0: michael@0: 2001-10-21 David Turner michael@0: michael@0: * src/pshinter/pshalgo2.c, src/pshinter/pshalgo1.c, michael@0: src/pshinter/pshglob.c: Removing compiler warnings in pedantic modes michael@0: (in multi-object compilation mode, mainly). michael@0: michael@0: 2001-10-20 Tom Kacvinsky michael@0: michael@0: * src/type1/t1load.c (parse_encoding): Add a test to make sure michael@0: that custom encodings (i.e., neither StandardEncoding nor michael@0: ExpertEncoding) are not loaded twice when the Type 1 font is michael@0: synthetic. michael@0: michael@0: * src/type1/t1load.c (parse_font_name, parse_subrs): Added a test michael@0: for when loading synthetic fonts to make sure that the font name michael@0: and subroutines are not loaded twice. This is to remove a memory michael@0: leak that occurred because the original memory blocks for these michael@0: objects were not deallocated when the objects were parsed the michael@0: second time. michael@0: michael@0: 2001-10-19 David Turner michael@0: michael@0: * src/smooth/ftgrays.c, src/pshinter/pshglob.h, michael@0: src/pshinter/pshrec.c, src/pshinter/pshalgo2.c: Getting rid of michael@0: compiler warnings. michael@0: michael@0: * src/pshinter/module.mk, src/pshinter/rules.mk: Adding control michael@0: files to build the PostScript hinter with the `old' build system. michael@0: michael@0: 2001-10-19 Jacob Jansen michael@0: michael@0: * descrip.mms, src/pshinter/descrip.mms: Updates to the VMS build michael@0: files. michael@0: michael@0: 2001-10-18 David Turner michael@0: michael@0: * src/psnames/pstables.h, src/tools/glnames.py: Rewrote the michael@0: `glnames.py' script used to generate the `pstables.h' header file. michael@0: The old one contained a serious bug that made FreeType return michael@0: incorrect glyph names for certain glyphs. michael@0: michael@0: * src/truetype/ttdriver.c (Set_Char_Sizes): Changing computation of michael@0: pixel size from character size to use rounding. This is an michael@0: experiment to see whether this gives values similar to Windows for michael@0: scaled ascent/descent/etc. michael@0: michael@0: * src/base/ftcalc.c (FT_Div64by32): Changed the implementation michael@0: slightly since the original code was mis-compiled on Mac machines michael@0: using the MPW C compiler. michael@0: michael@0: * src/base/ftobjs.c (FT_Realloc): When a memory block was grown michael@0: through FT_Realloc(), the new bytes were not set to 0, which created michael@0: some strange bugs in the PostScript hinter. michael@0: (destroy_face): Don't deallocate unconditionally. michael@0: michael@0: * src/cid/cidgload.c (CID_Compute_Max_Advance, CID_Load_Glyph): michael@0: Adding support to new PostScript hinter. michael@0: michael@0: * include/freetype/internal/psglobal.h, michael@0: include/freetype/internal/pshints.h, michael@0: include/freetype/config/ftmodule.h, src/pshinter/Jamfile, michael@0: src/pshinter/pshalgo.h, src/pshinter/pshalgo1.h, michael@0: src/pshinter/pshalgo1.c, src/pshinter/pshalgo2.h, michael@0: src/pshinter/pshalgo2.c, src/pshinter/pshglob.h, michael@0: src/pshinter/pshglob.c, src/pshinter/pshinter.c, michael@0: src/pshinter/pshmod.c, src/pshinter/pshmod.h, src/pshinter/pshrec.c, michael@0: src/pshinter/pshrec.h: Adding new PostScript hinter module. michael@0: michael@0: * include/freetype/internal/ftobjs.h, michael@0: include/freetype/internal/internal.h, michael@0: include/freetype/internal/psaux.h, michael@0: include/freetype/internal/t1types.h, src/psaux/psobjs.c, michael@0: src/psaux/psobjs.h, src/psaux/t1decode.h, src/psaux/t1decode.c, michael@0: src/type1/t1driver.c, src/type1/t1gload.c, src/type1/t1objs.c, michael@0: src/type1/t1objs.h: Updates to use the new PostScript hinter. michael@0: michael@0: * tests/Jamfile, tests/gview.c: Adding a new glyph hinting michael@0: viewer/debugger to the source tree. Note that you will _not_ be michael@0: able to compile it since it depends on an unavailable graphics michael@0: library named `Nirvana' to render vector images. michael@0: michael@0: 2001-10-17 David Turner michael@0: michael@0: michael@0: * Version 2.0.5 released. michael@0: ========================= michael@0: michael@0: michael@0: * include/freetype/freetype.h, include/internal/ftobjs.h, michael@0: src/base/ftobjs.c, src/type1/t1driver.c: Adding a new function named michael@0: 'FT_Get_Postscript_Name' to retrieve the PostScript name of a given michael@0: font. Should work with all formats except pure CFF/CEF fonts (this michael@0: will be added soon). michael@0: michael@0: * src/cid/cidriver (cid_get_postscript_name): New function. michael@0: (CID_Get_Interface): Handle `postscript_name' interface. michael@0: michael@0: * src/sfnt/sfdriver.c (get_sfnt_postscript_name): New function. michael@0: (SFNT_Get_Interface): Handle `postscript_name' interface. michael@0: michael@0: * src/type1/t1driver.c (t1_get_ps_name): New function. michael@0: (Get_Interface): Handle `postscript_name' interface. michael@0: michael@0: * README, docs/CHANGES: Updated for 2.0.5 release. michael@0: michael@0: 2001-10-08 David Turner michael@0: michael@0: Fixed a bug in `glnames.py' that prevented it from generating michael@0: correct glyph names tables. This resulted in the unavailability of michael@0: certain glyphs like `Cacute', `cacute' and `lslash' in Unicode michael@0: charmaps, even if these were present in the font (causing problems michael@0: for Polish users). michael@0: michael@0: * src/tools/glnames.py (mac_standard_names): Fixed. michael@0: (t1_standard_strings): Some fixes and renamed to ... michael@0: (sid_standard_names): This. michael@0: (t1_expert_encoding): Fixed. michael@0: (the_adobe_glyph_list): Renamed to ... michael@0: (adobe_glyph_names): This. michael@0: (the_adobe_glyphs): Renamed to ... michael@0: (adobe_glyph_values): This. michael@0: (dump_mac_indices, dump_glyph_list, dump_unicode_values, main): michael@0: Updated. michael@0: * src/psnames/pstables.h: Regenerated. michael@0: * src/psnames/psmodule.c (PS_Unicode_Value): Fix offset. michael@0: Fix return value. michael@0: Use `sid_standard_table' and `ps_names_to_unicode' instead of michael@0: `t1_standard_glyphs' and `names_to_unicode'. michael@0: (PS_Macintosh_Name): Use `ps_glyph_names' instead of michael@0: `standard_glyph_names'. michael@0: (PS_Standard_Strings): Use `sid_standard_names' instead of michael@0: `t1_standard_glyphs'. michael@0: michael@0: * doc/BUGS, doc/TODO: New documents. michael@0: michael@0: 2001-10-07 Richard Barber michael@0: michael@0: * src/cache/ftlru.c (FT_Lru_Lookup_Node): Fixed a bug that prevented michael@0: correct LRU behaviour. michael@0: michael@0: 2001-10-07 David Turner michael@0: michael@0: setjmp() and longjmp() are now used for rollback (i.e. when memory michael@0: pool overflow occurs). michael@0: michael@0: Function names are now all uniformly prefixed with `gray_'. michael@0: michael@0: * src/smooth/ftgrays.c: Include . michael@0: (ErrRaster_MemoryOverflow): New macro. michael@0: (TArea): New type to store area values in each cell (using `int' was michael@0: too small on 16-bit systems). is included to properly michael@0: get the needed data type. michael@0: (TCell, TRaster): Use it. michael@0: (TRaster): New element `jump_buffer'. michael@0: (gray_compute_cbox): Use `RAS_ARG' as the only parameter and get michael@0: `outline' from it. michael@0: (gray_record_cell): Use longjmp(). michael@0: (gray_set_cell): Use gray_record_cell() for error handling. michael@0: (gray_render_line, gray_render_conic, gray_render_cubic): Simplify. michael@0: (gray_convert_glyph_inner): New function, using setjmp(). michael@0: (gray_convert_glyph): Use it. michael@0: michael@0: 2001-10-07 David Turner michael@0: michael@0: Provide a public API to manage multiple size objects for a given michael@0: FT_Face in the new header file `ftsizes.h'. michael@0: michael@0: * include/freetype/ftsizes.h: New header file, michael@0: * include/freetype/internal/ftobjs.h: Use it. michael@0: Remove declarations of FT_New_Size and FT_Done_Size (moved to michael@0: ftsizes.h). michael@0: * include/freetype/config/ftheader.h (FT_SIZES_H): New macro. michael@0: * src/base/ftobjs.c (FT_Activate_Size): New function. michael@0: * src/cache/ftcmanag.c: Include ftsizes.h. michael@0: (ftc_manager_init_size, ftc_manager_flush_size): Use michael@0: FT_Activate_Size. michael@0: michael@0: 2001-09-20 Detlef Würkner michael@0: michael@0: * builds/amiga/*: Added port to Amiga with the SAS/C compiler. michael@0: michael@0: 2001-09-15 Detlef Würkner michael@0: michael@0: * src/type1/t1afm.c (T1_Done_AFM): Free `afm'. michael@0: michael@0: 2001-09-10 Yao Zhang michael@0: michael@0: * src/sfnt/ttcmap.c (code_to_index2): Handle code values with michael@0: hi-byte == 0 correctly. michael@0: michael@0: 2001-09-10 Werner Lemberg michael@0: michael@0: * builds/link-std.mk ($(PROJECT_LIBRARY)): Fix typo. michael@0: michael@0: 2001-08-30 Martin Muskens michael@0: michael@0: * src/type1/t1load.c (parse_font_matrix): A new way to compute the michael@0: units per EM with greater accuracy (important for embedded T1 fonts michael@0: in PDF documents that were automatically generated from TrueType michael@0: ones). michael@0: michael@0: * src/type1/t1load.c (is_alpha): Now supports `+' in font names; michael@0: this is used in embedded fonts. michael@0: michael@0: * src/psaux/psobjs.c (PS_Table_Add): Fixed a reallocation bug that michael@0: generated a dangling pointer reference. michael@0: michael@0: 2001-08-30 Anthony Feik michael@0: michael@0: * src/type1/t1afm.c (T1_Read_Afm): Now correctly sets the flag michael@0: FT_FACE_FLAG_KERNING when appropriate for Type1 + AFM files. michael@0: michael@0: 2001-08-25 Werner Lemberg michael@0: michael@0: * src/sfnt/ttload.c (TT_Load_CMap): Fix frame length of michael@0: `cmap_rec_fields'. michael@0: michael@0: * include/freetype/fterrors.h [!FT_CONFIG_OPTION_USE_MODULE_ERRORS]: michael@0: Undefine FT_ERR_BASE before defining again. michael@0: michael@0: 2001-08-22 Werner Lemberg michael@0: michael@0: * src/truetype/ttinterp.h: Fix prototype of TT_Move_Func. michael@0: michael@0: 2001-08-21 Werner Lemberg michael@0: michael@0: * builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'. michael@0: michael@0: 2001-08-21 David Turner michael@0: michael@0: * include/freetype/config/ftoption.h: Changed the default setting michael@0: for FT_CONFIG_OPTION_USE_MODULE_ERRORS to undefined, since it breaks michael@0: source compatibility in a few cases. Updated the comment to explain michael@0: that too. michael@0: michael@0: 2001-08-17 Martin Muskens michael@0: michael@0: * src/base/ftcalc.c (FT_MulDiv): Fixed serious typo. michael@0: michael@0: 2001-08-12 Werner Lemberg michael@0: michael@0: Updating to OpenType 1.3. michael@0: michael@0: * include/freetype/internal/tttypes.h (TT_CMap0, TT_CMap2, TT_CMap4, michael@0: TT_CMap6): Adding field `language'. michael@0: (TT_CMapTable): Removing field `language'. michael@0: Type of `length' field changed to FT_ULong. michael@0: Adding fields for cmaps format 8, 10, and 12. michael@0: (TT_CMapGroup): New auxiliary structure. michael@0: (TT_CMap8_12, TT_CMap10): New structures. michael@0: * include/freetype/tttables.h (TT_HoriHeader, TT_VertHeader): michael@0: Removed last element of `Reserved' array. michael@0: * include/freetype/ttnameid.h (TT_PLATFORM_CUSTOM, TT_MS_ID_UCS_4, michael@0: TT_NAME_ID_CID_FINDFONT_NAME): New macros. michael@0: michael@0: * src/sfnt/ttcmap.c (TT_CharMap_Load): Updated loading of `language' michael@0: field to the new structures. michael@0: Fixed freeing of arrays in case of unsuccessful loads. michael@0: Added support for loading format 8, 10, and 12 cmaps. michael@0: (TT_CharMap_Free): Added support for freeing format 8, 10, and 12 michael@0: cmaps. michael@0: (code_to_index4): Small improvement. michael@0: (code_to_index6): Ditto. michael@0: (code_to_index8_12, code_to_index10): New functions. michael@0: * src/sfnt/ttload.c (TT_Load_Metrics_Header): Updated to new michael@0: structure. michael@0: (TT_Load_CMap): Ditto. michael@0: michael@0: * src/sfnt/sfobjs.c (tt_encodings): Add MS UCS4 table (before MS michael@0: Unicode). michael@0: michael@0: 2001-08-11 Werner Lemberg michael@0: michael@0: * src/type1/t1driver.c (t1_get_name_index): Fix compiler warning. michael@0: michael@0: 2001-08-09 Tom Kacvinsky michael@0: michael@0: * src/cff/cffdrivr.c (get_cff_glyph_name): Renamed to michael@0: cff_get_glyph_name for consistency. michael@0: michael@0: (cff_get_glyph_index): Minor documentation change. michael@0: michael@0: * src/type1/t1driver.c (t1_get_name_index): New function used in michael@0: Get_Interface as the function returned when the `name_index' michael@0: function is requested. michael@0: michael@0: (get_t1_glyph_name): Renamed to t1_get_glyph_name for consistency. michael@0: michael@0: 2001-08-08 Tom Kacvinsky michael@0: michael@0: * src/cff/cffload.c: Removed definitions of cff_isoadobe_charset, michael@0: cff_expert_charset, cff_expertsubset_charset, cff_standard_encoding, michael@0: and cff_expert_encoding arrays to cffload.h. michael@0: michael@0: * src/cff/cffload.h: Added definitions of cff_isoadobe_charset, michael@0: cff_expert_charset, cff_expertsubset_charset, cff_standard_encoding, michael@0: and cff_expert_encoding arrays. michael@0: michael@0: * src/cff/cffdrivr.c (cff_get_name_index): New function, returned michael@0: when `cff_get_interface' is called with a request for the michael@0: `name_index' function. michael@0: michael@0: (cff_get_interface): Modified so that it returns the function michael@0: `cff_get_name_index' when the `name_index' function is requested. michael@0: michael@0: * src/base/ftobjs.c (FT_Get_Name_Index): New function, used to michael@0: return a glyph index for a given glyph name only if the driver michael@0: supports glyph names. michael@0: michael@0: * include/freetype/internal/ftobjs.h (FT_Name_Index_Requester): michael@0: New function pointer type definition used in the function michael@0: FT_Get_Name_Index. michael@0: michael@0: * include/freetype/freetype.h (FT_Get_Name_Index): Added michael@0: documentation and prototype. michael@0: michael@0: 2001-07-26 Werner Lemberg michael@0: michael@0: * builds/cygwin/*: Removed. Use the unix stuff instead. michael@0: michael@0: 2001-07-26 Jouk Jansen michael@0: michael@0: * builds/vms/ftconfig.h (FT_CALLBACK_DEF): Updated to change dated michael@0: 2001-06-27. michael@0: michael@0: 2001-07-17 Werner Lemberg michael@0: michael@0: * include/freetype/internal/psaux.h (PS_Table): Use FT_Offset for michael@0: `cursor' and `capacity'. michael@0: * src/psaux/psobjc.c (reallocate_t1_table): Use FT_Long for second michael@0: parameter. michael@0: (PS_Table_Add): Use FT_Offset for `new_size'. michael@0: michael@0: Add support for version 0.5 maxp tables. michael@0: michael@0: * src/sfnt/ttload.c (TT_Load_MaxProfile): Implement it. michael@0: (TT_Load_OS2): Initialize some values. michael@0: michael@0: 2001-07-13 Werner Lemberg michael@0: michael@0: * src/base/ftsynth.c: Include ftcalc.h unconditionally. michael@0: michael@0: 2001-07-07 David Turner michael@0: michael@0: * src/truetype/ttgload.c, src/truetype/ttinterp.c, src/pcf/pcfread: michael@0: Removed pedantic compiler warnings when the bytecode interpreter is michael@0: compiled in. michael@0: michael@0: 2001-07-03 Werner Lemberg michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove michael@0: unused variable `edges'. michael@0: (ah_hinter_load): Remove unused variables `old_width' and michael@0: `new_width'. michael@0: * src/cid/cidload.c (cid_decrypt): Use `U' for constant (again). michael@0: * src/psaux/psobjs.c (T1_Decrypt): Ditto. michael@0: * src/type1/t1parse.c (T1_Get_Private_Dict): Ditto. michael@0: michael@0: 2001-06-28 David Turner michael@0: michael@0: * include/internal/ftstream.h: Modified the definitions michael@0: of the FT_GET_XXXX and NEXT_XXXX macros for 16-bit correctness. michael@0: michael@0: 2001-06-26 Werner Lemberg michael@0: michael@0: * src/cid/cidload.c, src/cid/cidload.h (cid_decrypt): Use FT_Offset michael@0: instead of FT_Int as type for `length' parameter. michael@0: * include/freetype/internal/psaux.h (PSAux_Interface): Updated. michael@0: michael@0: 2001-06-27 Wolfgang Domröse michael@0: michael@0: * src/psaux/psobjs.c, src/psaux/psobjs.h (T1_Decrypt): Use FT_Offset michael@0: instead of FT_Int as type for `length' parameter. michael@0: michael@0: michael@0: * Version 2.0.4 released. michael@0: ========================= michael@0: michael@0: michael@0: 2001-06-27 David Turner michael@0: michael@0: * builds/unix/ftconfig.in: Changed the definition of the michael@0: FT_CALLBACK_DEF macro. michael@0: michael@0: * include/freetype/ftconfig.h, src/*/*.c: Changed the definition and michael@0: use of the FT_CALLBACK_DEF macro in order to support 16-bit michael@0: compilers. michael@0: michael@0: * builds/unix/ftconfig.in: Changed the definition of the michael@0: FT_CALLBACK_DEF macro. michael@0: michael@0: * src/sfnt/ttload.c (TT_Load_Kern): The kern table loader now ensures michael@0: that the kerning table is correctly sorted (some problem fonts don't michael@0: have a correct kern table). michael@0: michael@0: 2001-06-26 Wolfgang Domröse michael@0: michael@0: * include/freetype/internal/ftstream.h (FT_GET_OFF3_LE): Fix typo. michael@0: michael@0: 2001-06-24 David Turner michael@0: michael@0: * src/base/ftcalc.c (ft_div64by32): Fixed the source to work michael@0: correctly on 16-bit systems. michael@0: michael@0: 2001-06-23 Anthony Fok michael@0: michael@0: * debian/*: Added Debian package build directory for 2.0.4. michael@0: michael@0: 2001-06-22 David Turner michael@0: michael@0: * docs/PATENTS: Added patents disclaimer. This one was missing! michael@0: michael@0: * docs/CHANGES, docs/todo: Updated for the upcoming 2.0.4 release. michael@0: michael@0: 2001-06-20 Werner Lemberg michael@0: michael@0: * include/freetype/config/ftconfig.h: Add two more `L's to michael@0: constants. michael@0: Add missing semicolons. michael@0: michael@0: * builds/toplevel.mk: Do similar change as for michael@0: builds/unix/detect.mk. michael@0: michael@0: * include/freetype/freetype.h (FT_ENC_TAG): New version to make it michael@0: easier to redefine. michael@0: * include/freetype/ftimage.h (FT_IMAGE_TAG): Ditto. michael@0: michael@0: * src/pcf/pcfread.c (pcf_get_encodings): Add cast. michael@0: michael@0: 2001-06-19 David Turner michael@0: michael@0: * builds/win32/visualc/freetype.dsp, builds/win32/visualc/index.html: michael@0: Updated the Visual C++ project (for the 2.0.4 release). michael@0: michael@0: * builds/unix/detect.mk: Added rule for AIX detection (which uses michael@0: /usr/sbin/init instead of /sbin/init). michael@0: michael@0: * include/freetype/fterrors.h, src/*/*err*.h: Updated some of the michael@0: error macros to simplify handling of new error scheme. michael@0: michael@0: 2001-06-19 Werner Lemberg michael@0: michael@0: * include/freetype/fttypes.h (FT_ERROR_MODULE): New macro. michael@0: michael@0: 2001-06-19 David Turner michael@0: michael@0: Removing _lots_ of compiler warnings when the most pedantic warning michael@0: levels of Visual C++ and Borland C++ are used. Too many files to be michael@0: listed here, but FT2 now compiles without warnings with VC++ and the michael@0: `/W4' warning level (lint-style). michael@0: michael@0: * include/freetype/freetype.h (FT_New_Memory_Face): Updated michael@0: documentation. michael@0: * include/freetype/fttypes.h (FT_BOOL): New macro. michael@0: * include/freetype/internal/ftdebug.h: Add #pragma for Visual C++ michael@0: to suppress warning. michael@0: * include/freetype/internal/ftstream.h (FT_GET_SHORT_{BE,LE}, michael@0: FT_GET_OFF3_{BE,LE}, FT_GET_LONG_{BE,LE}): New macros. michael@0: (NEXT_*): Use them. michael@0: * src/autohint/ahglobal.c: Include FT_INTERNAL_DEBUG_H. michael@0: (FT_New_Memory_Face): Add `const' to function declaration. michael@0: michael@0: 2001-06-18 Werner Lemberg michael@0: michael@0: Minor cleanups to remove compiler warnings. michael@0: michael@0: * include/freetype/cache/ftcmanag.h (FTC_MAX_BYTES_DEFAULT): Use michael@0: `L' for constant. michael@0: * include/freetype/config/ftoption.h (FT_RENDER_POOL_SIZE): Ditto. michael@0: * src/base/ftcalc.c (FT_MulDiv): Use `L' for constant. michael@0: * src/base/ftglyph.c (FT_Glyph_Get_CBox): Remove `error' variable. michael@0: * src/base/fttrigon.c (ft_trig_arctan_table): Use `L' for constants. michael@0: * src/base/ftobjs.c (FT_Done_Size): Fix return value. michael@0: (FT_Set_Char_Size, FT_Set_Pixel_Sizes, FT_Get_Kerning): Remove michael@0: unused `memory' variable. michael@0: * src/autohint/ahglyph.c (ah_get_orientation): Use `L' for constant. michael@0: * src/autohint/ahhint.c (ah_hint_edges_3, michael@0: ah_hinter_align_edge_points): Remove unused `before' and `after' michael@0: variables. michael@0: (ah_hinter_align_weak_points): Remove unused `edge_limit' variable. michael@0: (ah_hinter_load): Remove unused `new_advance', `start_contour', michael@0: and `metrics' variables. michael@0: * src/cff/cffload.c (CFF_Load_Encoding): Remove dead code to avoid michael@0: compiler warning. michael@0: * src/cff/cffobjs.c (CFF_Init_Face): Remove unused `base_offset' michael@0: variable. michael@0: * src/cff/cffgload.c (CFF_Parse_CharStrings): Remove unused michael@0: `outline' variable. michael@0: (cff_compute_bias): Use `U' for constant. michael@0: * src/cid/cidload.c (cid_decrypt): Ditto. michael@0: * src/psaux/psobjs.c (T1_Decrypt): Ditto. michael@0: * src/psaux/t1decode.c (T1_Decoder_Parse_CharStrings): Ditto. michael@0: * src/sfnt/ttload.c (TT_Load_Kern): Remove unused `version' michael@0: variable. michael@0: * src/sfnt/ttsbit.c (TT_Load_SBit_Image): Remove unused `top' michael@0: variable. michael@0: * src/truetype/ttgload.c (load_truetype_glyph): Remove unused michael@0: `num_contours' and `ins_offset' variables. michael@0: (compute_glyph_metrics): Remove unused `Top' and `x_scale' michael@0: variables. michael@0: (TT_Load_Glyph): Remove unused `memory' variable. michael@0: * src/smooth/ftgrays.c (grays_raster_render): Use `L' for constants. michael@0: michael@0: 2001-06-18 Werner Lemberg michael@0: michael@0: Make the new error scheme source compatible with older FT versions michael@0: by introducing another layer. michael@0: michael@0: * include/freetype/fterrors.h (FT_ERRORDEF_, FT_NOERRORDEF_): New michael@0: macros. michael@0: (FT_NOERRORDEF): Removed. michael@0: * include/*/*err*.h: Use FT_ERRORDEF_ and FT_NOERRORDEF_. michael@0: michael@0: 2001-06-16 Werner Lemberg michael@0: michael@0: * include/freetype/freetype.h (FT_ENC_TAG): New macro. michael@0: (FT_Encoding_): Use it. michael@0: * include/freetype/ftimage.h (FT_IMAGE_TAG): Define it michael@0: conditionally. michael@0: michael@0: 2001-06-14 David Turner michael@0: michael@0: Modified the TrueType interpreter to let it use the new michael@0: trigonometric functions provided in `fttrigon.h'. This gets rid of michael@0: some old 64-bit computation routines, as well as many warnings when michael@0: compiling the library with the `long long' 64-bit integer type. michael@0: michael@0: * include/freetype/config/ftoption.h: Undefine michael@0: FT_CONFIG_OPTION_OLD_CALCS. michael@0: * include/freetype/internal/ftcalc.h: Rearrange use of michael@0: FT_CONFIG_OPTION_OLD_CALCS. michael@0: * src/base/ftcalc.c: Add declaration of FT_Int64 if michael@0: FT_CONFIG_OPTION_OLD_CALCS isn't defined. michael@0: * src/truetype/ttinterp.c: Use FT_TRIGONOMETRY_H. michael@0: (Norm): Add a special version if FT_CONFIG_OPTION_OLD_CALCS isn't michael@0: defined. michael@0: (Current_Ratio, Normalize): Simplify code. michael@0: michael@0: 2001-06-11 Mike Owens michael@0: michael@0: * src/base/ftcalc.c (FT_MulDiv, FT_DivFix, FT_Sqrt64): Remove michael@0: compiler warnings. michael@0: michael@0: 2001-06-08 Werner Lemberg michael@0: michael@0: * builds/unix/configure.in: Renamed to ... michael@0: * builds/unix/configure.ac: This to make sure that autoconf 2.50 is michael@0: needed. michael@0: Run `autoupdate' on it. michael@0: Increase `version_info' to 7:0:1. michael@0: * builds/unix/configure: Regenerated. michael@0: michael@0: 2001-06-08 David Turner michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_load_glyph): Fixed a bug that michael@0: corrupted transformed glyphs that were auto-hinted (the transform michael@0: was applied twice). michael@0: michael@0: Fixed a bug that returned an invalid linear width for composite michael@0: TrueType glyphs. michael@0: michael@0: * include/internal/tttypes.h (TT_Loader_): Two new elements `linear' michael@0: and `linear_def'. michael@0: * src/truetype/ttgload.c (load_truetype_glyph, michael@0: compute_glyph_metrics): Use it. michael@0: michael@0: * include/fttypes.h (FT_ERROR_BASE): New macro. michael@0: * src/base/ftobjs.c (FT_Open_Face, FT_Render_Glyph_Internal): Use it michael@0: to make source code work with the new error scheme implemented by michael@0: Werner. michael@0: * src/base/ftoutln.c (FT_Outline_Render): Ditto. michael@0: michael@0: 2001-06-07 Werner Lemberg michael@0: michael@0: Updating to libtool 1.4.0 and autoconf 2.50. michael@0: michael@0: * builds/unix/ltconfig: Removed. michael@0: * builds/unix/ltmain.sh, builds/unix/configure.in, michael@0: builds/unix/aclocal.m4: Updated. michael@0: * builds/unix/configure: Regenerated. michael@0: michael@0: 2001-06-06 Werner Lemberg michael@0: michael@0: Complete redesign of error codes. Please check ftmoderr.h for more michael@0: details. michael@0: michael@0: * include/freetype/internal/cfferrs.h, michael@0: include/freetype/internal/tterrors.h, michael@0: include/freetype/internal/t1errors.h: Removed. Replaced with files michael@0: local to the module. All extra error codes have been moved to michael@0: `fterrors.h'. michael@0: michael@0: * src/sfnt/ttpost.h: Move error codes to `fterrors.h'. michael@0: michael@0: * src/autohint/aherrors.h, src/cache/ftcerror.h, src/cff/cfferrs.h, michael@0: src/cid/ciderrs.h, src/pcf/pcferror.h, src/psaux/psauxerr.h, michael@0: src/psnames/psnamerr.h, src/raster/rasterrs.h, src/sfnt/sferrors.h, michael@0: src/smooth/ftsmerrs.h, src/truetype/tterrors.h, michael@0: src/type1/t1errors.h, src/winfonts/fnterrs.h: New files defining the michael@0: error names for the module it belongs to. michael@0: michael@0: * include/freetype/ftmoderr.h: New file, defining the module error michael@0: offsets. Its structure is similar to `fterrors.h'. michael@0: michael@0: * include/freetype/fterrors.h (FT_NOERRORDEF): New macro. michael@0: (FT_ERRORDEF): Redefined to use module error offsets. michael@0: All internal error codes are now public; unused error codes have michael@0: been removed, some are new. michael@0: michael@0: * include/freetype/config/ftheader.h (FT_MODULE_ERRORS_H): New michael@0: macro. michael@0: * include/freetype/config/ftoption.h michael@0: (FT_CONFIG_OPTION_USE_MODULE_ERRORS): New macro. michael@0: michael@0: All other source files have been updated to use the new error codes; michael@0: some already existing (internal) error codes local to a module have michael@0: been renamed to give them the same name as in the base module. michael@0: michael@0: All make files have been updated to include the local error files. michael@0: michael@0: 2001-06-06 Werner Lemberg michael@0: michael@0: * src/cid/cidtokens.h: Replaced with... michael@0: * src/cid/cidtoken.h: This file for 8+3 consistency. michael@0: michael@0: * src/raster/ftraster.c: Use macros for header file names. michael@0: michael@0: * src/include/freetype/tttables.h (TT_HoriHeader_, TT_VertHeader_): michael@0: Fix length of `Reserved' array. Note that this isn't the real fix michael@0: since recent OpenType specs have introduced a `CaretOffset' field michael@0: instead of the first reserved byte. michael@0: michael@0: 2001-05-29 Werner Lemberg michael@0: michael@0: * INSTALL: Minor fixes. michael@0: michael@0: michael@0: * Version 2.0.3 released. michael@0: ========================= michael@0: michael@0: michael@0: 2001-05-29 David Turner michael@0: michael@0: * INSTALL, docs/CHANGES: Updated. michael@0: michael@0: 2001-05-25 David Turner michael@0: michael@0: Moved several documents from the top-level to the `docs' directory. michael@0: michael@0: * src/base/ftcalc.c (FT_DivFix): Small fix to return value. michael@0: michael@0: 2001-05-16 David Turner michael@0: michael@0: * src/truetype/ttgload.c (load_truetype_glyph): Fixed a bug in the michael@0: composite loader. Spotted by Keith Packard. michael@0: * src/base/ftobjs.c (FT_GlyphLoader_Check_Points, michael@0: FT_GlyphLoader_Check_Subglyphs): Ditto. michael@0: michael@0: 2001-05-14 David Turner michael@0: michael@0: Fixed the incorrect blue zone computations, and improved the michael@0: composite support. Note that these changes result in improved michael@0: rendering, while sometimes introducing their own artefacts. This is michael@0: probably the last big change to the autohinter before the michael@0: introduction of a complete replacement. michael@0: michael@0: * src/autohint/ahglobal.c (sort_values): Fix loop. michael@0: * src/autohint/ahglyph.c: Removed some obsolete code. michael@0: (ah_outline_compute_edges): Modify code to set the ah_edge_round michael@0: flag. michael@0: (ah_outline_compute_blue_edges): Add code to compute active blue michael@0: zones. michael@0: * src/autohint/ahhint.c (ah_hinter_glyph_load): Change load_flags michael@0: value. michael@0: michael@0: * src/base/ftcalc.c (FT_DivFix): Fixed a bug in the 64-bit code that michael@0: created incorrect scale factors! michael@0: (FT_Round_Fix, FT_CeilFix, FT_FloorFix): Minor improvements. michael@0: michael@0: 2001-05-12 Werner Lemberg michael@0: michael@0: * include/freetype/ftbbox.h: FTBBOX_H -> __FTBBOX_H__. michael@0: * include/freetype/fttrigon.h: __FT_TRIGONOMETRY_H__ -> michael@0: __FTTRIGON_H__. michael@0: Include FT_FREETYPE_H. michael@0: Beautified; added copyright. michael@0: * src/base/fttrigon.c: Beautified; added copyright. michael@0: michael@0: 2001-05-11 David Turner michael@0: michael@0: * src/cff/cffparse.c (cff_parse_font_matrix), src/cid/cidload.c michael@0: (parse_font_matrix), src/type1/t1load.c (parse_font_matrix): Fixed michael@0: the incorrect EM size computation. michael@0: michael@0: * include/freetype/fttrigon.h, src/base/fttrigon.c: New files, michael@0: adding trigonometric functions to the core API (using Cordic michael@0: algorithms). michael@0: * src/base/ftbase.c, src/base/Jamfile, src/base/rules.mk: Use them. michael@0: michael@0: * builds/newline: New file. michael@0: * builds/top_level.mk, builds/detect.mk: Use it. This fixes michael@0: problems with Make on Windows 2000, as well as problems when `make michael@0: distclean' is invoked on a non-Unix platform when there is no michael@0: `config.mk' in the current directory. michael@0: michael@0: * builds/freetype.mk: Fixed a problem with object deletions under michael@0: Dos/Windows/OS/2 systems. michael@0: michael@0: Added new directory to hold tools and test programs. michael@0: michael@0: * docs/docmaker.py, docs/glnames.py: Moved to... michael@0: * src/tools/docmaker.py, src/tools/glnames.py: This place. michael@0: * src/tools/cordic.py: New file used to compute arctangent table michael@0: needed by fttrigon.c. michael@0: * src/tools/test_bbox.c, src/tools/test_trig.c: New test files. michael@0: michael@0: * src/tools/docmaker.py: Improved the script to add the current date michael@0: at the footer of each web page (useful to distinguish between michael@0: versions). michael@0: michael@0: * Jamfile: Fixed incorrect HDRMACRO argument. michael@0: michael@0: * TODO: Removed the cubic arc bbox computation note, since it has been michael@0: fixed recently. michael@0: * src/base/ftbbox.c (test_cubic_zero): Renamed to... michael@0: (test_cubic_extrema): This function. Use `UL' for unsigned long michael@0: constants. michael@0: michael@0: * include/freetype/t1tables.h, include/freetype/config/ftoption.h: michael@0: Formatting. michael@0: michael@0: 2001-05-10 David Turner michael@0: michael@0: * src/base/ftobjs.c (FT_Open_Face): Fixed a small memory leak michael@0: which happened when trying to open 0-size font files! michael@0: michael@0: 2001-05-09 Werner Lemberg michael@0: michael@0: * include/freetype/internal/ftcalc.h: Move declaration of michael@0: FT_SqrtFixed() out of `#ifdef FT_LONG64'. michael@0: michael@0: 2001-05-08 Francesco Zappa Nardelli michael@0: michael@0: * src/pcfdriver.c (PCF_Load_Glyph): Fixed incorrect bitmap width michael@0: computation. michael@0: michael@0: 2001-05-08 David Turner michael@0: michael@0: * docs/docmaker.py: Updated the DocMaker script in order to add michael@0: command line options (--output,--prefix,--title), fix the erroneous michael@0: line numbers reported during errors and warnings, and other michael@0: formatting issues. michael@0: michael@0: * src/base/ftcalc.c (FT_MulDiv, FT_MulFix, FT_DivFix): Various tiny michael@0: fixes related to rounding in 64-bits routines and michael@0: pseudo-`optimizations'. michael@0: michael@0: 2001-04-27 David Turner michael@0: michael@0: * src/base/ftbbox.c (BBox_Cubic_Check): Fixed the coefficient michael@0: normalization algorithm (invalid final bit position, and invalid michael@0: shift computation). michael@0: michael@0: 2001-04-26 Werner Lemberg michael@0: michael@0: * builds/unix/config.guess, builds/unix/config.sub: Updated to michael@0: latest versions from gnu.org. michael@0: michael@0: * builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag. michael@0: michael@0: * include/freetype/internal/ftcalc.h: Define FT_SqrtFixed() michael@0: unconditionally. michael@0: * src/base/ftbbox.c: Include FT_INTERNAL_CALC_H. michael@0: Fix compiler warnings. michael@0: * src/base/ftcalc.c: Fix (potential) compiler warnings. michael@0: michael@0: 2001-04-26 David Turner michael@0: michael@0: * src/base/ftcalc.c (FT_SqrtFixed): Corrected/optimized the 32-bit michael@0: fixed-point square root computation. It is now used even with michael@0: 64-bits integers, as it is _much_ faster than calling FT_Sqrt64 :-) michael@0: michael@0: * src/base/ftbbox.c: Removed invalid `#include FT_BEZIER_H' line. michael@0: michael@0: 2001-04-25 David Turner michael@0: michael@0: * src/base/ftbbox.c (BBox_Cubic_Check): Rewrote function to use michael@0: direct computations with 16.16 values instead of sub-divisions. It michael@0: is now slower, but proves a point :-) michael@0: michael@0: * src/raster/ftraster.c, src/smooth/ftgrays.c, src/base/ftbbox.c: michael@0: Fixed the Bézier stack depths. michael@0: michael@0: * src/base/ftcalc.c (FT_MulFix): Minor rounding fix. michael@0: michael@0: * builds/beos: Added BeOS-specific files to the old build system michael@0: (no changes were necessary to support BeOS in the Jamfile though). michael@0: michael@0: 2001-04-20 David Turner michael@0: michael@0: * ftconfig.h, ftoption.h: Updated `ftconfig.h' to detect 64-bit int michael@0: types on platforms where Autoconf is not available). Also removed michael@0: FTCALC_USE_LONG_LONG and replaced it with michael@0: FT_CONFIG_OPTION_FORCE_INT64. michael@0: michael@0: * builds/win32/freetype.dsp: Updated the Visual C++ project file. michael@0: Doesn't create a DLL yet. michael@0: michael@0: * cffgload.c: Removed a compilation warning. michael@0: michael@0: 2001-04-10 Tom Kacvinsky michael@0: michael@0: * t1load.c (parse_charstrings): Changed code for placing .notdef michael@0: glyph into slot 0 so that we no longer have a memory access michael@0: violation. michael@0: michael@0: * t1load.h: In structure T1_Loader, added swap_table (of type michael@0: PS_Table) to facilitate placing the .notdef glyph into slot 0. michael@0: michael@0: 2001-04-10 Francesco Zappa Nardelli michael@0: michael@0: * src/pcf/pcfdriver.c (PCF_Get_Char_Index): Fix return value. michael@0: michael@0: 2001-04-09 Laurence Withers michael@0: michael@0: * builds/dos/detect.mk: Add support for bash. michael@0: michael@0: 2001-04-05 Werner Lemberg michael@0: michael@0: * builds/os2/*.mk: These files have been forgotten to update to michael@0: the structure of similar makefiles. michael@0: * builds/dos/*.mk: Ditto. michael@0: * builds/ansi/*.mk: Ditto. michael@0: michael@0: * builds/win32/win32-def.mk (BUILD): Fix typo. michael@0: michael@0: * builds/compiler/*.mk (CLEAN_LIBRARY): Don't use NO_OUTPUT. michael@0: This is already used in the link_*.mk files. michael@0: michael@0: 2001-04-03 Werner Lemberg michael@0: michael@0: * src/*/Jamfile: Slight changes to make files more cryptic. michael@0: michael@0: 2001-04-03 Werner Lemberg michael@0: michael@0: * Jamfile, src/Jamfile, src/*/Jamfile: Formatted. Slight changes michael@0: to give files identical structure. michael@0: michael@0: 2001-04-02 Werner Lemberg michael@0: michael@0: * CHANGES: Reformatted, minor fixes. michael@0: * TODO: Updated. michael@0: * README: Formatting. michael@0: * include/freetype/freetype.h: Formatting. michael@0: michael@0: * Jamfile: Fix typo. michael@0: michael@0: * src/cff/cffparse.c: Move error code #defines to... michael@0: * include/freetype/internal/cfferrs.h: This file. michael@0: * src/cff/cffdrivr.c, src/cff/cffobjs.c, src/cff/cffload.c: Replaced michael@0: `FT_Err_*' with `CFF_Err_*'. michael@0: * src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'. michael@0: * src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto. michael@0: * src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with michael@0: `TT_Err_*'. michael@0: * src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto. michael@0: * src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c, michael@0: src/type1/t1parse.c: Replaced `FT_Err_*' with `T1_Err_*'. michael@0: michael@0: * include/freetype/internal/cfferrs.h: Add michael@0: `CFF_Err_Unknown_File_Format'. michael@0: * include/freetype/internal/t1errors.h: Add michael@0: `T1_Err_Unknown_File_Format'. michael@0: * include/freetype/internal/tterrors.h: Add michael@0: `TT_Err_Unknown_File_Format'. michael@0: michael@0: * src/cff/cffload.h: Add `cff_*_encoding' and `cff_*_charset' michael@0: references. michael@0: * src/psaux/psobjs.c: Include `FT_INTERNAL_TYPE1_ERRORS_H'. michael@0: michael@0: * src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use michael@0: FT_LOCAL_DEF. michael@0: * src/cid/cidobjs.c (CID_Done_Driver): Ditto. michael@0: * src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size): michael@0: Ditto. michael@0: * src/type1/t1objs.c (T1_Done_Driver): Ditto. michael@0: * src/pcf/pcfdriver.c (PCF_Done_Face): Ditto. michael@0: * src/pcf/pcf.h: Use FT_LOCAL for `PCF_Done_Face'. michael@0: michael@0: 2001-04-02 Tom Kacvinsky michael@0: michael@0: * src/sfnt/ttload.c (TT_Load_Metrics): Fix an improper pointer michael@0: dereference. Submitted by Herbert Duerr . michael@0: michael@0: 2001-03-26 Tom Kacvinsky michael@0: michael@0: * include/freetype/config/ftconfig.h: Changed hexadecimal michael@0: constants to use suffix U to avoid problems with HP-UX's c89 michael@0: compiler. Submitted by G.W. Lucas . michael@0: michael@0: 2001-03-24 David Turner michael@0: michael@0: * Jamrules, Jamfile, src/Jamfile, src/*/Jamfile: Adding jamfiles to michael@0: the source tree. See www.freetype.org/jam/index.html for details. michael@0: michael@0: michael@0: * Version 2.0.2 released. michael@0: ========================= michael@0: michael@0: michael@0: 2001-03-20 Werner Lemberg michael@0: michael@0: * builds/win32/detekt.mk: Fix .PHONY target for Intel compiler. michael@0: michael@0: 2001-03-20 David Turner michael@0: michael@0: * include/freetype/config/ftheader.h, include/freetype/ftsnames.h: michael@0: Renamed `ftnames.h' to `ftsnames.h', and FT_NAMES_H to michael@0: FT_SFNT_NAMES_H. michael@0: michael@0: * docs/docmaker.py: Added generation of INDEX link in table of michael@0: contents. michael@0: michael@0: * INSTALL, docs/BUILD: Updated documentation to indicate that the michael@0: compilation process has changed slightly (no more `src' required in michael@0: the include path). michael@0: michael@0: * builds/*/*-def.mk: Changed the objects directory from `obj' to michael@0: `objs'. michael@0: michael@0: * include/freetype/config/ftheader.h: Removed obsolete macros like michael@0: FT_SOURCE_FILE, etc. and added cache-specific macro definitions that michael@0: were previously defined in . Added comments to michael@0: be included in a new API Reference section. michael@0: michael@0: * src/*/*: Removed the use of FT_SOURCE_FILE, etc. Now, each michael@0: component needs to add its own directory to the include path at michael@0: compile time. Modified all `rules.mk' and `descrip.mms' michael@0: accordingly. michael@0: michael@0: 2001-03-20 Werner Lemberg michael@0: michael@0: * builds/unix/configure.in: Add $ft_version. michael@0: * builds/unix/freetype-config.in: Use it. michael@0: * builds/unix/configure: Updated. michael@0: michael@0: 2001-03-19 Tom Kacvinsky michael@0: michael@0: * src/type1/t1load.c (parse_font_matrix): Assign the units per em michael@0: value an unsigned short value, first by shifting right 16 bits, michael@0: then by casting the results to FT_UShort. michael@0: michael@0: * src/cff/cffparse.c (cff_parse_font_bbox): Assign the units per em michael@0: value an unsigned short value, first by shifting right 16 bits, michael@0: then by casting the results to FT_UShort. michael@0: michael@0: 2001-03-17 David Turner michael@0: michael@0: * src/cid/cidobjs.c, src/cid/cidload.c, src/pcf/pcfread.c, michael@0: src/type1/t1load.c, src/type1/t1objs.c: Added a few casts to remove michael@0: compiler warnings in pedantic modes. michael@0: michael@0: * include/config/ft2build.h, include/config/ftheader.h: The file michael@0: `ft2build.h' was renamed to `ftheader.h' to avoid conflicts with the michael@0: top-level . michael@0: michael@0: * include/config/ftheader.h: Added new section describing the #include michael@0: macros. michael@0: michael@0: 2001-03-17 Tom Kacvinsky michael@0: michael@0: * src/cff/cffparse.c (cff_parse_font_bbox): Obtain rounded FT_Fixed michael@0: values for the bounding box numbers. michael@0: michael@0: * src/cff/cffobjs.c (CFF_Init_Face): When processing a CFF/CEF font, michael@0: set `root->ascender' (`root->descender') to the integer part of michael@0: `root->bbox.yMax' (`root->bbox.yMin', respectively). michael@0: michael@0: 2001-03-16 Tom Kacvinsky michael@0: michael@0: * src/cff/cffdrivr.c (get_cff_glyph_name): New function. Used in michael@0: cff_get_interface to facilitate getting a glyph name for glyph index michael@0: via FT_Get_Glyph_Name(). michael@0: michael@0: (cff_get_interface): Added support for getting a glyph name via the michael@0: `glyph_name' module interface. Uses the new function michael@0: get_cff_glyph_name(). michael@0: Submitted by Sander van der Wal . michael@0: michael@0: * src/cff/cffobjs.c (CFF_Init_Face): Logical or the face flags with michael@0: FT_FACE_FLAG_GLYPH_NAMES only if FT_CONFIG_OPTION_NO_GLYPH_NAMES is michael@0: not defined. This is to add support for getting a glyph name from a michael@0: glyph index via FT_Get_Glyph_Name(). michael@0: Submitted by Sander van der Wal . michael@0: michael@0: * src/cff/cffgload.c (CFF_Parse_CharStrings): Added support for michael@0: deprecated operator `dotsection'. michael@0: Submitted by Sander van der Wal . michael@0: michael@0: 2001-03-12 Werner Lemberg michael@0: michael@0: * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error michael@0: messages. michael@0: michael@0: * INSTALL, docs/BUILD: We need GNU make 3.78.1 or newer. michael@0: michael@0: 2001-03-12 Tom Kacvinsky michael@0: michael@0: * include/freetype/internal/psaux.h: Changed the lenIV member of michael@0: the T1_Decoder_ struct to be an FT_Int instead of an FT_UInt. michael@0: michael@0: * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Adjust michael@0: for lenIV seed bytes at the start of a decrypted subroutine. michael@0: michael@0: * src/cid/cidload.c (cid_read_subrs): Decrypt subroutines only michael@0: if lenIV >= 0. michael@0: michael@0: * src/cid/cidgload.c (cid_load_glyph): Decrypt charstrings only michael@0: if lenIV >= 0. michael@0: michael@0: 2001-03-11 Werner Lemberg michael@0: michael@0: * TODO: Updated. michael@0: michael@0: * src/pcf/pcfread.c: Put READ_Fields() always in a conditional to michael@0: avoid compiler warnings. michael@0: michael@0: 2001-03-10 Tom Kacvinsky michael@0: michael@0: * TODO: New file. michael@0: michael@0: * include/freetype/freetype.h: Added prototypes and notes for michael@0: three new functions: FT_RoundFix, FT_CeilFix, and FT_FloorFix. michael@0: * src/base/ftcalc.c (FT_RoundFix, FT_CeilFix, FT_FloorFix): Added michael@0: implementation code. michael@0: michael@0: * src/cid/cidobjs.c (CID_Init_Face): Use calculated units_per_EM, michael@0: and if that is not available, default to 1000 units per EM. Changed michael@0: assignment code for ascender and descender values. michael@0: * src/cid/cidload.c (parse_font_matrix): Added units_per_EM michael@0: processing. michael@0: (parse_font_bbox): Changed to use FT_Fixed number handling. michael@0: michael@0: * src/type1/t1objs.c (T1_Init_Face): Changed the assignment code michael@0: for ascender, descender, and max_advance_width. michael@0: * src/type1/t1load.c (parse_font_bbox): Changed to use FT_Fixed michael@0: number handling. michael@0: michael@0: 2001-03-10 Henrik Grubbström michael@0: michael@0: * src/*/*.c: Added many casts to make code more 64bit-safe. michael@0: michael@0: 2001-03-07 Werner Lemberg michael@0: michael@0: * INSTALL, docs/BUILD: We need GNU make 3.78 or newer. michael@0: michael@0: 2001-03-07 Tom Kacvinsky michael@0: michael@0: * src/type1/t1objs.c (T1_Init_Face): Minor correction: We must wait michael@0: until parse_font_bbox is changed before we use logical shift rights michael@0: in the assignments of `root->ascender', `root->descender', and michael@0: `root->max_advance_width'. michael@0: michael@0: (T1_Done_Face): Free `char_name' table to avoid a memory leak. michael@0: Submitted by Sander van der Wal . michael@0: michael@0: 2001-03-05 Tom Kacvinsky michael@0: michael@0: * src/cff/cffgload.c (CFF_Load_Glyph): Set glyph control data to the michael@0: the Type 2 glyph charstring (used by conversion programs). michael@0: Submitted by Ha Shao . michael@0: michael@0: 2001-03-04 Antoine Leca michael@0: michael@0: * include/freetype/ttnameid.h: Correct a stupid typo which prevented michael@0: correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice). michael@0: michael@0: 2001-03-04 Werner Lemberg michael@0: michael@0: * src/autohint/ahtypes.h (AH_Hinter): Add elements michael@0: `disable_horz_edges', `disable_vert_edges'. michael@0: * src/autohint/ahhint.c (ah_hint_edges_3, ah_hinter_hint_edges): Use michael@0: them (and remove static variables with the same names). michael@0: * src/pcf/pcfutil.c (BitOrderInvert): Add `const'. michael@0: * docs/glnames.py: Updated to latest pstables.h changes. michael@0: michael@0: * builds/unix/detect.mk: Add test for Hurd. michael@0: * builds/hurd/detect.mk: Removed. michael@0: michael@0: 2001-03-04 Sander van der Wal michael@0: michael@0: * src/psnames/pstables.h: Add more `const'. michael@0: * src/pcf/pcfutil.c: Ditto. michael@0: michael@0: 2001-03-04 Werner Lemberg michael@0: michael@0: * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixing typo michael@0: (FT_Glyph_Done -> FT_Done_Glyph). michael@0: michael@0: 2001-03-01 Antoine Leca michael@0: michael@0: * include/freetype/ttnameid.h: Added some new Microsoft language michael@0: codes and LCIDs as found in Office Xp. michael@0: michael@0: 2001-02-28 David Turner michael@0: michael@0: * builds/hurd/detect.mk: New file. Added support to detect the GNU michael@0: Hurd operating system as Unix-like. Fix submitted by Anthony Fok michael@0: . michael@0: michael@0: * src/type1/t1gload.c (T1_Load_Glyph): Set glyph control data to the michael@0: the Type 1 glyph charstring (used by conversion programs). michael@0: Submitted by Ha Shao . michael@0: michael@0: 2001-02-22 David Turner michael@0: michael@0: * src/base/ftgrays.c (grays_sweep): The function didn't exit michael@0: immediately if `num_cells' was 0 as it should. Thanks to Boris for michael@0: finding this out. michael@0: michael@0: * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixed memory leak when michael@0: bitmap rendering fails (thanks to Graham Asher). michael@0: michael@0: 2001-02-13 Werner Lemberg michael@0: michael@0: * docs/docmaker.py (DocSection::add_element): Use michael@0: `self.print_error()'. michael@0: michael@0: * builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org). michael@0: michael@0: 2001-02-13 David Turner michael@0: michael@0: * docs/docmaker.py, include/freetype/*.h: Updated the DocMaker michael@0: script to support chapters and section block ordering. Updated the michael@0: public header files accordingly. michael@0: michael@0: * src/base/ftglyph.c (FT_Glyph_Copy): Advance width and glyph format michael@0: were not correctly copied. michael@0: michael@0: 2001-02-08 Tom Kacvinsky michael@0: michael@0: * src/cff/cffparse.c (cff_parse_font_matrix): Removed an michael@0: unnecessary fprintf( stderr, ... ). michael@0: michael@0: 2001-02-07 Tom Kacvinsky michael@0: michael@0: * src/type1/t1objs.c (T1_Init_Face): Added code to get the michael@0: units_per_EM from the value assigned in parse_font_matrix, if michael@0: available. Default to 1000 if not available. michael@0: michael@0: * src/cff/cffparse.c (cff_parse_font_matrix): Added logic to get michael@0: the units_per_EM from the FontMatrix. michael@0: michael@0: (cff_parse_fixed_thousand): New function. Gets a real number from michael@0: the CFF font, but multiplies by 1000 (this is to avoid rounding michael@0: errors when placing this real number into a 16.16 fixed number). michael@0: michael@0: (cff_parse_real): Added code so that the integer part is moved michael@0: into the high sixteen bits of the 16.16 fixed number. michael@0: michael@0: * src/cff/cffobjs.c (CFF_Init_Face): Added logic to get the units michael@0: per EM from the CFF dictionary, if available. michael@0: michael@0: * include/freetype/internal/cfftypes.h: In struct CFF_Font_Dict_, michael@0: added a units_per_em member to facilitate passing of units_per_em michael@0: from function cff_parse_font_matrix. michael@0: michael@0: * src/type1/t1load.c (is_alpha): Make `-' a legal alphanumeric michael@0: character. This is so that font names with `-' are fully parsed, michael@0: etc... michael@0: michael@0: 2001-02-02 Werner Lemberg michael@0: michael@0: * src/psaux/psobjs.c (shift_elements): Remove if clause (which is michael@0: obsolete now). michael@0: michael@0: (reallocate_t1_table, PS_Table_Done): Replace REALLOC() with ALLOC() michael@0: + MEM_Copy() to avoid a memory bug. michael@0: michael@0: 2001-02-01 David Turner michael@0: michael@0: * docs/docmaker.py: Improved the index sorting routine to place michael@0: capital letters before small ones. Added the `' marker to michael@0: section blocks in order to give the order of blocks. michael@0: michael@0: 2001-01-30 Antoine Leca michael@0: michael@0: * include/freetype/ttnameid.h: Latest updates to Microsoft language michael@0: ID codes. michael@0: michael@0: 2001-01-24 Tom Kacvinsky michael@0: michael@0: * src/cff/t1load.c (parse_font_matrix): Added heuristic to get michael@0: units_per_EM from the font matrix. michael@0: michael@0: (parse_dict): Deleted test to see whether the FontInfo keyword has michael@0: been seen. Deletion of this test allows fonts without FontInfo michael@0: dictionaries to be parsed by the Type 1 driver. michael@0: michael@0: (T1_Open_Face): Deleted empty subroutines array test to make sure michael@0: fonts with no subroutines still are parsed. michael@0: michael@0: 2001-01-17 Francesco Zappa Nardelli michael@0: michael@0: * src/pcfread.c (pcf_get_properties, pcf_get_metrics, michael@0: pcf_get_bitmaps): Fix compiler errors. michael@0: michael@0: 2001-01-11 David Turner michael@0: michael@0: * src/pcf/pcfread.c: Removed some compilation warnings related michael@0: to comparison of signed vs. unsigned integers. michael@0: michael@0: * include/freetype/internal/ftdebug.h: Changed the debug trace michael@0: constants from trace_t2xxxx to trace_cffxxxx to be able to compile michael@0: the CFF driver in debug mode. michael@0: michael@0: 2001-01-11 Matthew Crosby michael@0: michael@0: * builds/unix/freetype-config.in: Fix problems with separate michael@0: --prefix and --exec-prefix. michael@0: michael@0: 2001-01-11 David Turner michael@0: michael@0: * docs/docmaker.py: Added cross-references generation as well as michael@0: more robust handling of pathname wildcard matching. michael@0: michael@0: 2001-01-10 Werner Lemberg michael@0: michael@0: * docs/docmaker.py: Minor improvements to reduce unwanted spaces michael@0: and empty lines in output. michael@0: michael@0: 2001-01-09 David Turner michael@0: michael@0: * docs/docmaker.py: Improved script to generate table of contents michael@0: and index pages. It also supports wildcards on non Unix systems. michael@0: michael@0: * include/freetype/*.h, include/freetype/cache/*.h: Updated comments michael@0: to include section definitions/delimitations for the API Reference michael@0: generator. michael@0: michael@0: * include/freetype/freetype.h: Moved declaration of michael@0: `FT_Generic_Finalizer' and the `FT_Generic' structure to... michael@0: * include/freetype/fttypes.h: here. michael@0: michael@0: 2001-01-04 Werner Lemberg michael@0: michael@0: * include/freetype/ttnameid.h: Updated Unicode code range comments. michael@0: michael@0: 2001-01-03 Tom Kacvinsky michael@0: michael@0: * src/cff/rules.mk: Use cffgload.{c,h} instead of t2gload.{c,h}. michael@0: michael@0: * include/freetype/internal/internal.h: Changed to use cfftypes.h michael@0: (cfferrs.h) instead of t2types.h (t2errors.h, respectively). michael@0: michael@0: * include/freetype/internal/cfftypes.h: Merged in changes from michael@0: t2types.h and made this the canonical `types' header for the CFF michael@0: driver. michael@0: michael@0: * include/freetype/internal/t2types.h: This file was merged with michael@0: cfftypes.h and is no longer necessary. michael@0: michael@0: * include/freetype/internal/t2errors.h: Renamed to cfferrs.h. michael@0: michael@0: * src/cff/cffobjs.c, src/cff/cffobjs.h, src/cff/cffparse.c, michael@0: src/cff/cffdrivr.c, src/cff/cff.c, src/cff/cffload.c, michael@0: src/cff/cffgload.c, src/cff/cffgload.h: Changed to use michael@0: cffgload.{c,h} instead of t2gload.{c,h}. All occurrences of t2_ michael@0: (T2_) were replaced with cff_ (CFF_, respectively). michael@0: michael@0: * src/cff/t2gload.h: Renamed cffgload.h. michael@0: michael@0: * src/cff/t2gload.c: Renamed cffgload.c michael@0: michael@0: 2000-01-02 Jouk Jansen michael@0: michael@0: * builds/vms: Support files for VMS architecture added. michael@0: * descrip.mms, src/*/descrip.mms: VMS makefiles added. michael@0: * README.VMS: New file. michael@0: michael@0: 2000-01-01 Werner Lemberg michael@0: michael@0: * LICENSE.TXT: Added info about PCF driver license. michael@0: michael@0: 2001-01-01 Francesco Zappa Nardelli michael@0: michael@0: * src/pcf/*: New driver module for PCF font format (used in michael@0: X Window System). michael@0: * include/freetype/internal/ftdebug.h (FT_Trace): Added values for michael@0: PCF driver. michael@0: * include/freetype/internal/pcftypes.h: New file. michael@0: * include/freetype/config/ftmodule.h: Added PCF driver module. michael@0: michael@0: 2001-01-01 Werner Lemberg michael@0: michael@0: * src/winfonts/winfnt.c (FNT_Get_Char_Index): Fix parameter type. michael@0: michael@0: 2000-12-31 Werner Lemberg michael@0: michael@0: * builds/modules.mk (clean_module_list): Fixed deletion of module michael@0: file in case `make make_module_list' is called before `make setup'. michael@0: michael@0: 2000-12-30 Werner Lemberg michael@0: michael@0: * src/cff/cffload.c (CFF_Load_Charset): Improved error messages. michael@0: (CFF_Load_Charset, CFF_Load_Encoding): Remove unnecessary variable michael@0: definition. michael@0: michael@0: 2000-12-30 Tom Kacvinsky michael@0: michael@0: * include/freetype/internal/t2types.h, michael@0: include/freetype/internal/cfftypes.h: Changed the structures for michael@0: CFF_Encoding and CFF_Encoding for the new implementations of the michael@0: charset and encoding parsers in the CFF driver. michael@0: michael@0: * src/cff/t2gload.c (t2_lookup_glyph_by_stdcharcode, michael@0: t2_operator_seac): Added these functions for use in implementing the michael@0: seac emulation provided by the Type 2 endchar operator. michael@0: (T2_Parse_CharStrings): Added seac emulation for the endchar michael@0: operator. michael@0: michael@0: * src/cff/cffload.c (CFF_Load_Encoding, CFF_Load_Charset, michael@0: CFF_Done_Encoding, CFF_Done_Charset): Extended to load and parse the michael@0: charset/encoding tables, and free the memory used by them when the michael@0: CFF driver is finished with them. Added tables michael@0: michael@0: cff_isoadobe_charset michael@0: cff_expert_charset michael@0: cff_expertsubset_charset michael@0: cff_standard_encoding michael@0: cff_expert_encoding michael@0: michael@0: so that the encoding/charset parser can handle predefined encodings and michael@0: charsets. michael@0: michael@0: 2000-12-24 Tom Kacvinsky michael@0: michael@0: * src/cff/t2gload.c (T2_Load_Glyph): Added code so that the font michael@0: transform is applied. michael@0: michael@0: * src/cff/cffparse.c (cff_parse_font_matrix): Added code so that michael@0: the font matrix numbers are scaled by 1/(matrix->yy). Also, the michael@0: offset vector now contains integer values instead of 16.16 fixed michael@0: numbers. michael@0: michael@0: 2000-12-22 Tom Kacvinsky michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_load_glyph): michael@0: Removed unnecessary comments and commented-out code. michael@0: michael@0: 2000-12-21 David Turner michael@0: michael@0: * src/cid/cidafm.c, src/cid/cidafm.h: removed un-needed files, michael@0: we'll work on supporting CID AFM files later I guess :-) michael@0: michael@0: 2000-12-21 Tom Kacvinsky michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph): michael@0: Changed so that fonts with a non-standard FontMatrix render michael@0: correctly. Previously, the first glyph rendered from such a michael@0: font did not have the transformation matrix applied. michael@0: michael@0: 2000-12-17 Werner Lemberg michael@0: michael@0: * *.mk: Added lots of `.PHONY' targets. michael@0: michael@0: 2000-12-17 Karsten Fleischer michael@0: michael@0: * *.mk: Implemented `platform' target to disable auto-detection. michael@0: michael@0: 2000-12-14 Werner Lemberg michael@0: michael@0: * docs/design/modules.html: Removed. Covered by design-*.html. michael@0: michael@0: * INSTALL: Added info about makepp. michael@0: michael@0: 2000-12-14 David Turner michael@0: michael@0: Added support for clipped direct rendering in the smooth renderer. michael@0: This should not break binary compatibility of existing applications. michael@0: michael@0: * include/freetype/fttypes.h, include/freetype/ftimage.h: Move michael@0: definition of the FT_BBox structure from the former to the latter. michael@0: * include/freetype/ftimage.h: Add `ft_raster_flag_clip' value to michael@0: FT_Raster_Flag enumeration. michael@0: Add `clip_box' element to FT_Raster_Params structure. michael@0: * src/smooth/ftgrays.c (grays_convert_glyph): Implement it. michael@0: michael@0: * INSTALL: Updated installation instructions on Win32, listing the michael@0: new `make setup list' target used to list supported michael@0: compilers/targets. michael@0: michael@0: * src/raster/ftraster.c (ft_black_render): Test for unsupported michael@0: direct rendering before testing arguments. michael@0: michael@0: 2000-12-13 David Turner michael@0: michael@0: * include/freetype/config/ft2build.h, michael@0: include/freetype/internal/internal.h: Fixed header inclusion macros michael@0: to use direct definitions. This is the only way to do these things michael@0: in a portable way :-( The rest of the code should follow shortly michael@0: though everything compiles now. michael@0: michael@0: * builds/compiler/intelc.mk, builds/compiler/watcom.mk: New files. michael@0: michael@0: * builds/win32/detect.mk: Added support for the Intel C/C++ michael@0: compiler, as well as _preliminary_ (read: doesn't work!) support for michael@0: Watcom. Also added a new setup target. Type `make setup list' for michael@0: a list of supported command-line compilers on Win32. michael@0: michael@0: * src/base/ftdebug.c: Added dummy symbol to avoid empty file if michael@0: conditionals are off. michael@0: michael@0: 2000-12-13 Werner Lemberg michael@0: michael@0: * builds/unix/ftsystem.c: Fixed typos. Fixed inclusion of wrong michael@0: ftconfig.h file. michael@0: michael@0: 2000-12-12 Werner Lemberg michael@0: michael@0: * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): michael@0: Removed. ANSI C doesn't (explicitly) allow macro expansion in michael@0: arguments using `##'. michael@0: (FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE): Use directory michael@0: names directly. Make them configurable. Use `##' to strip leading michael@0: and trailing spaces from arguments. michael@0: michael@0: * builds/unix/ft2unix.h: Adapted. michael@0: michael@0: * src/base/ftsystem.c (ft_alloc, ft_realloc, ft_free, ft_io_stream, michael@0: ft_close_stream): Use FT_CALLBACK_DEF. michael@0: michael@0: * builds/unix/ftsystem.c: Use new header scheme. michael@0: (FT_Done_Memory): Use free() from FT_Memory structure. michael@0: michael@0: * src/base/ftinit.c, src/base/ftmac.c: Header scheme fixes. michael@0: michael@0: 2000-12-11 Werner Lemberg michael@0: michael@0: * include/freetype/config/ft2build.h (FT2_CONFIG_ROOT, michael@0: FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE, michael@0: FT_SOURCE_FILE): Use `##' operator to be really ANSI C compliant. michael@0: michael@0: 2000-12-09 Werner Lemberg michael@0: michael@0: * builds/unix/detect.mk: Remove unused USE_CFLAGS variable. michael@0: michael@0: 2000-12-08 Werner Lemberg michael@0: michael@0: * */*.h: Changed body inclusion macro names to start and end with michael@0: `__' (those which haven't converted yet). Fixed minor conversion michael@0: issues. michael@0: michael@0: * src/winfonts/winfnt.c: Updated to new header inclusion scheme. michael@0: michael@0: * src/truetype/ttinterp.c: Remove unused CALC_Length() macro. michael@0: michael@0: 2000-12-07 David Turner michael@0: michael@0: * */*.[ch]: Changed source files to adhere to the new michael@0: header inclusion scheme. Not completely tested but works for now michael@0: here. michael@0: michael@0: * src/cff/t2driver.c: Renamed and updated to... michael@0: * src/cff/cffdrivr.c: New file. michael@0: * src/cff/t2driver.h: Renamed and updated to... michael@0: * src/cff/cffdrivr.h: New file. michael@0: * src/cff/t2load.c: Renamed and updated to... michael@0: * src/cff/cffload.c: New file. michael@0: * src/cff/t2load.h: Renamed and updated to... michael@0: * src/cff/cffload.h: New file. michael@0: * src/cff/t2objs.c: Renamed and updated to... michael@0: * src/cff/cffobjs.c: New file. michael@0: * src/cff/t2objs.h: Renamed and updated to... michael@0: * src/cff/cffobjs.h: New file. michael@0: * src/cff/t2parse.c: Renamed and updated to... michael@0: * src/cff/cffparse.c: New file. michael@0: * src/cff/t2parse.h: Renamed and updated to... michael@0: * src/cff/cffparse.h: New file. michael@0: * src/cff/t2tokens.h: Renamed and updated to... michael@0: * src/cff/cfftoken.h: New file. michael@0: michael@0: * src/cff/cff.c, src/cff/rules.mk: Updated. michael@0: michael@0: 2000-12-06 David Turner michael@0: michael@0: * src/cache/ftlru.c (FT_Lru_Done): Fixed memory leak. michael@0: michael@0: 2000-12-06 Werner Lemberg michael@0: michael@0: * builds/module.mk: Replaced `xxx #' with `xxx$(space). michael@0: * builds/os2/detekt.mk, builds/win32/detekt.mk: Moved comment to michael@0: avoid trailing spaces in variable. michael@0: * builds/freetype.mk: Use $(D) instead of $D to make statement more michael@0: readable. michael@0: michael@0: * docs/docmaker.py: Formatting. michael@0: michael@0: 2000-12-05 David Turner michael@0: michael@0: * src/psaux/psauxmod.c: Fixed a broken inclusion of component michael@0: header files (an FT_FLAT_COMPILE test was missing). michael@0: michael@0: * src/cache/ftcmanag.c (FTC_Manager_Done): Fixed a bug that caused michael@0: an occasional crash when the function was called (due to a dangling michael@0: pointer). michael@0: michael@0: * src/base/ftsystem.c (FT_Done_Memory): Fixed an obvious bug: michael@0: The ANSI `free()' function was called instead of `memory->free()'. michael@0: michael@0: * docs/docmaker.py: Added section filtering, multi-page generation michael@0: (index page generation is still missing though). michael@0: michael@0: 2000-12-04 David Turner michael@0: michael@0: * builds/unix/install.mk, builds/unix/ft2unix.h: The file `ft2unix.h' michael@0: is now installed as for Unix systems. Note that we michael@0: still use the `freetype2/freetype' installation path for now. michael@0: michael@0: * */*.[ch]: Now using as the default build and setup michael@0: configuration file in all public headers. Internal source files michael@0: still need some changes though. michael@0: michael@0: * builds/devel/ft2build.h, builds/devel/ftoption.h: Created a new michael@0: directory to hold all development options for both the Unix and michael@0: Win32 developer builds. michael@0: michael@0: * builds/win32/detect.mk, builds/win32/w32-bccd.mk, michael@0: builds/win32/w32-dev.mk: Changed the developer build targets to michael@0: `devel-gcc' and `devel-bcc' in order to be able to develop with the michael@0: Borland C++ compiler. michael@0: michael@0: 2000-12-01 David Turner michael@0: michael@0: michael@0: * Version 2.0.1 released. michael@0: ========================= michael@0: michael@0: michael@0: * builds/unix/configure.in, builds/unix/configure, michael@0: builds/cygwin/configure.in, builds/cygwin/configure: Setting michael@0: `version_info' to 6:1:0 for the 2.0.1 release. michael@0: michael@0: * CHANGES: Added a summary of changes between 2.0.1 and 2.0. michael@0: michael@0: * builds/unix/ftconfig.in, builds/cygwin/ftconfig.in: Changes michael@0: to allow compilation under Unix with the Unix-specific config michael@0: files. michael@0: michael@0: 2000-12-01 Werner Lemberg michael@0: michael@0: * INSTALL: Revised. michael@0: * builds/compiler/bcc-dev.mk, builds/compiler/visualage.mk, michael@0: builds/compiler/bcc.mk, builds/win32/w32-bcc.mk, michael@0: builds/win32/w32-bccd.mk: Revised. michael@0: * include/freetype/config/ftbuild.h, michael@0: include/freetype/internal/internal.h: Revised. michael@0: * include/freetype/ftimage.h: Updated to new header inclusion scheme. michael@0: michael@0: 2000-11-30 Werner Lemberg michael@0: michael@0: * builds/toplevel.mk (.PHONY): Adding `distclean'. michael@0: * builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc', michael@0: `setup'. michael@0: michael@0: 2000-11-30 David Turner michael@0: michael@0: * INSTALL: Slightly updated the quick starter documentation to michael@0: include IDE compilation, prevent against BSD Make, and specify `make michael@0: setup' instead of a single `make' for build configuration. michael@0: michael@0: * include/config/ftbuild.h, include/internal/internal.h: Added new michael@0: configuration files used to determine the location of all public, michael@0: configuration, and internal header files for FreeType 2. Modified michael@0: all headers under `include/freetype' to reflect this change. Note michael@0: that we still need to change the library source files themselves michael@0: though. michael@0: michael@0: * builds/compiler/bcc.mk, builds/compiler/bcc-dev.mk, michael@0: builds/win32/w32-bcc.mk, builds/win32/w32-bccd.mk, michael@0: builds/win32/detect.mk: Added new files to support compilation with michael@0: the free Borland C++ command-line compiler. Modified the detection michael@0: rules to recognize the new `bcc32' target in `make setup bcc32'. michael@0: michael@0: * src/sfnt/ttcmap.c, src/sfnt/ttpost.c, src/sfnt/ttsbit.c, michael@0: src/truetype/ttobjs.c, src/truetype/ttgload.c, michael@0: src/truetype/ttinterp.c: Fixed a few comparisons that Borland C++ michael@0: didn't really like. Basically, this compiler complains when FT_UInt michael@0: is compared to FT_UShort (apparently, it promotes `UShort' to `Int' michael@0: in these cases). michael@0: michael@0: 2000-11-30 Tom Kacvinsky michael@0: michael@0: * t2objs.c (T2_Init_Face): Added calculation of `face->height' for michael@0: pure CFF fonts. michael@0: michael@0: * t1objs.c (T1_Init_Face): Fixed computation of `face->height'. michael@0: michael@0: 2000-11-29 David Turner michael@0: michael@0: * src/base/ftbbox.c (BBox_Conic_Check): Fixed a really stupid michael@0: bug in the formula used to compute the conic Bézier extrema michael@0: of non-monotonous arcs. michael@0: michael@0: 2000-11-29 Werner Lemberg michael@0: michael@0: * src/base/ftcalc.c (FT_SqrtFixed), src/base/ftobjs.c michael@0: (FT_Set_Renderer): Use FT_EXPORT_DEF. michael@0: * src/cache/ftcimage.c (FTC_Image_Cache_Lookup), michael@0: src/cache/ftcmanag.c (FTC_Manager_Done, FTC_Manager_Reset, michael@0: FTC_Manager_Lookup_Face, FTC_Manager_Lookup_Size, michael@0: FTC_Manager_Register_Cache), src/cache/ftcsbits.c michael@0: (FTC_SBit_Cache_Lookup): Ditto. michael@0: michael@0: * src/include/freetype/cache/ftcglyph.h (FTC_GlyphNode_Init), michael@0: src/include/freetype/ftmac.h (FT_New_Face_From_FOND): Use FT_EXPORT. michael@0: michael@0: 2000-11-29 Werner Lemberg michael@0: michael@0: * src/sfnt/sfdriver.c: Include ttsbit.h and ttpost.h only michael@0: conditionally. michael@0: michael@0: * src/truetype/ttdriver.c (Set_Char_Sizes, Set_Pixel_Sizes): Set michael@0: `size->strike_index' only conditionally. michael@0: michael@0: * src/type1/t1driver.c, src/type1/t1objs.c: Include t1afm.h only michael@0: conditionally. michael@0: michael@0: * src/winfonts/winfnt.h: Move all type definitions to... michael@0: * src/include/freetype/internal/fnttypes.h: New file. michael@0: * src/winfonts/winfnt.c: Use it. michael@0: michael@0: 2000-11-29 ??? ??? michael@0: michael@0: * include/freetype/internal/ftdebug.h: Replaced FT_CAT and FT_XCAT michael@0: with a direct solution (which also satisfies picky compilers). michael@0: michael@0: 2000-11-28 YAMANO-UCHI Hidetoshi michael@0: michael@0: * src/truetype/ttobjs.c (TT_Init_Size): Fix #ifdef's to work with michael@0: disabled interpreter also. michael@0: michael@0: * src/base/ftnames.c (FT_Get_Sfnt_Name_Count): Fix incorrect michael@0: parentheses. michael@0: michael@0: 2000-11-26 Tom Kacvinsky michael@0: michael@0: * src/cff/t2gload.c (T2_Parse_CharStrings): Added logic to glyph michael@0: width setting code to take into account even/odd argument counts michael@0: and glyph width operand before endchar/hmoveto/vmoveto. michael@0: michael@0: 2000-11-26 Werner Lemberg michael@0: michael@0: * builds/ansi/ansi.mk: Fix inclusion order of files. michael@0: michael@0: 2000-11-26 Keith Packard michael@0: michael@0: * src/type1/t1objs.c (T1_Init_Face): Compute style flags. michael@0: michael@0: 2000-11-26 Werner Lemberg michael@0: michael@0: * builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and michael@0: conditional. michael@0: michael@0: 2000-11-23 Werner Lemberg michael@0: michael@0: * src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt michael@0: function from PSAux module. michael@0: michael@0: * src/type1/t1parse.c (T1_Done_Parse): Renamed to... michael@0: (T1_Finalize_Parser): New function (to avoid name clash with a michael@0: function in the PSAux module). michael@0: (T1_Decrypt): Removed since it is duplicated in the PSAux module. michael@0: (T1_Get_Private_Dict): Added `psaux' as new parameter; use decrypt michael@0: function from PSAux module. michael@0: michael@0: * src/type1/t1parse.h: Adapted. michael@0: michael@0: 2000-11-22 Tom Kacvinsky michael@0: michael@0: * src/cff/t2objs.c (T2_Init_Face): For pure CFF fonts, set michael@0: `root->num_faces' to `cff->num_faces' and set `units_per_EM' michael@0: to 1000. michael@0: michael@0: * src/cff/t2parse.c (parse_t2_real): Fixed real number parsing michael@0: loop. michael@0: michael@0: * src/cff/t2load.c (T2_Get_String): Called T2_Get_Name with a michael@0: sid that was off by one. michael@0: michael@0: 2000-11-16 David Turner michael@0: michael@0: * src/autohint/ahtypes.h (AH_Hinter): Added new fields to control michael@0: auto-hinting of synthetic Type 1 fonts. michael@0: michael@0: * src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph): michael@0: Added auto-hinting support of synthetic Type 1 fonts. michael@0: michael@0: 2000-11-12 Tom Kacvinsky michael@0: michael@0: * src/sfnt/ttload.c (TT_LookUp_Table, TT_Load_Generic_Table): Change michael@0: tracing output. michael@0: michael@0: * src/sfnt/sfobjs.c (SFNT_Load_Face): Set boolean variable michael@0: `has-outline' to true only if the font has a `glyf' or `CFF ' table. michael@0: michael@0: 2000-11-11 Werner Lemberg michael@0: michael@0: * builds/win32/visualc/freetype.dsp: Fix raster1->raster and michael@0: type1z->type1. michael@0: michael@0: 2000-11-11 Tom Kacvinsky michael@0: michael@0: * builds/unix/freetype-config.in, builds/cygwin/freetype-config.in: michael@0: Added a --libtool option. When freetype-config --libtool is michael@0: invoked, the absolute path to the libtool convenience library michael@0: is returned. michael@0: michael@0: 2000-11-11 Werner Lemberg michael@0: michael@0: * builds/cygwin/cygwin-def.in: Same fix as previous. michael@0: michael@0: 2000-11-10 Tom Kacvinsky michael@0: michael@0: * builds/unix/unix-def.in: Add michael@0: michael@0: INSTALL_PROGRAM := @INSTALL_PROGRAM@ michael@0: INSTALL_SCRIPT := @INSTALL_SCRIPT@ michael@0: michael@0: so that installation of freetype-config does not fail. michael@0: michael@0: 2000-11-10 Werner Lemberg michael@0: michael@0: * builds/cygwin/freetype-config.in, builds/unix/freetype-config.in: michael@0: Move test down for empty --exec-prefix. michael@0: Fix --version. michael@0: michael@0: * builds/cygwin/install.mk, builds/unix/install.mk: Use michael@0: $(INSTALL_SCRIPT) for installation of freetype-config. michael@0: michael@0: * builds/cygwin/install.mk: Fix clean target names. michael@0: michael@0: 2000-11-09 David Turner michael@0: michael@0: michael@0: * Version 2.0 released. michael@0: ======================= michael@0: michael@0: ---------------------------------------------------------------------------- michael@0: michael@0: Copyright 2000, 2001, 2002, 2007 by michael@0: David Turner, Robert Wilhelm, and Werner Lemberg. michael@0: michael@0: This file is part of the FreeType project, and may only be used, modified, michael@0: and distributed under the terms of the FreeType project license, michael@0: LICENSE.TXT. By continuing to use, modify, or distribute this file you michael@0: indicate that you have read the license and understand and accept it michael@0: fully. michael@0: michael@0: michael@0: Local Variables: michael@0: version-control: never michael@0: coding: utf-8 michael@0: End: