summaryrefslogtreecommitdiff
path: root/freetype/src/type1/Jamfile
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+8
| | | | | | Tweak makefile for new freetype version Force use of the v35 Freetype bytecode interpreter
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+29
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.