| Parents: | ui |
| Authors: | Slava Pestov |
| Word | Stack effect |
draw-text | ( font text -- ) |
font-metrics | ( font -- metrics ) |
line-metrics | ( font string -- metrics ) |
offset>x | ( n font string -- x ) |
string>image | ( font string -- image loc ) |
text-dim | ( font text -- dim ) |
x>offset | ( x font string -- n ) |
| Word | Stack effect |
text-height | ( font text -- h ) |
text-width | ( font text -- w ) |
| Vocabulary | Summary |
ui.text.uniscribe | UI text rendering implementation using the MS Windows Uniscribe library |
ui.text.pango | UI text rendering implementation using cross-platform Pango library |
ui.text.text.factor | |
ui.text.authors.txt | |
ui.text.core-text | UI text rendering implementation using macOS Core Text |
ui.text.text-tests.factor | |
ui.text.text-docs.factor |