]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - fonts/syntax/syntax-docs.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / fonts / syntax / syntax-docs.factor
diff --git a/fonts/syntax/syntax-docs.factor b/fonts/syntax/syntax-docs.factor
new file mode 100644 (file)
index 0000000..768f0b7
--- /dev/null
@@ -0,0 +1,6 @@
+USING: help.syntax help.markup ;
+IN: fonts.syntax
+
+HELP: FONT:
+{ $syntax "\"testing\" <label> FONT: 18 serif bold ... ;" }
+{ $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." } ;