summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/ssf.helpmark
blob: 1d7173e8455c86f81bdd3c971bede414990b56f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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.