Handbook
Glossary
default-font-background ( -- color )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Customizing gadget appearance
»
Implementing custom drawing logic
»
Rendering text
»
Fonts
Prev:
default-font-foreground ( -- color )
Next:
default-monospace-font-name ( -- name )
Vocabulary
fonts
Inputs
None
Outputs
color
an
object
Definition
USING:
colors
kernel
namespaces
;
IN:
fonts
:
default-font-background
( -- color )
\
default-font-background
get
COLOR:
white
or
;