]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/fonts/syntax/syntax-docs.factor
768f0b7b85db74bd023f6336e43a17956b3563a5
[factor.git] / unmaintained / 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." } ;