Tags: | fonts |
Authors: | Slava Pestov |
Class | Superclass | Slots |
font | tuple | name size bold? italic? foreground background |
metrics | tuple | width ascent descent height leading cap-height x-height |
selection | tuple | string start end color |
Word | Stack effect |
<font> | ( name -- font ) |
<selection> | ( string start end color -- selection ) |
compute-height | ( metrics -- metrics ) |
default-font-background | ( -- color ) |
default-font-foreground | ( -- color ) |
default-font-size | ( -- size ) |
default-monospace-font-name | ( -- name ) |
default-sans-serif-font-name | ( -- name ) |
default-serif-font-name | ( -- name ) |
derive-font | ( base font -- font' ) |
font-with-background | ( font color -- font' ) |
font-with-foreground | ( font color -- font' ) |
font-with-size | ( font size -- font' ) |
monospace-font | ( -- font ) |
reverse-video-font | ( font -- font ) |
sans-serif-font | ( -- font ) |
serif-font | ( -- font ) |
strip-font-colors | ( font -- font' ) |
Word | Stack effect |
font? | ( object -- ? ) |
metrics? | ( object -- ? ) |
selection? | ( object -- ? ) |