]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - fonts/syntax/syntax-docs.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / fonts / syntax / syntax-docs.factor
1 USING: help.syntax help.markup ;
2 IN: fonts.syntax
3
4 HELP: FONT:
5 { $syntax "\"testing\" <label> FONT: 18 serif bold ... ;" }
6 { $description "Used after a gadget to change font settings.  Attributes can be in any order: the first number is set as the size, the style attributes like bold and italic will set the bold? and italic? slots, and font-names like serif or monospace will set the name slot." } ;