public class StandardFontMetrics extends Object
| Modifier and Type | Method and Description |
|---|---|
Double |
getAscend() |
Double |
getCapHeight() |
String |
getCharSet() |
Double |
getDescend() |
String |
getEncodingScheme() |
String |
getFamilyName() |
double[] |
getFontBBox() |
String |
getFontName() |
Double |
getItalicAngle() |
int |
getWidth(String glyphName)
Gets width for glyph with given name in this font.
|
Iterator<Map.Entry<String,Integer>> |
getWidthsIterator() |
Double |
getXHeight() |
void |
setXHeight(Double XHeight) |
public int getWidth(String glyphName)
glyphName - is name of glyph.public String getFontName()
public String getFamilyName()
public double[] getFontBBox()
public String getEncodingScheme()
public String getCharSet()
public Double getCapHeight()
public Double getXHeight()
public void setXHeight(Double XHeight)
public Double getAscend()
public Double getDescend()
public Double getItalicAngle()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.