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, parseFontgetCharCount, getDefaultWidth, getFirstChar, getGlyph, getLastCharequals, getBaseFont, getCachedGlyph, getDescriptor, getEncoding, getFont, getGlyphs, getSubtype, getUnicodeMap, hashCode, setBaseFont, setDescriptor, setEncoding, setSubtype, setUnicodeMap, toStringpublic BuiltinFont(String baseFont, PDFObject fontObj) throws IOException
baseFont - the name of the font, from the PDF filefontObj - the object containing font informationIOExceptionpublic BuiltinFont(String baseFont, PDFObject fontObj, PDFFontDescriptor descriptor) throws IOException
IOExceptionCopyright © 2024. All rights reserved.