public class PBFontFeaturesObjectAdapter extends Object
| 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 | Method and Description |
|---|---|
String |
getBaseFont() |
double[] |
getBoundingBox() |
String |
getCIDSysInfoOrdering() |
String |
getCIDSysInfoRegistry() |
Long |
getCIDSysInfoSupplement() |
Set<String> |
getColorSpaceChild() |
Double |
getDefaultWidth() |
String |
getEncoding() |
List<String> |
getErrors() |
Set<String> |
getExtGStateChild() |
Long |
getFirstChar() |
Set<String> |
getFontChild() |
FontDescriptorAdapter |
getFontDescriptor() |
String |
getId() |
Long |
getLastChar() |
double[] |
getMatrix() |
Set<String> |
getPatternChild() |
Set<String> |
getPropertiesChild() |
Set<String> |
getShadingChild() |
String |
getType() |
Set<String> |
getXObjectChild() |
boolean |
isCIDSystemInfoPresent() |
boolean |
isPDFObjectPresent() |
public 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)
fontLike - PDFontLike which represents font for feature reportid - id of the objectextGStateChild - set of external graphics state id which contains in resource dictionary of this fontcolorSpaceChild - set of ColorSpace id which contains in resource dictionary of this fontpatternChild - set of pattern id which contains in resource dictionary of this fontshadingChild - set of shading id which contains in resource dictionary of this fontxobjectChild - set of XObject id which contains in resource dictionary of this fontfontChild - set of font id which contains in resource dictionary of this fontpropertiesChild - set of properties id which contains in resource dictionary of this fontpublic String getId()
public String getType()
public String getBaseFont()
public Long getFirstChar()
public Long getLastChar()
public String getEncoding()
public double[] getBoundingBox()
public double[] getMatrix()
public boolean isCIDSystemInfoPresent()
public Double getDefaultWidth()
public String getCIDSysInfoRegistry()
public String getCIDSysInfoOrdering()
public Long getCIDSysInfoSupplement()
public FontDescriptorAdapter getFontDescriptor()
public boolean isPDFObjectPresent()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.