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 Double
getAscent()
Double
getAverageWidth()
Double
getCapHeight()
String
getCharSet()
InputStream
getData()
Double
getDescent()
Long
getFlags()
double[]
getFontBoundingBox()
String
getFontFamily()
String
getFontName()
String
getFontStretch()
Double
getFontWeight()
Double
getItalicAngle()
Double
getLeading()
Double
getMaxWidth()
InputStream
getMetadataStream()
Double
getMissingWidth()
Double
getStemH()
Double
getStemV()
Double
getXHeight()
boolean
isAllcap()
boolean
isEmbedded()
boolean
isFixedPitch()
boolean
isForceBold()
boolean
isItalic()
boolean
isNonSymbolic()
boolean
isScript()
boolean
isSerif()
boolean
isSmallCap()
boolean
isSymbolic()
-
-
-
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()
-
-