| Modifier and Type | Method and Description |
|---|---|
static PDFont |
PDFontFactory.getPDFont(COSObject fontDictionary) |
| Modifier and Type | Method and Description |
|---|---|
static FontFeaturesObject |
GFFeaturesObjectCreator.createFontFeaturesObject(PDFont 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 GFFontFeaturesObjectAdapter
|
| Constructor and Description |
|---|
GFFontFeaturesObjectAdapter(PDFont font,
String id,
Set<String> extGStateChild,
Set<String> colorSpaceChild,
Set<String> patternChild,
Set<String> shadingChild,
Set<String> xobjectChild,
Set<String> fontChild,
Set<String> propertiesChild) |
| Modifier and Type | Method and Description |
|---|---|
static PDFont |
FontFactory.parseFont(PDFont rawFont,
RenderingMode renderingMode,
PDResourcesHandler resources,
GraphicState inheritedGraphicState) |
| Constructor and Description |
|---|
GFCIDGlyph(Boolean glyphPresent,
Boolean widthsConsistent,
PDFont font,
int glyphCode,
int cid,
int renderingMode,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
GFGlyph(Boolean glyphPresent,
Boolean widthsConsistent,
PDFont font,
int glyphCode,
int renderingMode,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
GFGlyph(Boolean glyphPresent,
Boolean widthsConsistent,
PDFont font,
int glyphCode,
String type,
int renderingMode,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
| Modifier and Type | Field and Description |
|---|---|
protected PDFont |
GFPDObject.pdFont |
| Constructor and Description |
|---|
GFPDObject(PDFont font,
String type) |
GFPDResource(PDFont font,
String type) |
| Constructor and Description |
|---|
GFPDCIDFont(PDFont font,
RenderingMode renderingMode) |
GFPDFont(PDFont font,
RenderingMode renderingMode,
String type) |
| Modifier and Type | Method and Description |
|---|---|
PDFont |
PDResourcesHandler.getFont(ASAtom name) |
PDFont |
PDResourcesHandler.getFont(COSName name) |
| Modifier and Type | Method and Description |
|---|---|
static String |
GFIDGenerator.generateID(PDFont font) |
| Modifier and Type | Method and Description |
|---|---|
PDFont |
PDExtGState.getFont() |
PDFont |
PDResources.getFont(ASAtom name) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDCIDFont
Class represents CIDFont on PD level.
|
class |
PDSimpleFont
Represents simple font on pd level (Type1, TrueType, Type3).
|
class |
PDType0Font
Represents Type0 font on pd level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDTrueTypeFont
Represents True Type font on PD level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDType1Font
Class represents Type 1 font on PD level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDType3Font |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.