|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gui.GLFont
public class GLFont
This is a simple structure to store information needed by EZ2DGL about a font. It serves two roles; as an external definition it includes the texture bitmaps for the glyphs; as an internal definition it it only includes the textureIDs for the glyphs.
| Field Summary | |
|---|---|
int |
descent
|
GLTexture[] |
glyphs
|
int |
height
|
| Constructor Summary | |
|---|---|
GLFont()
|
|
| Method Summary | |
|---|---|
Cog |
getState()
|
void |
setState(Cog newState)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public GLTexture[] glyphs
public int descent
public int height
| Constructor Detail |
|---|
public GLFont()
| Method Detail |
|---|
public Cog getState()
getState in interface Coggablepublic void setState(Cog newState)
setState in interface Coggable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||