|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsk.upjs.fontmapper.GlyphDataWriter.GlyphData
protected class GlyphDataWriter.GlyphData
Stores output data for single glyph.
| Field Summary | |
|---|---|
int |
advance
Pixels to move the pen after drawing the glyph. |
java.awt.Point |
offset
Offset from the pen to the bottom-left corner of the glyph. |
java.awt.Dimension |
size
Size of the glyph in pixels. |
java.awt.geom.Point2D.Float |
texcoordMax
Bottom-right texture coordinate of the glyph. |
java.awt.geom.Point2D.Float |
texcoordMin
Top-left texture coordinate of the glyph. |
| Constructor Summary | |
|---|---|
GlyphDataWriter.GlyphData()
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.awt.Point offset
public int advance
public java.awt.Dimension size
public java.awt.geom.Point2D.Float texcoordMin
public java.awt.geom.Point2D.Float texcoordMax
| Constructor Detail |
|---|
public GlyphDataWriter.GlyphData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||