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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
@comment TROFF INPUT: .TH HEXDRAW 1 "2008 Jul 06"
@node hexdraw
@section hexdraw
@c DEBUG: print_menu("@section")
@menu
* hexdraw NAME::
* hexdraw SYNOPSIS::
* hexdraw DESCRIPTION::
* hexdraw FILES::
* hexdraw SEE ALSO::
* hexdraw AUTHOR::
* hexdraw LICENSE::
* hexdraw BUGS::
@end menu
@comment TROFF INPUT: .SH NAME
@node hexdraw NAME
@subsection hexdraw NAME
@c DEBUG: print_menu("hexdraw NAME")
hexdraw @minus{} Convert a GNU Unifont .hex file to and from an ASCII text file
@comment TROFF INPUT: .SH SYNOPSIS
@node hexdraw SYNOPSIS
@subsection hexdraw SYNOPSIS
@c DEBUG: print_menu("hexdraw SYNOPSIS")
@comment TROFF INPUT: .br
@comment .br
@comment TROFF INPUT: .B hexdraw
@b{hexdraw}
<
@comment TROFF INPUT: .I input-font.hex
@i{input-font.hex}
>
@comment TROFF INPUT: .I output-font.txt
@i{output-font.txt}
@comment TROFF INPUT: .br
@comment .br
@comment TROFF INPUT: .B hexdraw
@b{hexdraw}
<
@comment TROFF INPUT: .I input-font.txt
@i{input-font.txt}
>
@comment TROFF INPUT: .I output-font.hex
@i{output-font.hex}
@comment TROFF INPUT: .SH DESCRIPTION
@node hexdraw DESCRIPTION
@subsection hexdraw DESCRIPTION
@c DEBUG: print_menu("hexdraw DESCRIPTION")
@comment TROFF INPUT: .B hexdraw
@b{hexdraw}
reads a sorted GNU Unifont .hex file from STDIN and writes a two
dimensional ASCII art rendering for each glyph to STDOUT. The
output file can be edited with any text editor, then converted
back into a .hex file.
Unifont ASCII hexadecimal glyphs are 16 pixels high and can be
8, 16, 24, or 32 pixels wide.
@comment TROFF INPUT: .SH FILES
@node hexdraw FILES
@subsection hexdraw FILES
@c DEBUG: print_menu("hexdraw FILES")
*.hex GNU Unifont font files
@comment TROFF INPUT: .SH SEE ALSO
@node hexdraw SEE ALSO
@subsection hexdraw SEE ALSO
@c DEBUG: print_menu("hexdraw SEE ALSO")
@comment TROFF INPUT: .BR bdfimplode(1),
@b{bdfimplode(1),}
@comment TROFF INPUT: .BR hex2bdf(1),
@b{hex2bdf(1),}
@comment TROFF INPUT: .BR hex2sfd(1),
@b{hex2sfd(1),}
@comment TROFF INPUT: .BR hexbraille(1),
@b{hexbraille(1),}
@comment TROFF INPUT: .BR hexkinya(1),
@b{hexkinya(1),}
@comment TROFF INPUT: .BR hexmerge(1),
@b{hexmerge(1),}
@comment TROFF INPUT: .BR johab2ucs2(1),
@b{johab2ucs2(1),}
@comment TROFF INPUT: .BR unibdf2hex(1),
@b{unibdf2hex(1),}
@comment TROFF INPUT: .BR unibmp2hex(1),
@b{unibmp2hex(1),}
@comment TROFF INPUT: .BR unicoverage(1),
@b{unicoverage(1),}
@comment TROFF INPUT: .BR unidup(1),
@b{unidup(1),}
@comment TROFF INPUT: .BR unifont(5),
@b{unifont(5),}
@comment TROFF INPUT: .BR unifont-viewer(1),
@b{unifont-viewer(1),}
@comment TROFF INPUT: .BR unifont1per(1),
@b{unifont1per(1),}
@comment TROFF INPUT: .BR unifontchojung(1),
@b{unifontchojung(1),}
@comment TROFF INPUT: .BR unifontksx(1),
@b{unifontksx(1),}
@comment TROFF INPUT: .BR unifontpic(1),
@b{unifontpic(1),}
@comment TROFF INPUT: .BR unigencircles(1),
@b{unigencircles(1),}
@comment TROFF INPUT: .BR unigenwidth(1),
@b{unigenwidth(1),}
@comment TROFF INPUT: .BR unihex2bmp(1),
@b{unihex2bmp(1),}
@comment TROFF INPUT: .BR unihex2png(1),
@b{unihex2png(1),}
@comment TROFF INPUT: .BR unihexfill(1),
@b{unihexfill(1),}
@comment TROFF INPUT: .BR unihexgen(1),
@b{unihexgen(1),}
@comment TROFF INPUT: .BR unipagecount(1),
@b{unipagecount(1),}
@comment TROFF INPUT: .BR unipng2hex(1)
@b{unipng2hex(1)}
@comment TROFF INPUT: .SH AUTHOR
@node hexdraw AUTHOR
@subsection hexdraw AUTHOR
@c DEBUG: print_menu("hexdraw AUTHOR")
@comment TROFF INPUT: .B hexdraw
@b{hexdraw}
was written by Roman Czyborra.
@comment TROFF INPUT: .SH LICENSE
@node hexdraw LICENSE
@subsection hexdraw LICENSE
@c DEBUG: print_menu("hexdraw LICENSE")
@comment TROFF INPUT: .B hexdraw
@b{hexdraw}
is Copyright @copyright{} 1998 Roman Czyborra.
@comment TROFF INPUT: .PP
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@comment TROFF INPUT: .SH BUGS
@node hexdraw BUGS
@subsection hexdraw BUGS
@c DEBUG: print_menu("hexdraw BUGS")
No known bugs exist.
|