Package | Description |
---|---|
com.sun.pdfview.font |
Modifier and Type | Method and Description |
---|---|
PDFFontDescriptor |
PDFFont.getDescriptor()
Get the descriptor for this font
|
Modifier and Type | Method and Description |
---|---|
void |
PDFFont.setDescriptor(PDFFontDescriptor descriptor)
Set the descriptor font descriptor
|
Constructor and Description |
---|
BuiltinFont(String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
create a new BuiltingFont object based on a description of the
font from the PDF file.
|
CIDFontType2(String baseName,
PDFObject fontObj,
PDFFontDescriptor descriptor)
create a new CIDFontType2 object based on the name of a built-in font
and the font descriptor
|
NativeFont(String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
create a new NativeFont object based on a description of the
font from the PDF file.
|
OutlineFont(String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
Creates a new instance of OutlineFont
|
PDFFont(String baseFont,
PDFFontDescriptor descriptor)
Create a PDFFont given the base font name and the font descriptor
|
TTFFont(String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
create a new TrueTypeFont object based on a description of the
font from the PDF file.
|
Type0Font(String baseFont,
PDFObject fontObj,
PDFFontDescriptor descriptor)
Creates a new instance of Type0Font
|
Type1CFont(String baseFont,
PDFObject src,
PDFFontDescriptor descriptor)
create a new Type1CFont based on a font data stream and a descriptor
|
Type1Font(String baseName,
PDFObject src,
PDFFontDescriptor descriptor)
create a new Type1Font based on a font data stream and an encoding.
|
Type3Font(String baseFont,
PDFObject fontObj,
HashMap<String,PDFObject> resources,
PDFFontDescriptor descriptor)
Generate a Type 3 font.
|
Copyright © 2023. All rights reserved.