public class Type0Font extends PDFFont
Constructor and Description |
---|
Type0Font(java.lang.String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
Creates a new instance of Type0Font
|
Modifier and Type | Method and Description |
---|---|
PDFFont |
getDescendantFont(int fontID)
Get a descendant font of this font by fontId
|
protected PDFGlyph |
getGlyph(char src,
java.lang.String name)
Get a character from the first font in the descendant fonts array
|
equals, getBaseFont, getCachedGlyph, getDescriptor, getEncoding, getFont, getGlyphs, getSubtype, getUnicodeMap, hashCode, setBaseFont, setDescriptor, setEncoding, setSubtype, setUnicodeMap, toString
public Type0Font(java.lang.String baseFont, PDFObject fontObj, PDFFontDescriptor descriptor) throws java.io.IOException
java.io.IOException