| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects |
| 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 | 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
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.