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