tomwalters@0
|
1 .TH X11FONTS 1 "1 September 1993"
|
tomwalters@0
|
2
|
tomwalters@0
|
3 .SH NAME
|
tomwalters@0
|
4 x11fonts \- search and display fonts.
|
tomwalters@0
|
5
|
tomwalters@0
|
6 .SH SYNTAX
|
tomwalters@0
|
7 x11fonts [options] [name_patterns]
|
tomwalters@0
|
8
|
tomwalters@0
|
9 .SH DESCRIPTION
|
tomwalters@0
|
10
|
tomwalters@0
|
11 Display the font for each font name found in the current font search path
|
tomwalters@0
|
12 which matches a given name_pattern.
|
tomwalters@0
|
13 Each name_pattern may contain wild-card (*) characters, (but
|
tomwalters@0
|
14 names with wild-cards should be quoted to escape the shell).
|
tomwalters@0
|
15 The default name_pattern is "*", meaning all fontnames.
|
tomwalters@0
|
16
|
tomwalters@0
|
17 Each font is displayed in an X window in the form:
|
tomwalters@0
|
18
|
tomwalters@0
|
19 .nf
|
tomwalters@0
|
20 [m/n] <full fontname>
|
tomwalters@0
|
21
|
tomwalters@0
|
22 <alphabet>
|
tomwalters@0
|
23 .fi
|
tomwalters@0
|
24
|
tomwalters@0
|
25 showing the m'th font out of n fonts which match the current name_pattern.
|
tomwalters@0
|
26 The pointer is used to click through the fonts which match each given name_pattern
|
tomwalters@0
|
27 as follows:
|
tomwalters@0
|
28
|
tomwalters@0
|
29 .nf
|
tomwalters@0
|
30 left button
|
tomwalters@0
|
31 .fi
|
tomwalters@0
|
32
|
tomwalters@0
|
33 Clear the last font displayed and
|
tomwalters@0
|
34 display the font for the next fontname in its place.
|
tomwalters@0
|
35
|
tomwalters@0
|
36 .nf
|
tomwalters@0
|
37 centre button
|
tomwalters@0
|
38 .fi
|
tomwalters@0
|
39
|
tomwalters@0
|
40 Display the font for the next fontname beneath the last font
|
tomwalters@0
|
41 displayed. This is used to store particular fonts for comparison with others.
|
tomwalters@0
|
42 When successive fonts have filled the window
|
tomwalters@0
|
43 it is cleared and the last font is re-displayed at the top of
|
tomwalters@0
|
44 the window.
|
tomwalters@0
|
45
|
tomwalters@0
|
46 .nf
|
tomwalters@0
|
47 right button
|
tomwalters@0
|
48 .fi
|
tomwalters@0
|
49
|
tomwalters@0
|
50 Begin the next name_pattern.
|
tomwalters@0
|
51 The program quits when there are no more name patterns.
|
tomwalters@0
|
52
|
tomwalters@0
|
53 .SH OPTIONS
|
tomwalters@0
|
54
|
tomwalters@0
|
55 .nf
|
tomwalters@0
|
56 -n
|
tomwalters@0
|
57 .fi
|
tomwalters@0
|
58
|
tomwalters@0
|
59 Print on the stdout a count of the fonts found in the search
|
tomwalters@0
|
60 path which match each name_pattern.
|
tomwalters@0
|
61
|
tomwalters@0
|
62 .nf
|
tomwalters@0
|
63 -l
|
tomwalters@0
|
64 .fi
|
tomwalters@0
|
65
|
tomwalters@0
|
66 Print on the stdout a list of the font names found in the
|
tomwalters@0
|
67 search path which match each name_pattern.
|
tomwalters@0
|
68
|
tomwalters@0
|
69 .nf
|
tomwalters@0
|
70 -P
|
tomwalters@0
|
71 .fi
|
tomwalters@0
|
72
|
tomwalters@0
|
73 Print on the stdout the current font search path
|
tomwalters@0
|
74 (see: XGetFontPath XSetFontPath).
|
tomwalters@0
|
75
|
tomwalters@0
|
76
|
tomwalters@0
|
77 .SH EXAMPLES
|
tomwalters@0
|
78
|
tomwalters@0
|
79 1. Print a count of how many fonts match the name_pattern "-adobe*" and then
|
tomwalters@0
|
80 list their names on the stdout.
|
tomwalters@0
|
81
|
tomwalters@0
|
82 .nf
|
tomwalters@0
|
83 x11fonts -n "-adobe*"
|
tomwalters@0
|
84 x11fonts -l "-adobe*"
|
tomwalters@0
|
85 .fi
|
tomwalters@0
|
86
|
tomwalters@0
|
87 2. Compare fonts "fixed" and "variable" (use button sequence: right, centre).
|
tomwalters@0
|
88
|
tomwalters@0
|
89 .nf
|
tomwalters@0
|
90 x11fonts fixed variable
|
tomwalters@0
|
91 .fi
|
tomwalters@0
|
92
|
tomwalters@0
|
93 3. Display the alphabet of a particular font name "7x14", then of all fonts
|
tomwalters@0
|
94 ending with the pattern "x16", and then of all bold fonts.
|
tomwalters@0
|
95
|
tomwalters@0
|
96 .nf
|
tomwalters@0
|
97 x11fonts 7x14 "*x16" "*bold*"
|
tomwalters@0
|
98 .fi
|
tomwalters@0
|
99
|
tomwalters@0
|
100 .SH COPYRIGHT
|
tomwalters@0
|
101 .LP
|
tomwalters@0
|
102 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
|
tomwalters@0
|
103 .LP
|
tomwalters@0
|
104 Permission to use, copy, modify, and distribute this software without fee
|
tomwalters@0
|
105 is hereby granted for research purposes, provided that this copyright
|
tomwalters@0
|
106 notice appears in all copies and in all supporting documentation, and that
|
tomwalters@0
|
107 the software is not redistributed for any fee (except for a nominal
|
tomwalters@0
|
108 shipping charge). Anyone wanting to incorporate all or part of this
|
tomwalters@0
|
109 software in a commercial product must obtain a license from the Medical
|
tomwalters@0
|
110 Research Council.
|
tomwalters@0
|
111 .LP
|
tomwalters@0
|
112 The MRC makes no representations about the suitability of this
|
tomwalters@0
|
113 software for any purpose. It is provided "as is" without express or
|
tomwalters@0
|
114 implied warranty.
|
tomwalters@0
|
115 .LP
|
tomwalters@0
|
116 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
tomwalters@0
|
117 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
tomwalters@0
|
118 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
|
tomwalters@0
|
119 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
tomwalters@0
|
120 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
tomwalters@0
|
121 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
tomwalters@0
|
122 SOFTWARE.
|
tomwalters@0
|
123
|