draw-string ( font string -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » Rendering text

Prev:string-dim ( font string -- dim )


Vocabulary
ui.text.private

Inputs
fonta font
stringa string


Outputs
None

Generic word contract
Draws a line of text.

Definition