[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] [ft-devel] Help for get unicode from Adobe Type3 Font
From: |
Werner LEMBERG |
Subject: |
Re: [ft] [ft-devel] Help for get unicode from Adobe Type3 Font |
Date: |
Wed, 04 Jun 2014 07:16:07 +0200 (CEST) |
> 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