com.bulletphysics.demos.opengl
Class FontRender.GLFont
java.lang.Object
com.bulletphysics.demos.opengl.FontRender.GLFont
- Enclosing class:
- FontRender
public static class FontRender.GLFont
- extends java.lang.Object
Method Summary |
void |
destroy()
|
protected void |
load(java.io.File f)
|
protected void |
load(java.io.InputStream _in)
|
protected void |
save(java.io.File f)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
texture
protected int texture
width
protected int width
height
protected int height
glyphs
protected FontRender.Glyph[] glyphs
FontRender.GLFont
public FontRender.GLFont()
FontRender.GLFont
public FontRender.GLFont(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
destroy
public void destroy()
save
protected void save(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
load
protected void load(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
load
protected void load(java.io.InputStream _in)
throws java.io.IOException
- Throws:
java.io.IOException