Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.preflight.font.descriptor |
Modifier and Type | Method and Description |
---|---|
void |
PDFont.setFontDescriptor(PDFontDescriptorDictionary fdDictionary)
This will set the font descriptor.
|
Modifier and Type | Field and Description |
---|---|
protected PDFontDescriptorDictionary |
FontDescriptorHelper.fontDescriptor |
Modifier and Type | Method and Description |
---|---|
protected void |
CIDType2DescriptorHelper.checkCIDSet(PDFontDescriptorDictionary pfDescriptor)
If the embedded font is a subset, the CIDSet entry is mandatory and must be a Stream.
|
protected void |
CIDType0DescriptorHelper.checkCIDSet(PDFontDescriptorDictionary pfDescriptor)
If the embedded font is a subset, the CIDSet entry is mandatory and must be a Stream.
|
PDStream |
Type1DescriptorHelper.extractFontFile(PDFontDescriptorDictionary fontDescriptor) |
abstract PDStream |
FontDescriptorHelper.extractFontFile(PDFontDescriptorDictionary fontDescriptor) |
PDStream |
CIDType2DescriptorHelper.extractFontFile(PDFontDescriptorDictionary fontDescriptor) |
PDStream |
TrueTypeDescriptorHelper.extractFontFile(PDFontDescriptorDictionary fontDescriptor) |
PDStream |
CIDType0DescriptorHelper.extractFontFile(PDFontDescriptorDictionary fontDescriptor) |
protected boolean |
FontDescriptorHelper.fontFileNotEmbedded(PDFontDescriptorDictionary fontDescriptor) |
protected boolean |
FontDescriptorHelper.hasOnlyOneFontFile(PDFontDescriptorDictionary fontDescriptor)
Return true if the FontDescriptor has only one FontFile entry.
|
protected void |
Type1DescriptorHelper.processFontFile(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile) |
protected abstract void |
FontDescriptorHelper.processFontFile(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile) |
protected void |
CIDType2DescriptorHelper.processFontFile(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile) |
protected void |
TrueTypeDescriptorHelper.processFontFile(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile) |
protected void |
CIDType0DescriptorHelper.processFontFile(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile) |
protected void |
Type1DescriptorHelper.processFontFile1(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile)
Try to load the font using the java.awt.font object.
|
protected void |
Type1DescriptorHelper.processFontFile3(PDFontDescriptorDictionary fontDescriptor,
PDStream fontFile)
Type1C is a CFF font format, extract all CFFFont object from the stream
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.