bdfedit.1 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
  2. .\"
  3. .\" Standard preamble:
  4. .\" ========================================================================
  5. .de Sp \" Vertical space (when we can't use .PP)
  6. .if t .sp .5v
  7. .if n .sp
  8. ..
  9. .de Vb \" Begin verbatim text
  10. .ft CW
  11. .nf
  12. .ne \\$1
  13. ..
  14. .de Ve \" End verbatim text
  15. .ft R
  16. .fi
  17. ..
  18. .\" Set up some character translations and predefined strings. \*(-- will
  19. .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
  20. .\" double quote, and \*(R" will give a right double quote. \*(C+ will
  21. .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
  22. .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
  23. .\" nothing in troff, for use with C<>.
  24. .tr \(*W-
  25. .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
  26. .ie n \{\
  27. . ds -- \(*W-
  28. . ds PI pi
  29. . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
  30. . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
  31. . ds L" ""
  32. . ds R" ""
  33. . ds C` ""
  34. . ds C' ""
  35. 'br\}
  36. .el\{\
  37. . ds -- \|\(em\|
  38. . ds PI \(*p
  39. . ds L" ``
  40. . ds R" ''
  41. . ds C`
  42. . ds C'
  43. 'br\}
  44. .\"
  45. .\" Escape single quotes in literal strings from groff's Unicode transform.
  46. .ie \n(.g .ds Aq \(aq
  47. .el .ds Aq '
  48. .\"
  49. .\" If the F register is turned on, we'll generate index entries on stderr for
  50. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  51. .\" entries marked with X<> in POD. Of course, you'll have to process the
  52. .\" output yourself in some meaningful fashion.
  53. .\"
  54. .\" Avoid warning from groff about undefined register 'F'.
  55. .de IX
  56. ..
  57. .nr rF 0
  58. .if \n(.g .if rF .nr rF 1
  59. .if (\n(rF:(\n(.g==0)) \{
  60. . if \nF \{
  61. . de IX
  62. . tm Index:\\$1\t\\n%\t"\\$2"
  63. ..
  64. . if !\nF==2 \{
  65. . nr % 0
  66. . nr F 2
  67. . \}
  68. . \}
  69. .\}
  70. .rr rF
  71. .\" ========================================================================
  72. .\"
  73. .IX Title "BDFEDIT 1"
  74. .TH BDFEDIT 1 "2015-02-02" "1.3" "SlackBuilds.org"
  75. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  76. .\" way too many mistakes in technical documents.
  77. .if n .ad l
  78. .nh
  79. .SH "NAME"
  80. bdfedit \- Tcl/Tk\-based editor for BDF fonts
  81. .SH "SYNOPSIS"
  82. .IX Header "SYNOPSIS"
  83. bdfedit [\fIfilename\fR|\fI\-\fR|\fIfont@[server[:port]]\fR]
  84. .SH "DESCRIPTION"
  85. .IX Header "DESCRIPTION"
  86. Running bdfedit brings up the font editing window. If a font was
  87. specified on the command line, this font is loaded (use \fB\-\fR to load a
  88. font from stdin). The font must be a \s-1BDF\s0 font, and can be specified
  89. as a filename. It may also be the name of a font, and a fontserver,
  90. in one of the following forms:
  91. .PP
  92. .Vb 3
  93. \& font@server:port
  94. \& font@server (defaults to port 7100)
  95. \& font@ (defaults to localhost:7100)
  96. .Ve
  97. .PP
  98. and \*(L"font\*(R" should be the name of the font. In order to use this method,
  99. you must have \*(L"fstobdf\*(R" installed on your system and in your \s-1PATH,\s0 and
  100. you must have a fontserver running somewhere. Fonts loaded this way will
  101. assume the filename is the same as the fontname (without the server or
  102. port), with \*(L".bdf\*(R" appended. This method of specifying fonts may also
  103. be used when opening fonts with the \*(L"Load\*(R" option in the \*(L"File\*(R" menu.
  104. .PP
  105. See \fB/usr/doc/bdfedit\-1.3/bdfedit.help\fR for more information.
  106. .SH "OPTIONS"
  107. .IX Header "OPTIONS"
  108. \&\fBbdfedit\fR takes no options.
  109. .SH "FILES"
  110. .IX Header "FILES"
  111. .Vb 1
  112. \& $HOME/.bdfeditrc
  113. .Ve
  114. .PP
  115. Defaults to use for newly-created fonts. See \fB/usr/doc/bdfedit\-1.3/bdfedit.samprc\fR.
  116. .SH "AUTHOR"
  117. .IX Header "AUTHOR"
  118. \&\fBbdfedit\fR is © 2000 Thomas A. Fine.
  119. .PP
  120. Man page created by B. Watson <yalhcru@gmail.com>, for the SlackBuilds.org project (but
  121. it may be used by anyone).