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

Prev:draw-text ( font text -- )
Next:string-width ( font string -- w )


Vocabulary
ui.text

Inputs
fonta font
stringa string


Outputs
imagean image
loca pair of real numbers


Word description
Renders a line of text into an image.

Definition


Methods