public static interface Font.Glyph
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_CR |
static int |
ID_SPACE |
static int |
ID_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
float |
getAdvance(float pixelSize,
boolean useFrationalMetrics) |
AABBox |
getBBox() |
AABBox |
getBBox(AABBox dest,
float pixelSize,
float[] tmpV3) |
Font |
getFont() |
short |
getID() |
float |
getScale(float pixelSize) |
OutlineShape |
getShape() |
char |
getSymbol() |
int |
hashCode() |
static final int ID_UNKNOWN
static final int ID_CR
static final int ID_SPACE
Font getFont()
char getSymbol()
short getID()
AABBox getBBox()
float getScale(float pixelSize)
pixelSize - Use pointSize * resolution for resolution correct pixel-size, see Font.getPixelSize(float, float)AABBox getBBox(AABBox dest, float pixelSize, float[] tmpV3)
dest - AABBox instance set to this metrics boundary w/ given pixelSizepixelSize - Use pointSize * resolution for resolution correct pixel-size, see Font.getPixelSize(float, float)tmpV3 - caller provided temporary 3-component vectorfloat getAdvance(float pixelSize,
boolean useFrationalMetrics)
pixelSize - Use pointSize * resolution for resolution correct pixel-size, see Font.getPixelSize(float, float)useFrationalMetrics - OutlineShape getShape()
Copyright 2010 JogAmp Community.