freetype/src/truetype
Werner Lemberg bd7e1c3ce0 Pass options from one configure script to another as-is (not
expanded).  This is needed for options like
--includedir='${prefix}/include'.

* builds/unix/detect.mk, configure: Prevent argument expansion in
call to the (real) `configure' script.



* src/truetype/ttgload.c (load_truetype_glyph): Fix compilation if
TT_USE_BYTECODE_INTERPRETER isn't defined.



There exist CFFs which contain opcodes for the Type 1 operators
`hsbw' and `closepath' which are both invalid in Type 2 charstrings.
However, it doesn't harm to support them.

* src/cff/cffgload.c (CFF_Operator): Add `cff_op_hsbw' and
`cff_op_closepath.'
(cff_argument_counts): Ditto.

(cff_decoder_parse_charstrings): Handle Type 1 opcodes 9 (closepath)
and 13 (hsbw) which are invalid in Type 2 charstrings.
2007-12-06 17:17:30 +00:00
..
Jamfile Add license. 2005-06-04 23:04:30 +00:00
module.mk Implement new, simplified module selection. With GNU make it is now 2006-01-31 20:17:42 +00:00
rules.mk * src/pcf/pcfdrivr.c: Revert change from 2004-04-17. 2004-04-25 20:15:11 +00:00
truetype.c * devel/ftoption.h: Synchronize with 2006-09-03 06:18:45 +00:00
ttdriver.c * docs/CHANGES: Document FT_Face_CheckTrueTypePatents). 2007-06-11 04:55:58 +00:00
ttdriver.h * src/truetype/ttgload.c: 16bit fixes. 2002-04-01 14:25:28 +00:00
tterrors.h Formatting. 2001-06-19 23:03:41 +00:00
ttgload.c Pass options from one configure script to another as-is (not 2007-12-06 17:17:30 +00:00
ttgload.h * devel/ftoption.h: Synchronize with 2006-09-03 06:18:45 +00:00
ttgxvar.c Spelling fixes from Alexei. 2007-01-26 22:18:56 +00:00
ttgxvar.h Remove trailing whitespace. From Alexei. 2007-01-16 06:11:27 +00:00
ttinterp.c * src/truetype/ttinterp.c: add missing variable initialization, 2007-06-30 22:54:12 +00:00
ttinterp.h more formatting and copyright years 2007-02-12 22:01:18 +00:00
ttobjs.c * src/truetype/ttobjs.c (tt_face_init): Don't use logical OR to 2007-12-04 21:49:59 +00:00
ttobjs.h * src/truetype/ttobjs.h (tt_size_ready_bytecode): Move declaration 2007-05-24 19:39:14 +00:00
ttpload.c copyright year 2007-01-05 12:41:49 +00:00
ttpload.h * builds/win32/visualc/freetype.dsp: updating the project file, adding 2006-03-20 13:32:33 +00:00