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