Handbook
Glossary
strip-font-colors ( font -- font' )
Vocabulary
fonts
Inputs
font
an
object
Outputs
font'
an
object
Definition
USING:
accessors
kernel
;
IN:
fonts
:
strip-font-colors
( font -- font' )
clone
f
>>background
f
>>foreground
;