Vocabularyio.
stylesWord descriptionCharacter style. Font size, an integer.
ExamplesThis example outputs some different font sizes:
USING: hashtables io io.styles kernel sequences ;
{ 12 18 24 72 }
[ "Bigger" swap font-size associate format nl ] each
Definition