public class BuiltinFont extends Type1Font
Constructor and Description |
---|
BuiltinFont(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(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(String baseFont, PDFObject fontObj) throws IOException
baseFont
- the name of the font, from the PDF filefontObj
- the object containing font informationIOException
public BuiltinFont(String baseFont, PDFObject fontObj, PDFFontDescriptor descriptor) throws IOException
IOException
Copyright © 2022. All rights reserved.