summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/ssf.helpmark
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/ssf.helpmark')
-rw-r--r--macros/text1/cms_help_files/ssf.helpmark50
1 files changed, 50 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/ssf.helpmark b/macros/text1/cms_help_files/ssf.helpmark
new file mode 100644
index 0000000000..1d7173e845
--- /dev/null
+++ b/macros/text1/cms_help_files/ssf.helpmark
@@ -0,0 +1,50 @@
++-----------------------------------------------------------------------------+
+| selectspecificfont |
++-----------------------------------------------------------------------------+
+
+Abbreviation: ã|\ssfã%
+
+Parameters: ã|catalog name, font size, leadingã%
+
+ ã|Description:ã%
+The \selectspecificfont markup permits you to include fonts that are not
+members of sets or families, and have an \interlineskip associated with it.
+The format of this markup is,
+
+\selectspecificfont{catalog name}{font size}{leading}
+
+where catalog name is the system name for that font without the font size
+specification. (Complete lists of the catalog names can be found by going
+to the TEXT1 help menu, or by looking in the Font Catalogs.) The font
+size is the size in points of that face. The leading is the interlineskip
+
+specification. You cannot use "default" for the leading as you can with
+\selectfontset.
+ To access a specific font made available with \selectspecificfont, you
+enter a backslash, followed by the catalog name, followed by the font size,
+and ending with a semicolon.
+
+ ã|Example:ã%
+This example makes the Computer Modern Slanted font at 12 points available
+for use. After specifying,
+
+\selectspecificfont{cmsl}{12}{14pt}
+
+you would then enter "\cmsl12;" to use this font. For example,
+
+\selectspecificfont{cmsl}{12}{14pt}
+\twelvept
+\cl{\cmsl12; Nuclear Utopia}
+Nuclear war is unthinkable.
+
++-----------------------------------------------------------------------------+
+| |
+| Nuclear Utopia |
+| Nuclear war is unthinkable. |
+| |
++-----------------------------------------------------------------------------+
+
+ ã|Notes:ã%
+Each font specified with \selectspecificfont must be followed by a
+semicolon.
+ You cannot use "default" for the leading as you can with \selectfontset.