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 codeIOException
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.