freetype/src/truetype
Ken Sharp 980b76ea5e Really fix Savannah bug #28678 (part 1).
After long discussion, we now consider the character width vector
(wx,wy) returned by the `sbw' Type 1 operator as being part of *one*
direction only.  For example, if you are using the horizontal
writing direction, you get the horizontal and vertical components of
the advance width for this direction.  Note that OpenType and CFF fonts
don't have such a vertical component; instead, the GPOS table can be
used to generate two-dimensional advance widths (but this isn't
handled by FreeType).

* include/freetype/ftincrem.h (FT_Incremental_MetricsRec): Add
`advance_v' field to hold the vertical component of the advance
value.

* src/truetype/ttgload.c (tt_get_metrics), src/cff/cffgload.c
(cff_slot_load), src/type1/t1gload.c
(T1_Parse_Glyph_And_Get_Char_String), src/cid/cidgload.c
(cid_load_glyph): Use it.
2010-02-10 07:02:43 +01:00
..
Jamfile Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk * src/pcf/pcfdrivr.c: Revert change from 2004-04-17. 2004-04-25 20:15:11 +00:00
truetype.c Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttdriver.c Prevent NULL pointer dereference passed to FT_Module_Requester. 2010-02-05 02:58:24 +09:00
ttdriver.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
tterrors.h Formatting. 2001-06-19 23:03:41 +00:00
ttgload.c Really fix Savannah bug #28678 (part 1). 2010-02-10 07:02:43 +01:00
ttgload.h * autogen.sh, builds/unix/configure.raw, 2008-09-12 16:27:48 +00:00
ttgxvar.c Really fix compiler warnings. 2009-12-16 18:13:55 +01:00
ttgxvar.h truetype: Extend mmvar_len to hold size_t values. 2009-08-01 00:32:18 +09:00
ttinterp.c truetype: Check invalid function number in IDEF instruction. 2009-08-01 00:32:18 +09:00
ttinterp.h more formatting and copyright years 2007-02-12 22:01:18 +00:00
ttobjs.c Fix Savannah bug #23786. 2009-07-17 22:49:34 +02:00
ttobjs.h [truetype] Remove TT_SubGlyphRec. 2009-06-26 07:39:08 +02:00
ttpic.c Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttpic.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttpload.c truetype: Extend TT_Face->num_locations for broken TTFs. 2009-08-01 00:32:09 +09:00
ttpload.h * builds/win32/visualc/freetype.dsp: updating the project file, adding 2006-03-20 13:32:33 +00:00