comparison man/man1/x11fonts.1 @ 0:5242703e91d3 tip

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