text
Draws unwrapped plain text in the default Font.
Parameters
text
to draw
at
this point
fill
to fill with
open fun text(text: String, at: Point = Origin, stroke: Stroke, fill: Paint? = null, textSpacing: TextSpacing = default)
Draws unwrapped plain text in the default Font.
Parameters
text
to draw
at
this point
stroke
to outline with
fill
to fill with
abstract fun text(text: String, font: Font?, at: Point, fill: Paint, textSpacing: TextSpacing = default)
Draws unwrapped plain text.
Parameters
text
to draw
font
to use
at
this point
fill
to fill with
abstract fun text(text: String, font: Font?, at: Point, stroke: Stroke, fill: Paint? = null, textSpacing: TextSpacing = default)
Draws unwrapped plain text.
Parameters
text
to draw
font
to use
at
this point
stroke
to outline with
fill
to fill with
Draws styled text.
Parameters
text
to draw
at
this point