gnu.app.redbook
Class BitmapFont
java.lang.Object
gnu.app.Application
gnu.x11.Application
gnu.x11.extension.glx.Application
gnu.app.redbook.BitmapFont
public class BitmapFont
- extends Application
Draw some texts in a bitmapped font. To demonstrate GL.bitmap(int, int, float, float, float, float, byte[])
,
other pixel routines, and the use of display lists. Modified from
font.c
.
- See Also:
-
screenshot,
help output
Constructor Summary |
BitmapFont(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitmapFont
public BitmapFont(java.lang.String[] args)
main
public static void main(java.lang.String[] args)