Interface PDVectorFont
-
- All Known Implementing Classes:
PDCIDFont,PDCIDFontType0,PDCIDFontType2,PDTrueTypeFont,PDType0Font
public interface PDVectorFontA vector outline font, e.g. not Type 3.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description android.graphics.PathgetPath(int code)Returns the glyph path for the given character code.booleanhasGlyph(int code)Returns true if this font contains a glyph for the given character code.
-
-
-
Method Detail
-
getPath
android.graphics.Path getPath(int code) throws IOExceptionReturns the glyph path for the given character code.- Parameters:
code- character code- Throws:
IOException- if the font could not be read
-
hasGlyph
boolean hasGlyph(int code) throws IOExceptionReturns true if this font contains a glyph for the given character code.- Parameters:
code- character code- Throws:
IOException
-
-