summaryrefslogtreecommitdiffstats
path: root/graphics/bdfedit/bdfedit.pod
blob: 809e2426b7d2ef324e4865467aa734830c5274c1 (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
51
52
# pod source for bdfedit man page. Convert with:
# pod2man --stderr -s1 -cSlackBuilds.org -r1.3 -u bdfedit.pod > bdfedit.1

=pod

=encoding utf8

=head1 NAME

bdfedit - Tcl/Tk-based editor for BDF fonts

=head1 SYNOPSIS

bdfedit [I<filename>|I<->|I<font@[server[:port]]>]

=head1 DESCRIPTION

Running bdfedit brings up the font editing window.  If a font was
specified on the command line, this font is loaded (use B<-> to load a
font from stdin).  The font must be a BDF font, and can be specified
as a filename.  It may also be the name of a font, and a fontserver,
in one of the following forms:

  font@server:port
  font@server           (defaults to port 7100)
  font@                 (defaults to localhost:7100)

and "font" should be the name of the font. In order to use this method,
you must have "fstobdf" installed on your system and in your PATH, and
you must have a fontserver running somewhere. Fonts loaded this way will
assume the filename is the same as the fontname (without the server or
port), with ".bdf" appended. This method of specifying fonts may also
be used when opening fonts with the "Load" option in the "File" menu.

See B</usr/doc/bdfedit-1.3/bdfedit.help> for more information.

=head1 OPTIONS

B<bdfedit> takes no options.

=head1 FILES

  $HOME/.bdfeditrc

Defaults to use for newly-created fonts. See B</usr/doc/bdfedit-1.3/bdfedit.samprc>.

=head1 AUTHOR

B<bdfedit> is © 2000 Thomas A. Fine.

Man page created by B. Watson <yalhcru@gmail.com>, for the SlackBuilds.org project (but
it may be used by anyone).