Overview
>
klyn.gui.windows
>
Painter
>
drawText
Overview
Index
Tree
Deprecated
klyn.gui.windows.Painter.drawText
method
public drawText(text as String, x as Int, y as Int) as Void:
Description
Java-style alias of `fillText`.
painter.drawText("Hello", 12, 24)