unifont-7.0.01.tar.gz
[unifont.git] / man / hex2sfd.1
1 .TH HEX2SFD 1 "2008 Jul 06"
2 .SH NAME
3 hex2sfd \- Convert a GNU Unifont .hex file into a FontForge .sfd format
4 .SH SYNOPSIS
5 .br
6 .B hex2sfd
7 <
8 .I input-font.hex
9 >
10 .I output-font.sfd
11 .SH DESCRIPTION
12 .B hex2sfd
13 reads a GNU Unifont .hex file from STDIN and writes an outline font
14 representation in FontForge Spline Font Database (.sfd) format.
15 The resulting .sfd file can then be converted by FontForge into
16 a TrueType .ttf font.
17 .SH FILES
18 GNU Unifont .hex font files for input, FontForge .sfd font files for output
19 .SH SEE ALSO
20 .BR bdfimplode(1),
21 .BR hex2bdf(1),
22 .BR hexbraille(1),
23 .BR hexdraw(1),
24 .BR hexkinya(1),
25 .BR hexmerge(1),
26 .BR johab2ucs2(1),
27 .BR unibdf2hex(1),
28 .BR unibmp2hex(1),
29 .BR unicoverage(1),
30 .BR unidup(1),
31 .BR unifont(5),
32 .BR unifont-viewer(1),
33 .BR unifontchojung(1),
34 .BR unifontksx(1),
35 .BR unifontpic(1),
36 .BR unigencircles(1),
37 .BR unigenwidth(1),
38 .BR unihex2bmp(1),
39 .BR unihex2png(1),
40 .BR unihexgen(1),
41 .BR unipagecount(1),
42 .BR unipng2hex(1)
43 .SH AUTHOR
44 .B hex2sfd
45 was written by Luis Alejandro Gonzalez Miranda in 2005,
46 with modifications by Paul Hardy in 2008.
47 .SH LICENSE
48 .B hex2sfd
49 is Copyright \(co 2005 Luis Alejandro Gonzalez Miranda,
50 \(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.