com.sun.pdfview.font
public class BuiltinFont extends Type1Font
| Constructor Summary | |
|---|---|
| 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. | |
Parameters: baseFont the name of the font, from the PDF file fontObj the object containing font information