unifont-6.3.20131215.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 .PP
18 .SH FILES
19 GNU Unifont .hex font files for input, FontForge .sfd font files for output
20 .SH SEE ALSO
21 .BR bdfimplode(1),
22 .BR hex2bdf(1),
23 .BR hexbraille(1),
24 .BR hexdraw(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 unifontchojung(1),
33 .BR unifontksx(1),
34 .BR unifontpic(1),
35 .BR unigencircles(1),
36 .BR unigenwidth(1),
37 .BR unihex2bmp(1),
38 .BR unihex2png(1),
39 .BR unihexgen(1),
40 .BR unipagecount(1),
41 .BR unipng2hex(1)
42 .SH AUTHOR
43 .B hex2sfd
44 was written by Luis Alejandro Gonzalez Miranda in 2005,
45 with modifications by Paul Hardy in 2008.
46 .SH LICENSE
47 .B hex2sfd
48 is Copyright \(co 2005 Luis Alejandro Gonzalez Miranda,
49 \(co 2008 Paul Hardy.
50 .PP
51 This program is free software; you can redistribute it and/or modify
52 it under the terms of the GNU General Public License as published by
53 the Free Software Foundation; either version 2 of the License, or
54 (at your option) any later version.
55 .SH BUGS
56 No known bugs exist.