- All Known Implementing Classes:
PDCIDFont,PDCIDFontType0,PDCIDFontType2,PDTrueTypeFont,PDType0Font
public interface PDVectorFont
A vector outline font, e.g. not Type 3.
- Author:
- John Hewson
-
Method Details
-
getPath
Returns the glyph path for the given character code.- Parameters:
code- character code in a PDF. Not to be confused with unicode.- Throws:
IOException- if the font could not be read
-
hasGlyph
Returns true if this font contains a glyph for the given character code.- Parameters:
code- character code in a PDF. Not to be confused with unicode.- Throws:
IOException
-