Package-level declarations
Types
Link copied to clipboard
Represents a grid of code points.
Link copied to clipboard
An interface for dealing with different types of glyph texture types for BitmapProviders.
Link copied to clipboard
Represents a bitmap
font provider.
Link copied to clipboard
Represents a grid of code points.
Link copied to clipboard
Link copied to clipboard
Represents a mutable grid of code points.
Link copied to clipboard
Link copied to clipboard
class ReferenceGlyphGrid(grid: Array<Array<BufferedImage?>>, val glyphWidth: Int, val glyphHeight: Int) : MutableGlyphGrid<BufferedImage>
A mutable GlyphGrid implementation that just stores references to BufferedImages.