Werner Lemberg
2ef0a19842
[type1] Fix handling of /FontBBox in MM fonts.
Problem reported by Del Merritt <del@alum.mit.edu>
If we have
/FontBBox { { 11 12 13 14 15 16 17 18 }
{ 21 22 23 24 25 26 27 28 }
{ 31 32 33 34 35 36 37 38 }
{ 41 42 43 44 45 46 47 48 } }
in the /Blend dictionary, then the first BBox is { 11 21 31 41 },
the second { 12 22 32 42 }, etc.
* include/freetype/internal/psaux.h (T1_FieldType): Add
`T1_FIELD_TYPE_MM_BBOX' (for temporary use).
* src/psaux/psobjs.c (ps_parser_load_field) <T1_FIELD_TYPE_MM_BBOX>:
Implement it.
2012-12-23 21:14:37 +01:00
..
2012-03-03 07:03:08 +01:00
2010-06-08 08:37:11 +02:00
2007-01-16 06:11:27 +00:00
2008-12-21 10:29:30 +00:00
2006-01-23 10:46:38 +00:00
2012-03-08 06:04:03 +01:00
2011-11-30 10:46:53 +01:00
2012-01-17 02:00:24 +09:00
2012-10-21 11:02:50 +02:00
2012-10-20 11:27:25 +02:00
2012-12-23 21:14:37 +01:00
2009-08-01 00:30:17 +09:00
2006-01-16 22:35:33 +00:00
2012-02-24 12:26:25 +01:00
2006-01-12 08:12:27 +00:00
2012-07-18 10:39:18 +02:00
2003-09-30 07:00:42 +00:00