public static class TextImageStore.Glyph
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.awt.Font |
getFont() |
int |
getGlyphCode() |
int |
getGlyphIndex() |
java.awt.font.GlyphVector |
getGlyphVector()
Vector the Glyph is associated with
|
java.awt.geom.Point2D |
getLocation()
Location of the glyph's baseline w.r.t.
|
java.awt.font.GlyphMetrics |
getMetrics()
Metrics of the glyph within the glyph vector
|
public java.awt.Font getFont()
public int getGlyphCode()
public java.awt.geom.Point2D getLocation()
public java.awt.font.GlyphMetrics getMetrics()
public java.awt.font.GlyphVector getGlyphVector()
public int getGlyphIndex()