ui.text vocabulary - Factor Documentation (original) (raw)
ui.text vocabulary
Factor handbook » Vocabulary index
Documentation
Rendering text
Metadata
Parents: | ui |
---|---|
Authors: | Slava Pestov |
Words
Generic words
Word | Stack effect |
---|---|
![]() |
( font text -- ) |
![]() |
( font -- metrics ) |
![]() |
( font string -- metrics ) |
![]() |
( n font string -- x ) |
![]() |
( font string -- image loc ) |
![]() |
( font text -- dim ) |
![]() |
( x font string -- n ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( font text -- h ) |
![]() |
( font text -- w ) |
Files
resource:basis/ui/text/text.factor
resource:basis/ui/text/text-docs.factor
resource:basis/ui/text/text-tests.factor
Metadata files
resource:basis/ui/text/authors.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
UI text rendering implementation using macOS Core Text |
![]() |
UI text rendering implementation using cross-platform Pango library |
![]() |
UI text rendering implementation using the MS Windows Uniscribe library |