ReferenceGlyphGrid
class ReferenceGlyphGrid(grid: Array<Array<BufferedImage?>>, val glyphWidth: Int, val glyphHeight: Int) : MutableGlyphGrid<BufferedImage>
A mutable GlyphGrid implementation that just stores references to BufferedImages.