1SHOWFONT(1)                 General Commands Manual                SHOWFONT(1)
2
3
4

NAME

6       showfont - font dumper for X font server
7

SYNOPSIS

9       showfont [ -options ... ] -fn pattern
10

DESCRIPTION

12       Showfont  displays  data  about  a font that matches the given pattern.
13       The information shown includes font information, font properties, char‐
14       acter metrics, and character bitmaps.
15
16       The wildcard character "*" can be used to match any sequence of charac‐
17       ters (including none) in the font name, and "?" can be  used  to  match
18       any  single  character.   The  "*" and "?" characters must be quoted to
19       prevent them from being expanded by the shell.  If no pattern is given,
20       "*" is assumed.
21

OPTIONS

23       -server servername
24               The  X font server to contact.  servername must be specified in
25               one of the formats defined in the Font Server Names section  of
26               X(7).    If  not  specified,  the server name in the FONTSERVER
27               environment variable is used.
28
29       -fn name
30               The font to display.
31
32       -lsb    The bit order of the  font  should  be  requested  as  LSBFirst
33               (least significant bit first).
34
35       -msb    The bit order of the font should be requested as MSBFirst (most
36               significant bit first).
37
38       -LSB    The byte order of the font  should  be  requested  as  LSBFirst
39               (least significant byte first).
40
41       -MSB    The  byte  order  of  the  font should be requested as MSBFirst
42               (most significant byte first).
43
44       -ext[ents_only]
45               Only the character extents should be  displayed,  but  not  the
46               bitmaps.
47
48       -start char
49               The  start of the range of the characters to display (char is a
50               number).
51
52       -end char
53               The end of the range of the characters to display  (char  is  a
54               number).
55
56       -unit n The scanline unit of the font (8, 16, 32, or 64).
57
58       -pad n  The scanpad unit of the font (8, 16, 32, or 64).
59
60       -b[itmap_pad] n
61               The  bitmap  padding  unit  of the font (0, 1, or 2, where 0 is
62               ImageRectMin, 1 is ImageRectMaxWidth and 2 is ImageRectMax).
63
64       -noprops
65               Do not show the font properties.
66
67       -version
68               Print the program version and exit.
69

SEE ALSO

71       xfs(1), fslsfonts(1), fstobdf(1), xlsfonts(1), X(7).
72

ENVIRONMENT

74       FONTSERVER
75               the default X font server to contact.  The server name must  be
76               specified  in  one  of  the  formats defined in the Font Server
77               Names section of X(7).
78
80       Copyright 1991, Network Computing Devices, Inc.
81       See X(7) for a full statement of rights and permissions.
82

AUTHOR

84       Dave Lemke, Network Computing Devices, Inc.
85
86
87
88X Version 11                    showfont 1.0.5                     SHOWFONT(1)
Impressum