freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] problem Type1 Font


From: Vitaly Pasternak
Subject: [ft-devel] problem Type1 Font
Date: Wed, 13 Apr 2005 22:59:56 +0300

I have another problematical  Type1 font. 
Type1 loader can't  load Glyph names for this font  so we  have had  crash  during '.nodef' glyph searching.
 
FTVIEW simply have crash on this font.  My friend  opened  this font in FontLab45 successfully.
 
file t1load.c

parse_charstrings( T1_Face face,T1_Loader loader )

... 

//We have loader->num_glyphs=0 for this font  

if ( loader->num_glyphs ) //   Might be  if ( !loader->num_glyphs ) should be here?

return;

else

loader->num_glyphs = n;

 

...

 

 

 
 
 
 

Attachment: badType1font1a.pfb
Description: PostScript document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]