public static interface FontFeaturesObjectAdapter.FontDescriptorAdapter
| Modifier and Type | Method and 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() |
String getFontName()
String getFontFamily()
String getFontStretch()
Double getFontWeight()
boolean isFixedPitch()
boolean isSerif()
boolean isSymbolic()
boolean isScript()
boolean isNonSymbolic()
boolean isItalic()
boolean isAllcap()
boolean isSmallCap()
boolean isForceBold()
double[] getFontBoundingBox()
Double getItalicAngle()
Double getAscent()
Double getDescent()
Double getLeading()
Double getCapHeight()
Double getXHeight()
Double getStemV()
Double getStemH()
Double getAverageWidth()
Double getMaxWidth()
Double getMissingWidth()
String getCharSet()
boolean isEmbedded()
Long getFlags()
InputStream getMetadataStream()
InputStream getData()
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.