public class BuiltinFont extends Type1Font
Constructor and Description |
---|
BuiltinFont(java.lang.String baseFont,
PDFObject fontObj)
Create a new Builtin object based on the name of a built-in font
This must be the name of one of the 14 built-in fonts!
|
BuiltinFont(java.lang.String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
create a new BuiltingFont object based on a description of the
font from the PDF file.
|
getOutline, getOutline, getWidth, parseFont
getCharCount, getDefaultWidth, getFirstChar, getGlyph, getLastChar
equals, getBaseFont, getCachedGlyph, getDescriptor, getEncoding, getFont, getGlyphs, getSubtype, getUnicodeMap, hashCode, setBaseFont, setDescriptor, setEncoding, setSubtype, setUnicodeMap, toString
public BuiltinFont(java.lang.String baseFont, PDFObject fontObj) throws java.io.IOException
baseFont
- the name of the font, from the PDF filefontObj
- the object containing font informationjava.io.IOException
public BuiltinFont(java.lang.String baseFont, PDFObject fontObj, PDFFontDescriptor descriptor) throws java.io.IOException
java.io.IOException