TileLayer.writeTextToMap

Writes a text to the map. This function is a bit rudamentary, as it doesn't handle word breaks, and needs per-line writing. Requires the text to be in 16 bit format

class TileLayer
public @nogc @safe pure nothrow
void
writeTextToMap
(
const int x
,
const int y
,
const ubyte color
,
wstring text
,
BitmapAttrib atrb = BitmapAttrib.init
)

Meta