gzz.gfx.gl
Class GL.Font

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.gfx.gl.GL.JavaObject
              |
              +--gzz.gfx.gl.GL.NonRenderableJavaObject
                    |
                    +--gzz.gfx.gl.GL.Font
All Implemented Interfaces:
GLDeletable
Enclosing class:
GL

public static class GL.Font
extends GL.NonRenderableJavaObject

A (mosaic-tiled) OpenGL font.


Nested Class Summary
 
Nested classes inherited from class gzz.vob.Vob
Vob.RenderInfo
 
Field Summary
 
Fields inherited from class gzz.vob.Vob
dbg, rcsid
 
Method Summary
protected  void deleteObj()
           
 float getHeight()
          Get the height of a single line.
 void getWidths(float[] w)
          Get the widths of the characters in the font.
 float getYOffs()
          Get the offset (downwards from the top of the line) to the baseline.
 
Methods inherited from class gzz.gfx.gl.GL.JavaObject
deleteObject, finalize, getId, render
 
Methods inherited from class gzz.vob.Vob
addToListGL, addToListGL, intersect, putGL, putGL, putGL, putGL
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deleteObj

protected void deleteObj()
Specified by:
deleteObj in class GL.JavaObject

getHeight

public float getHeight()
Get the height of a single line.


getYOffs

public float getYOffs()
Get the offset (downwards from the top of the line) to the baseline.


getWidths

public void getWidths(float[] w)
Get the widths of the characters in the font.