| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.apache.pdfbox.preflight.font | |
| org.apache.pdfbox.preflight.font.container | |
| org.apache.pdfbox.preflight.font.descriptor | |
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.model.impl.pb.pd | |
| org.verapdf.model.impl.pb.pd.font | |
| org.verapdf.model.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
PDCIDFont
A CIDFont.
|
class |
PDCIDFontType0
Type 0 CIDFont (CFF).
|
class |
PDCIDFontType2
Type 2 CIDFont (TrueType).
|
class |
PDFont
This is the base class for all PDF fonts.
|
class |
PDMMType1Font
Type 1 Multiple Master Font.
|
class |
PDSimpleFont
A simple font.
|
class |
PDTrueTypeFont
TrueType font.
|
class |
PDType0Font
A Composite (Type 0) font.
|
class |
PDType1CFont
Type 1-equivalent CFF font.
|
class |
PDType1Font
A PostScript Type 1 Font.
|
class |
PDType3Font
A PostScript Type 3 Font.
|
| Modifier and Type | Field and Description |
|---|---|
protected PDFontLike |
SimpleFontValidator.font |
| Constructor and Description |
|---|
SimpleFontValidator(PreflightContext context,
PDFontLike font,
COSDictionary fontDictionary,
T fContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
FontContainer<T extends PDFontLike> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
FontContainer.font
Font-like object.
|
| Modifier and Type | Field and Description |
|---|---|
protected PDFontLike |
FontDescriptorHelper.font |
| Constructor and Description |
|---|
CIDType0DescriptorHelper(PreflightContext context,
PDFontLike font,
CIDType0Container fontContainer) |
CIDType2DescriptorHelper(PreflightContext context,
PDFontLike font,
CIDType2Container fontContainer) |
FontDescriptorHelper(PreflightContext context,
PDFontLike font,
T fontContainer) |
| Modifier and Type | Method and Description |
|---|---|
static FontFeaturesObject |
PBFeaturesObjectCreator.createFontFeaturesObject(PDFontLike fontLike,
String id,
Set<String> extGStateChild,
Set<String> colorSpaceChild,
Set<String> patternChild,
Set<String> shadingChild,
Set<String> xobjectChild,
Set<String> fontChild,
Set<String> propertiesChild)
Constructs new PBFontFeaturesObjectAdapter
|
| Constructor and Description |
|---|
PBFontFeaturesObjectAdapter(PDFontLike fontLike,
String id,
Set<String> extGStateChild,
Set<String> colorSpaceChild,
Set<String> patternChild,
Set<String> shadingChild,
Set<String> xobjectChild,
Set<String> fontChild,
Set<String> propertiesChild)
Constructs new font features object
|
| Modifier and Type | Field and Description |
|---|---|
protected PDFontLike |
PBoxPDObject.pdFontLike |
| Constructor and Description |
|---|
PBoxPDObject(PDFontLike pdFontLike,
String type) |
PBoxPDResources(PDFontLike pdFontLike,
String type) |
| Constructor and Description |
|---|
PBoxPDCIDFont(PDFontLike font,
RenderingMode renderingMode,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDFont(PDFontLike font,
RenderingMode renderingMode,
String type) |
PBoxPDSimpleFont(PDFontLike font,
RenderingMode renderingMode,
String type) |
PBoxPDType0Font(PDFontLike font,
RenderingMode renderingMode,
PDDocument document,
PDFAFlavour flavour) |
PBoxPDType3Font(PDFontLike font,
RenderingMode renderingMode,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
static FontContainer<? extends PDFontLike> |
FontHelper.getFontContainer(PDFont font)
Transform Apache PDFBox font to Apache Preflight
font container representation
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IDGenerator.generateID(PDFontLike font)
Generate ID for font.
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.