Handbook
Glossary
text>image ( string color -- image )
Vocabulary
game
.
debug
.
private
Inputs
string
an
object
color
an
object
Outputs
image
an
object
Definition
USING:
accessors
kernel
ui.text
;
IN:
game.debug.private
:
text>image
( string color -- image )
debug-text-font
clone
swap
>>foreground
swap
string>image
drop
;