swingwt.awt.font
Class GlyphMetrics
java.lang.Object
swingwt.awt.font.GlyphMetrics
- public final class GlyphMetrics
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STANDARD
public static final byte STANDARD
- See Also:
- Constant Field Values
LIGATURE
public static final byte LIGATURE
- See Also:
- Constant Field Values
COMBINING
public static final byte COMBINING
- See Also:
- Constant Field Values
COMPONENT
public static final byte COMPONENT
- See Also:
- Constant Field Values
WHITESPACE
public static final byte WHITESPACE
- See Also:
- Constant Field Values
GlyphMetrics
public GlyphMetrics(float advance,
Rectangle2D bounds,
byte glyphType)
GlyphMetrics
public GlyphMetrics(boolean horizontal,
float advanceX,
float advanceY,
Rectangle2D bounds,
byte glyphType)
getAdvance
public float getAdvance()
getAdvanceX
public float getAdvanceX()
getAdvanceY
public float getAdvanceY()
getBounds2D
public Rectangle2D getBounds2D()
getLSB
public float getLSB()
getRSB
public float getRSB()
getType
public int getType()
isStandard
public boolean isStandard()
isLigature
public boolean isLigature()
isCombining
public boolean isCombining()
isComponent
public boolean isComponent()
isWhitespace
public boolean isWhitespace()