* src/base/fttype1.c (FT_Get_PS_Font_Info): Fix incorrectly applied


			
			
				LAYOUT
			
			
		
Werner Lemberg 21 years ago
parent 3e685b6308
commit 2169a9d906
  1. 3
      ChangeLog
  2. 2
      src/base/fttype1.c

@ -3,6 +3,9 @@
* include/freetype/freetype.h: Check that ft2build.h has been
loaded first.
* src/base/fttype1.c (FT_Get_PS_Font_Info): Fix incorrectly applied
patch.
2003-10-31 Detlef Würkner <TetiSoft@apg.lahn.de>
* src/base/fttype1.c (FT_Get_PS_Font_Info, FT_Has_PS_Glyph_Names):

@ -36,7 +36,7 @@
FT_Service_PsInfo service = NULL;
FT_FACE_FIND_SERVICE( face, face, POSTSCRIPT_INFO );
FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
if ( service && service->ps_get_font_info )
error = service->ps_get_font_info( face, afont_info );

Loading…
Cancel
Save