java.lang.Object java.awt.font.GlyphMetrics
Font
GlyphVector
public static final byte COMBINING
public static final byte COMPONENT
public float getAdvance()
public float getAdvanceX()
public float getAdvanceY()
public Rectangle2D getBounds2D()
public float getLSB()
public float getRSB()
public int getType()
public GlyphMetrics(boolean horizontal, float advanceX, float advanceY, Rectangle2D bounds, byte glyphType)
public GlyphMetrics(float advance, Rectangle2D bounds, byte glyphType)
public boolean isCombining()
public boolean isComponent()
public boolean isLigature()
public boolean isStandard()
public boolean isWhitespace()
public static final byte LIGATURE
public static final byte STANDARD
public static final byte WHITESPACE