Re: [ft-devel] Help for get unicode from Adobe Type3 Font
Thank you very much for so helpful reply。 I will follow your advice。 Bset Wishes, qinqin_yan From: Werner LEMBERG Date: 2014-06-04 13:16 To: [email protected] CC: [email protected]; [email protected] Subject: Re: [ft-devel] Help for get unicode from Adobe Type3 Font > When I use the Function `ft_get_adobe_glyph_index' to get the > unicode name from Adobe Type1 Font char names, the process works > correctly. But it does not work correctly for Adobe Type3 Font, is > there anything missing? Yes: FreeType doesn't support (and never will) Type 3 fonts, which need a complete PostScript interpreter for handling. A list of all supported font formats can be found in `docs/formats.txt'. Werner___ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
Re: [ft-devel] Help for get unicode from Adobe Type3 Font
> When I use the Function `ft_get_adobe_glyph_index' to get the > unicode name from Adobe Type1 Font char names, the process works > correctly. But it does not work correctly for Adobe Type3 Font, is > there anything missing? Yes: FreeType doesn't support (and never will) Type 3 fonts, which need a complete PostScript interpreter for handling. A list of all supported font formats can be found in `docs/formats.txt'. Werner ___ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
[ft-devel] Help for get unicode from Adobe Type3 Font
Hi Sir, When I use the Function “static unsigned long ft_get_adobe_glyph_index( const char* name, const char* limit ) ;” to get the unicode name from Adobe Type1 Font char names, the process work correctly。But it does not work correctly for Adobe Type3 Font,is there any missing? Thank you very much。 Best Wishes, qinqin_yan 2014/6/4___ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
