com.badlogic.gdx.graphics.g2d.stbtt
Class StbTrueTypeFont.Bitmap
java.lang.Object
com.badlogic.gdx.graphics.g2d.stbtt.StbTrueTypeFont.Bitmap
- All Implemented Interfaces:
- Disposable
- Enclosing class:
- StbTrueTypeFont
public static class StbTrueTypeFont.Bitmap
- extends java.lang.Object
- implements Disposable
|
Method Summary |
void |
dispose()
Releases all resources of this object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
pixmap
public final Pixmap pixmap
box
public final StbTrueTypeFont.Box box
StbTrueTypeFont.Bitmap
public StbTrueTypeFont.Bitmap(Pixmap pixmap,
StbTrueTypeFont.Box box)
dispose
public void dispose()
- Description copied from interface:
Disposable
- Releases all resources of this object.
- Specified by:
dispose in interface Disposable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)