public final class FontFeaturesData extends FeaturesData
| Modifier and Type | Class and Description |
|---|---|
static class |
FontFeaturesData.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Double |
getAscent() |
Double |
getAvgWidth() |
Double |
getCapHeight() |
String |
getCharSet() |
Double |
getDescent() |
Integer |
getFlags() |
List<Double> |
getFontBBox() |
String |
getFontFamily() |
String |
getFontName() |
String |
getFontStretch() |
Double |
getFontWeight() |
Double |
getItalicAngle() |
Double |
getLeading() |
Double |
getMaxWidth() |
InputStream |
getMetadata() |
Double |
getMissingWidth() |
Double |
getStemH() |
Double |
getStemV() |
Double |
getXHeight() |
getStreampublic InputStream getMetadata()
public String getFontName()
public String getFontFamily()
public String getFontStretch()
public Double getFontWeight()
public Integer getFlags()
public List<Double> getFontBBox()
public Double getItalicAngle()
public Double getAscent()
public Double getDescent()
public Double getLeading()
public Double getCapHeight()
public Double getXHeight()
public Double getStemV()
public Double getStemH()
public Double getAvgWidth()
public Double getMaxWidth()
public Double getMissingWidth()
public String getCharSet()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FeaturesDataIOExceptionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.