com.partnersoft.gui
Class BitmapFont

java.lang.Object
  extended by com.partnersoft.gui.BitmapFont

public class BitmapFont
extends java.lang.Object

Renders bitmap fonts for OpenGL.

Author:
Russell Cagle Copyright 2004 Partner Software, Inc.

Nested Class Summary
static class BitmapFont.BitmapGlyph
           
 
Field Summary
 int descent
           
 BitmapFont.BitmapGlyph[] glyphs
           
 int height
           
 float v
           
 
Constructor Summary
BitmapFont(java.awt.Font font)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glyphs

public BitmapFont.BitmapGlyph[] glyphs

descent

public int descent

height

public int height

v

public float v
Constructor Detail

BitmapFont

public BitmapFont(java.awt.Font font)