RasterGlyphGrid

constructor(gridWidth: Int, gridHeight: Int, glyphWidth: Int, glyphHeight: Int, raster: IntArray)

Parameters

glyphWidth

The width of each glyph.

glyphHeight

The height of each glyph.

gridWidth

The width of the grid, i.e. the number of columns.

gridHeight

The height of the grid, i.e. the number of rows.

raster

The backing raster.