mako5.gfx
Class OGLFont
java.lang.Object
mako5.gfx.OGLFont
public class OGLFont
- extends Object
Used to represent a font.
Note that the majority of this is "borrowed" code.
- Version:
- 07-Mar 2006
- Author:
- not me
BOLD
public static final int BOLD
- See Also:
- Constant Field Values
ITALIC
public static final int ITALIC
- See Also:
- Constant Field Values
PLAIN
public static final int PLAIN
- See Also:
- Constant Field Values
OGLFont
public OGLFont()
OGLFont
public OGLFont(String type,
int fontSize,
int fontFlags)
glPrint
public void glPrint(String msg,
float x,
float y)
buildFont
public void buildFont(String fontName,
int fontSize,
int fontFlags)
destroy
public void destroy()