PDCIDFont
, PDCIDFontType0
, PDCIDFontType2
, PDTrueTypeFont
, PDType0Font
public interface PDVectorFont
Modifier and Type | Method | Description |
---|---|---|
java.awt.geom.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.
|
java.awt.geom.GeneralPath getPath(int code) throws java.io.IOException
code
- character code in a PDF. Not to be confused with unicode.java.io.IOException
- if the font could not be readboolean hasGlyph(int code) throws java.io.IOException
code
- character code in a PDF. Not to be confused with unicode.java.io.IOException
Copyright © 2002–2018. All rights reserved.