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-09-15 09:10:06 +02:00
2012-08-27 06:57:05 +02:00
2012-06-27 08:16:06 +02:00
2009-01-12 20:11:14 +00:00
2012-08-27 11:23:41 +02:00
2009-07-08 14:52:11 +09:00
2010-07-12 20:57:54 +02:00
2012-08-27 11:23:41 +02:00
2012-07-29 13:15:53 +02:00
2012-07-29 13:15:53 +02:00
2012-12-17 09:08:09 +01:00
2011-04-12 09:26:43 +02:00
2012-10-20 11:27:25 +02:00
2006-10-03 08:53:37 +00:00
2009-04-05 17:59:26 +03:00
2012-12-23 21:14:37 +01:00
2012-07-29 13:15:53 +02:00
2012-07-29 13:15:53 +02:00
2011-11-13 16:30:59 +01:00
2012-03-11 13:48:25 +01:00