|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmako5.gfx.OGLFont
public class OGLFont
Used to represent a font. Note that the majority of this is "borrowed" code.
| Field Summary | |
|---|---|
static int |
BOLD
|
static int |
ITALIC
|
static int |
PLAIN
|
| Constructor Summary | |
|---|---|
OGLFont()
|
|
OGLFont(String type,
int fontSize,
int fontFlags)
|
|
| Method Summary | |
|---|---|
void |
buildFont(String fontName,
int fontSize,
int fontFlags)
|
void |
destroy()
|
void |
glPrint(String msg,
float x,
float y)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BOLD
public static final int ITALIC
public static final int PLAIN
| Constructor Detail |
|---|
public OGLFont()
public OGLFont(String type,
int fontSize,
int fontFlags)
| Method Detail |
|---|
public void glPrint(String msg,
float x,
float y)
public void buildFont(String fontName,
int fontSize,
int fontFlags)
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||