Fix parsing of /CIDFontVersion.
This fixes Savannah bug #28287. * src/cid/cidtoken.h: `cid_version' in CID_FaceInfoRec (in t1tables.h) is of type FT_Fixed.
This commit is contained in:
parent
8d14b6f4fd
commit
2db9783869
|
@ -1,3 +1,11 @@
|
|||
2009-12-14 Bram Tassyns <bramt@enfocus.be>
|
||||
|
||||
Fix parsing of /CIDFontVersion.
|
||||
This fixes Savannah bug #28287.
|
||||
|
||||
* src/cid/cidtoken.h: `cid_version' in CID_FaceInfoRec (in
|
||||
t1tables.h) is of type FT_Fixed.
|
||||
|
||||
2009-12-14 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Trace glyph index in CID module.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define T1CODE T1_FIELD_LOCATION_CID_INFO
|
||||
|
||||
T1_FIELD_KEY ( "CIDFontName", cid_font_name, 0 )
|
||||
T1_FIELD_NUM ( "CIDFontVersion", cid_version, 0 )
|
||||
T1_FIELD_FIXED ( "CIDFontVersion", cid_version, 0 )
|
||||
T1_FIELD_NUM ( "CIDFontType", cid_font_type, 0 )
|
||||
T1_FIELD_STRING( "Registry", registry, 0 )
|
||||
T1_FIELD_STRING( "Ordering", ordering, 0 )
|
||||
|
|
Loading…
Reference in New Issue