summaryrefslogtreecommitdiff
path: root/freetype/docs/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Update fretype to 2.13.0Chris Liddell2023-02-101-1/+1
|
* Update freetype to 2.12.1Chris Liddell2022-05-051-1/+1
|
* Update freetype to 2.11.1Chris Liddell2021-12-071-1/+1
|
* Update freetype to 2.10.4 (for real, this time!)Chris Liddell2021-01-051-1/+1
| | | | (with zlib "Diagnostic functions" hack/fix in freetype/src/zutil.h)
* Update Freetype to 2.4.10Chris Liddell2019-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus makefile updates to support it Bug 701288: Handle SEAC ligature glyph metrics correctly. As originally intended, a Type 1 SEAC charstring would be used for an accented glyph (like an a-caron, or u-umlaut) where the advance with of the SEAC glyph is the same as that of the 'base' glyph ('a' or 'u'). It this case, it is not uncommon for the SEAC to skip using an (H)SBW op code and rely on the one from the base glyph. But out of spec fonts also use SEAC glyphs ligature glyphs (like 'oe' or 'fi'), and in those cases the overall advance width is greater than that of the 'base' glyph. In this case, we have to allow for the SEAC glyph having included an (H)SBW and if it has, retain those values, rather than those from the base glyph. Rename file and make file change to match Avoids file name clash with freetype 2.4.10 Work around a change in the zlib API for 1.2.11 where it's used in the Freetype/zlib interface debugging code.
* Work around a behaviour change in freetype > 2.8Chris Liddell2018-05-181-1/+1
| | | | | | | | | | | | | | | | Freetype will throw an error when we try to retrieve the glyph if the x/y advance values are too big to fit in a 16.16 fixed point value. Since we have no need of those values, set them to zero, and avoid the error. Bring freetype up to 2.9.1 Plus the gs makefile changes to support the new version. Reapply "Work around a change in the zlib API for 1.2.11" for Freetype commit: 08482c582115a1396d0fd9186011008f889a61c5
* Update freetype to 2.7.0Chris Liddell2016-11-221-1/+1
| | | | | | Tweak makefile for new freetype version Force use of the v35 Freetype bytecode interpreter
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+40
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.