public final class GlyphMetrics extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
COMBINING |
static byte |
COMPONENT |
static byte |
LIGATURE |
static byte |
STANDARD |
static byte |
WHITESPACE |
Constructor and Description |
---|
GlyphMetrics(boolean horizontal,
float advanceX,
float advanceY,
Rectangle2D bounds,
byte glyphType) |
GlyphMetrics(float advance,
Rectangle2D bounds,
byte glyphType) |
Modifier and Type | Method and Description |
---|---|
float |
getAdvance() |
float |
getAdvanceX() |
float |
getAdvanceY() |
Rectangle2D |
getBounds2D() |
float |
getLSB() |
float |
getRSB() |
int |
getType() |
boolean |
isCombining() |
boolean |
isComponent() |
boolean |
isLigature() |
boolean |
isStandard() |
boolean |
isWhitespace() |
public static final byte COMBINING
public static final byte COMPONENT
public static final byte LIGATURE
public static final byte STANDARD
public static final byte WHITESPACE
public GlyphMetrics(boolean horizontal, float advanceX, float advanceY, Rectangle2D bounds, byte glyphType)
public GlyphMetrics(float advance, Rectangle2D bounds, byte glyphType)
public float getAdvance()
public float getAdvanceX()
public float getAdvanceY()
public Rectangle2D getBounds2D()
public float getLSB()
public float getRSB()
public int getType()
public boolean isCombining()
public boolean isComponent()
public boolean isLigature()
public boolean isStandard()
public boolean isWhitespace()