bdfedit.pod 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # pod source for bdfedit man page. Convert with:
  2. # pod2man --stderr -s1 -cSlackBuilds.org -r1.3 -u bdfedit.pod > bdfedit.1
  3. =pod
  4. =encoding utf8
  5. =head1 NAME
  6. bdfedit - Tcl/Tk-based editor for BDF fonts
  7. =head1 SYNOPSIS
  8. bdfedit [I<filename>|I<->|I<font@[server[:port]]>]
  9. =head1 DESCRIPTION
  10. Running bdfedit brings up the font editing window. If a font was
  11. specified on the command line, this font is loaded (use B<-> to load a
  12. font from stdin). The font must be a BDF font, and can be specified
  13. as a filename. It may also be the name of a font, and a fontserver,
  14. in one of the following forms:
  15. font@server:port
  16. font@server (defaults to port 7100)
  17. font@ (defaults to localhost:7100)
  18. and "font" should be the name of the font. In order to use this method,
  19. you must have "fstobdf" installed on your system and in your PATH, and
  20. you must have a fontserver running somewhere. Fonts loaded this way will
  21. assume the filename is the same as the fontname (without the server or
  22. port), with ".bdf" appended. This method of specifying fonts may also
  23. be used when opening fonts with the "Load" option in the "File" menu.
  24. See B</usr/doc/bdfedit-1.3/bdfedit.help> for more information.
  25. =head1 OPTIONS
  26. B<bdfedit> takes no options.
  27. =head1 FILES
  28. $HOME/.bdfeditrc
  29. Defaults to use for newly-created fonts. See B</usr/doc/bdfedit-1.3/bdfedit.samprc>.
  30. =head1 AUTHOR
  31. B<bdfedit> is © 2000 Thomas A. Fine.
  32. Man page created by B. Watson <yalhcru@gmail.com>, for the SlackBuilds.org project (but
  33. it may be used by anyone).