public class PBFontFeaturesObjectAdapter extends Object implements FontFeaturesObjectAdapter
FontFeaturesObjectAdapter.FontDescriptorAdapter| 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() |
FontFeaturesObjectAdapter.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()
getId in interface FontFeaturesObjectAdapterpublic Set<String> getExtGStateChild()
getExtGStateChild in interface FontFeaturesObjectAdapterpublic Set<String> getColorSpaceChild()
getColorSpaceChild in interface FontFeaturesObjectAdapterpublic Set<String> getPatternChild()
getPatternChild in interface FontFeaturesObjectAdapterpublic Set<String> getShadingChild()
getShadingChild in interface FontFeaturesObjectAdapterpublic Set<String> getXObjectChild()
getXObjectChild in interface FontFeaturesObjectAdapterpublic Set<String> getFontChild()
getFontChild in interface FontFeaturesObjectAdapterpublic Set<String> getPropertiesChild()
getPropertiesChild in interface FontFeaturesObjectAdapterpublic String getType()
getType in interface FontFeaturesObjectAdapterpublic String getBaseFont()
getBaseFont in interface FontFeaturesObjectAdapterpublic Long getFirstChar()
getFirstChar in interface FontFeaturesObjectAdapterpublic Long getLastChar()
getLastChar in interface FontFeaturesObjectAdapterpublic String getEncoding()
getEncoding in interface FontFeaturesObjectAdapterpublic double[] getBoundingBox()
getBoundingBox in interface FontFeaturesObjectAdapterpublic double[] getMatrix()
getMatrix in interface FontFeaturesObjectAdapterpublic boolean isCIDSystemInfoPresent()
isCIDSystemInfoPresent in interface FontFeaturesObjectAdapterpublic Double getDefaultWidth()
getDefaultWidth in interface FontFeaturesObjectAdapterpublic String getCIDSysInfoRegistry()
getCIDSysInfoRegistry in interface FontFeaturesObjectAdapterpublic String getCIDSysInfoOrdering()
getCIDSysInfoOrdering in interface FontFeaturesObjectAdapterpublic Long getCIDSysInfoSupplement()
getCIDSysInfoSupplement in interface FontFeaturesObjectAdapterpublic FontFeaturesObjectAdapter.FontDescriptorAdapter getFontDescriptor()
getFontDescriptor in interface FontFeaturesObjectAdapterpublic boolean isPDFObjectPresent()
isPDFObjectPresent in interface FeaturesObjectAdapterpublic List<String> getErrors()
getErrors in interface FeaturesObjectAdapterCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.