freetype2/src/psnames
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
..
Jamfile Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
psmodule.c Fix Savannah bug #30373. 2010-07-09 20:50:34 +09:00
psmodule.h Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
psnamerr.h Formatting. 2001-06-19 23:03:41 +00:00
psnames.c Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
pspic.c */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
pspic.h Position Independent Code (PIC) support in psnames module. 2009-04-05 18:18:03 +03:00
pstables.h * src/autofit/afcjk.c, src/base/ftoutln.c, src/base/ftrfork.c, 2008-11-29 22:50:24 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00