unifont-7.0.01.tar.gz
[unifont.git] / man / unibdf2hex.1
1 .TH UNIBDF2HEX 1 "2013 Jul 07"
2 .SH NAME
3 unibdf2hex \- Convert BDF font glyphs into Unifont .hex glyphs
4 .SH SYNOPSIS
5 .br
6 .B unibdf2hex
7 <
8 .I input-font.bdf
9 >
10 .I output-font.hex
11 .SH DESCRIPTION
12 .B unibdf2hex
13 reads a BDF font file, extracting selected code points and printing
14 them on stdout in Unifont .hex format.  This program was used to
15 extract CJK ideographs from the 16x16 version of Wen Quan Yi's BDF
16 font.  Currently the program is hard-coded to only extract those
17 code points that comprise the "wqy.hex" source font file used to
18 build "unifont.hex" but this source code could easily be modified.
19 .SH FILES
20 *.hex GNU Unifont font files
21 .SH SEE ALSO
22 .BR bdfimplode(1),
23 .BR hex2bdf(1),
24 .BR hex2sfd(1),
25 .BR hexbraille(1),
26 .BR hexdraw(1),
27 .BR hexkinya(1),
28 .BR hexmerge(1),
29 .BR johab2ucs2(1),
30 .BR unibmp2hex(1),
31 .BR unicoverage(1),
32 .BR unidup(1),
33 .BR unifont(5),
34 .BR unifont-viewer(1),
35 .BR unifontchojung(1),
36 .BR unifontksx(1),
37 .BR unifontpic(1),
38 .BR unigencircles(1),
39 .BR unigenwidth(1),
40 .BR unihex2bmp(1),
41 .BR unihex2png(1),
42 .BR unihexgen(1),
43 .BR unipagecount(1),
44 .BR unipng2hex(1)
45 .SH AUTHOR
46 .B unibdf2hex
47 was written by Paul Hardy.
48 .SH LICENSE
49 .B unibdf2hex
50 is Copyright \(co 2008 Paul Hardy.
51 .PP
52 This program is free software; you can redistribute it and/or modify
53 it under the terms of the GNU General Public License as published by
54 the Free Software Foundation; either version 2 of the License, or
55 (at your option) any later version.
56 .SH BUGS
57 No known bugs exist.