1HEX2SFD(1) General Commands Manual HEX2SFD(1)
2
3
4
6 hex2sfd - Convert a GNU Unifont .hex file into a FontForge .sfd format
7
9 hex2sfd < input-font.hex > output-font.sfd
10
12 hex2sfd reads a GNU Unifont .hex file from STDIN and writes an outline
13 font representation in FontForge Spline Font Database (.sfd) format.
14 The resulting .sfd file can then be converted by FontForge into a True‐
15 Type .ttf font.
16
18 GNU Unifont .hex font files for input, FontForge .sfd font files for
19 output
20
22 bdfimplode(1), hex2bdf(1), hex2otf(1), hexbraille(1), hexdraw(1),
23 hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1),
24 unibmpbump(1), unicoverage(1), unidup(1), unifont(5), unifont-
25 viewer(1), unifont1per(1), unifontchojung(1), unifontksx(1), unifont‐
26 pic(1), unigencircles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1),
27 unihexfill(1), unihexgen(1), unihexrotate(1), unipagecount(1),
28 unipng2hex(1)
29
31 hex2sfd was written by Luis Alejandro González Miranda in 2005, with
32 modifications by Paul Hardy in 2008.
33
35 hex2sfd is Copyright © 2005 Luis Alejandro González Miranda, © 2008
36 Paul Hardy.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the terms of the GNU General Public License as published by the
40 Free Software Foundation; either version 2 of the License, or (at your
41 option) any later version.
42
44 No known bugs exist.
45
46
47
48 2008 Jul 06 HEX2SFD(1)