Package org.verapdf.features.objects
Interface FontFeaturesObjectAdapter.FontDescriptorAdapter
-
- Enclosing interface:
- FontFeaturesObjectAdapter
public static interface FontFeaturesObjectAdapter.FontDescriptorAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetAscent()DoublegetAverageWidth()DoublegetCapHeight()StringgetCharSet()InputStreamgetData()DoublegetDescent()LonggetFlags()double[]getFontBoundingBox()StringgetFontFamily()StringgetFontName()StringgetFontStretch()DoublegetFontWeight()DoublegetItalicAngle()DoublegetLeading()DoublegetMaxWidth()InputStreamgetMetadataStream()DoublegetMissingWidth()DoublegetStemH()DoublegetStemV()DoublegetXHeight()booleanisAllcap()booleanisEmbedded()booleanisFixedPitch()booleanisForceBold()booleanisItalic()booleanisNonSymbolic()booleanisScript()booleanisSerif()booleanisSmallCap()booleanisSymbolic()
-
-
-
Method Detail
-
getFontName
String getFontName()
-
getFontFamily
String getFontFamily()
-
getFontStretch
String getFontStretch()
-
getFontWeight
Double getFontWeight()
-
isFixedPitch
boolean isFixedPitch()
-
isSerif
boolean isSerif()
-
isSymbolic
boolean isSymbolic()
-
isScript
boolean isScript()
-
isNonSymbolic
boolean isNonSymbolic()
-
isItalic
boolean isItalic()
-
isAllcap
boolean isAllcap()
-
isSmallCap
boolean isSmallCap()
-
isForceBold
boolean isForceBold()
-
getFontBoundingBox
double[] getFontBoundingBox()
-
getItalicAngle
Double getItalicAngle()
-
getAscent
Double getAscent()
-
getDescent
Double getDescent()
-
getLeading
Double getLeading()
-
getCapHeight
Double getCapHeight()
-
getXHeight
Double getXHeight()
-
getStemV
Double getStemV()
-
getStemH
Double getStemH()
-
getAverageWidth
Double getAverageWidth()
-
getMaxWidth
Double getMaxWidth()
-
getMissingWidth
Double getMissingWidth()
-
getCharSet
String getCharSet()
-
isEmbedded
boolean isEmbedded()
-
getFlags
Long getFlags()
-
getMetadataStream
InputStream getMetadataStream()
-
getData
InputStream getData()
-
-