public interface PDVectorFont
| Modifier and Type | Method and Description |
|---|---|
GeneralPath |
getPath(int code)
Returns the glyph path for the given character code.
|
boolean |
hasGlyph(int code)
Returns true if this font contains a glyph for the given character code.
|
GeneralPath getPath(int code) throws IOException
code - character codeIOException - if the font could not be readboolean hasGlyph(int code)
throws IOException
code - character codeIOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.