Package org.verapdf.features.objects
Interface FontFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
public interface FontFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFontFeaturesObjectAdapter.FontDescriptorAdapter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseFont()double[]getBoundingBox()StringgetCIDSysInfoOrdering()StringgetCIDSysInfoRegistry()LonggetCIDSysInfoSupplement()Set<String>getColorSpaceChild()DoublegetDefaultWidth()StringgetEncoding()Set<String>getExtGStateChild()LonggetFirstChar()Set<String>getFontChild()FontFeaturesObjectAdapter.FontDescriptorAdaptergetFontDescriptor()StringgetId()LonggetLastChar()double[]getMatrix()Set<String>getPatternChild()Set<String>getPropertiesChild()Set<String>getShadingChild()StringgetType()Set<String>getXObjectChild()booleanisCIDSystemInfoPresent()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getId
String getId()
-
getType
String getType()
-
getBaseFont
String getBaseFont()
-
getFirstChar
Long getFirstChar()
-
getLastChar
Long getLastChar()
-
getEncoding
String getEncoding()
-
getBoundingBox
double[] getBoundingBox()
-
getMatrix
double[] getMatrix()
-
isCIDSystemInfoPresent
boolean isCIDSystemInfoPresent()
-
getDefaultWidth
Double getDefaultWidth()
-
getCIDSysInfoRegistry
String getCIDSysInfoRegistry()
-
getCIDSysInfoOrdering
String getCIDSysInfoOrdering()
-
getCIDSysInfoSupplement
Long getCIDSysInfoSupplement()
-
getFontDescriptor
FontFeaturesObjectAdapter.FontDescriptorAdapter getFontDescriptor()
-
-