freetype2/src
suzuki toshiya b8ca6de365 Fix Savannah bug #30373.
Too serious check of errors by `FT_CMap_New' since 2010-07-04
is fixed. Reported by Tor Andersson.

* include/freetype/fterrdef.h
(PSnames_Err_No_Unicode_Glyph_Name): New error code to
indicate the Unicode charmap synthesis failed because
no Unicode glyph name is found.

* src/psnames/psmodule.c (ps_unicodes_init): Return
PSnames_Err_No_Unicode_Glyph_Name when no Unicode glyph name
is found in the font.
* src/cff/cffcmap.c (cff_cmap_unicode_init): Return
CFF_Err_No_Unicode_Glyph_Name when no SID is available.

* src/type1/t1objs.c (T1_Face_Init): Proceed if `FT_CMap_New'
is failed by the lack of Unicode glyph name.
* src/type42/t42objs.c (T42_Face_Init): Ditto.
* src/cff/cffobjs.c (cff_face_init): Ditto.
2010-07-09 20:50:34 +09:00
..
autofit */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
base Fix Savannah bug #27648. 2010-07-05 22:36:30 +02:00
bdf [bdf]: Font properties are optional. 2010-06-24 07:40:49 +02:00
cache Restrict the number of the charmaps in a rogue-compatible mode. 2010-07-05 09:59:03 +09:00
cff Fix Savannah bug #30373. 2010-07-09 20:50:34 +09:00
cid */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
gxvalid */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
gzip */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
lzw */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
otvalid Formatting. 2010-06-08 08:37:11 +02:00
pcf Fix Savannah bug #30247. 2010-06-24 20:20:26 +02:00
pfr Check error value by `FT_CMap_New'. 2010-07-04 12:08:41 +09:00
psaux Fix Savannah bug #30145. 2010-06-20 16:27:36 +02:00
pshinter */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
psnames Fix Savannah bug #30373. 2010-07-09 20:50:34 +09:00
raster Make ftraster.c compile in stand-alone mode with MSVC compiler. 2010-07-09 09:55:29 +02:00
sfnt Restrict the number of the charmaps in a rogue-compatible mode. 2010-07-05 09:59:03 +09:00
smooth Make ftgrays.c compile stand-alone again. 2010-07-03 15:31:38 +02:00
tools We no longer use CVS. 2010-01-23 16:19:33 +01:00
truetype Fix Savannah bug #30361. 2010-07-08 07:29:42 +02:00
type1 Fix Savannah bug #30373. 2010-07-09 20:50:34 +09:00
type42 Fix Savannah bug #30373. 2010-07-09 20:50:34 +09:00
winfonts XXX_cmap_encoding_char_next() return FT_UInt32 values. 2009-08-01 00:32:09 +09:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00