unifont-7.0.01.tar.gz
[unifont.git] / doc / hex2sfd.texi
1 @comment TROFF INPUT: .TH HEX2SFD 1 "2008 Jul 06"
2
3 @node hex2sfd
4 @section hex2sfd
5 @c DEBUG: print_menu("@section")
6
7 @menu
8 * hex2sfd NAME::
9 * hex2sfd SYNOPSIS::
10 * hex2sfd DESCRIPTION::
11 * hex2sfd FILES::
12 * hex2sfd SEE ALSO::
13 * hex2sfd AUTHOR::
14 * hex2sfd LICENSE::
15 * hex2sfd BUGS::
16
17 @end menu
18
19
20 @comment TROFF INPUT: .SH NAME
21
22 @node hex2sfd NAME
23 @subsection hex2sfd NAME
24 @c DEBUG: print_menu("hex2sfd NAME")
25
26 hex2sfd @minus{} Convert a GNU Unifont .hex file into a FontForge .sfd format
27 @comment TROFF INPUT: .SH SYNOPSIS
28
29 @node hex2sfd SYNOPSIS
30 @subsection hex2sfd SYNOPSIS
31 @c DEBUG: print_menu("hex2sfd SYNOPSIS")
32
33 @comment TROFF INPUT: .br
34 @comment .br
35 @comment TROFF INPUT: .B hex2sfd
36 @b{hex2sfd}
37 <
38 @comment TROFF INPUT: .I input-font.hex
39 @i{input-font.hex}
40 >
41 @comment TROFF INPUT: .I output-font.sfd
42 @i{output-font.sfd}
43 @comment TROFF INPUT: .SH DESCRIPTION
44
45 @node hex2sfd DESCRIPTION
46 @subsection hex2sfd DESCRIPTION
47 @c DEBUG: print_menu("hex2sfd DESCRIPTION")
48
49 @comment TROFF INPUT: .B hex2sfd
50 @b{hex2sfd}
51 reads a GNU Unifont .hex file from STDIN and writes an outline font
52 representation in FontForge Spline Font Database (.sfd) format.
53 The resulting .sfd file can then be converted by FontForge into
54 a TrueType .ttf font.
55 @comment TROFF INPUT: .SH FILES
56
57 @node hex2sfd FILES
58 @subsection hex2sfd FILES
59 @c DEBUG: print_menu("hex2sfd FILES")
60
61 GNU Unifont .hex font files for input, FontForge .sfd font files for output
62 @comment TROFF INPUT: .SH SEE ALSO
63
64 @node hex2sfd SEE ALSO
65 @subsection hex2sfd SEE ALSO
66 @c DEBUG: print_menu("hex2sfd SEE ALSO")
67
68 @comment TROFF INPUT: .BR bdfimplode(1),
69 @b{bdfimplode(1),}
70 @comment TROFF INPUT: .BR hex2bdf(1),
71 @b{hex2bdf(1),}
72 @comment TROFF INPUT: .BR hexbraille(1),
73 @b{hexbraille(1),}
74 @comment TROFF INPUT: .BR hexdraw(1),
75 @b{hexdraw(1),}
76 @comment TROFF INPUT: .BR hexkinya(1),
77 @b{hexkinya(1),}
78 @comment TROFF INPUT: .BR hexmerge(1),
79 @b{hexmerge(1),}
80 @comment TROFF INPUT: .BR johab2ucs2(1),
81 @b{johab2ucs2(1),}
82 @comment TROFF INPUT: .BR unibdf2hex(1),
83 @b{unibdf2hex(1),}
84 @comment TROFF INPUT: .BR unibmp2hex(1),
85 @b{unibmp2hex(1),}
86 @comment TROFF INPUT: .BR unicoverage(1),
87 @b{unicoverage(1),}
88 @comment TROFF INPUT: .BR unidup(1),
89 @b{unidup(1),}
90 @comment TROFF INPUT: .BR unifont(5),
91 @b{unifont(5),}
92 @comment TROFF INPUT: .BR unifont-viewer(1),
93 @b{unifont-viewer(1),}
94 @comment TROFF INPUT: .BR unifontchojung(1),
95 @b{unifontchojung(1),}
96 @comment TROFF INPUT: .BR unifontksx(1),
97 @b{unifontksx(1),}
98 @comment TROFF INPUT: .BR unifontpic(1),
99 @b{unifontpic(1),}
100 @comment TROFF INPUT: .BR unigencircles(1),
101 @b{unigencircles(1),}
102 @comment TROFF INPUT: .BR unigenwidth(1),
103 @b{unigenwidth(1),}
104 @comment TROFF INPUT: .BR unihex2bmp(1),
105 @b{unihex2bmp(1),}
106 @comment TROFF INPUT: .BR unihex2png(1),
107 @b{unihex2png(1),}
108 @comment TROFF INPUT: .BR unihexgen(1),
109 @b{unihexgen(1),}
110 @comment TROFF INPUT: .BR unipagecount(1),
111 @b{unipagecount(1),}
112 @comment TROFF INPUT: .BR unipng2hex(1)
113 @b{unipng2hex(1)}
114 @comment TROFF INPUT: .SH AUTHOR
115
116 @node hex2sfd AUTHOR
117 @subsection hex2sfd AUTHOR
118 @c DEBUG: print_menu("hex2sfd AUTHOR")
119
120 @comment TROFF INPUT: .B hex2sfd
121 @b{hex2sfd}
122 was written by Luis Alejandro Gonzalez Miranda in 2005,
123 with modifications by Paul Hardy in 2008.
124 @comment TROFF INPUT: .SH LICENSE
125
126 @node hex2sfd LICENSE
127 @subsection hex2sfd LICENSE
128 @c DEBUG: print_menu("hex2sfd LICENSE")
129
130 @comment TROFF INPUT: .B hex2sfd
131 @b{hex2sfd}
132 is Copyright @copyright{} 2005 Luis Alejandro Gonzalez Miranda,
133 @copyright{} 2008 Paul Hardy.
134 @comment TROFF INPUT: .PP
135
136 This program is free software; you can redistribute it and/or modify
137 it under the terms of the GNU General Public License as published by
138 the Free Software Foundation; either version 2 of the License, or
139 (at your option) any later version.
140 @comment TROFF INPUT: .SH BUGS
141
142 @node hex2sfd BUGS
143 @subsection hex2sfd BUGS
144 @c DEBUG: print_menu("hex2sfd BUGS")
145
146 No known bugs exist.