1HEXDRAW(1) General Commands Manual HEXDRAW(1)
2
3
4
6 hexdraw - Convert a GNU Unifont .hex file to and from an ASCII text
7 file
8
10 hexdraw < input-font.hex > output-font.txt
11 hexdraw < input-font.txt > output-font.hex
12
14 hexdraw reads a sorted GNU Unifont .hex file from STDIN and writes a
15 two dimensional ASCII art rendering for each glyph to STDOUT. The out‐
16 put file can be edited with any text editor, then converted back into a
17 .hex file. Unifont ASCII hexadecimal glyphs are 16 pixels high and can
18 be 8, 16, 24, or 32 pixels wide.
19
21 *.hex GNU Unifont font files
22
24 bdfimplode(1), hex2bdf(1), hex2otf(1), hex2sfd(1), hexbraille(1),
25 hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1),
26 unibmpbump(1), unicoverage(1), unidup(1), unifont(5), unifont-
27 viewer(1), unifont1per(1), unifontchojung(1), unifontksx(1), unifont‐
28 pic(1), unigencircles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1),
29 unihexfill(1), unihexgen(1), unihexrotate(1), unipagecount(1),
30 unipng2hex(1)
31
33 hexdraw was written by Roman Czyborra.
34
36 hexdraw is Copyright © 1998 Roman Czyborra.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the terms of the GNU General Public License as published by the
40 Free Software Foundation; either version 2 of the License, or (at your
41 option) any later version.
42
44 No known bugs exist.
45
46
47
48 2008 Jul 06 HEXDRAW(1)