public interface PDVectorFont
| Modifier and Type | Method and Description |
|---|---|
GeneralPath |
getNormalizedPath(int code)
Returns the normalized glyph path for the given character code in a PDF.
|
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 in a PDF.
|
GeneralPath getPath(int code) throws IOException
code - character code in a PDF. Not to be confused with unicode.IOException - if the font could not be readGeneralPath getNormalizedPath(int code) throws IOException
code - character code in a PDF. Not to be confused with unicode.IOException - if the font could not be readboolean hasGlyph(int code)
throws IOException
code - character code in a PDF. Not to be confused with unicode.IOException - if the font could not be readCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.