| Package | Description |
|---|---|
| org.lazywizard.lazylib.ui |
Contains classes and methods for rendering text and simple GUI elements.
|
| Class and Description |
|---|
| FontException
Thrown if
LazyFont.loadFont(String) encounters an error loading or parsing a bitmap font. |
| LazyFont
An efficiently drawable bitmap font implementation.
|
| LazyFont.DrawableString
Represents an efficiently redrawable block of text.
|
| LazyFont.LazyChar
Keeps track of the metadata for each supported character in a font.
|