unifont-6.3.20131020.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 .PP
20 .SH FILES
21 .TP 15
22 *.hex GNU Unifont font files
23 .SH SEE ALSO
24 .BR bdfimplode (1),
25 .BR hex2bdf (1),
26 .BR hex2sfd (1),
27 .BR hexbraille (1),
28 .BR hexdraw (1),
29 .BR hexmerge (1),
30 .BR johab2ucs2 (1),
31 .BR unifontpic (1),
32 .BR unibmp2hex (1),
33 .BR unicoverage (1),
34 .BR unidup (1),
35 .BR unigencircles (1),
36 .BR unigenwidth (1),
37 .BR unihex2bmp (1),
38 .BR unihexgen (1),
39 .BR unipagecount (1),
40 .BR uniunmask (1)
41 .SH AUTHOR
42 .B unibdf2hex
43 was written by Paul Hardy.
44 .SH LICENSE
45 .B unibdf2hex
46 is released under the terms of the GNU General Public License, either
47 Version 2, or (at your option) a later version.
48 .SH BUGS
49 No known bugs exist.