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), hexbraille(1), hexdraw(1), hexkinya(1),
23 hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1), unibmp‐
24 bump(1), unicoverage(1), unidup(1), unifont(5), unifont-viewer(1), uni‐
25 font1per(1), unifontchojung(1), unifontksx(1), unifontpic(1), unigen‐
26 circles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1), unihex‐
27 fill(1), unihexgen(1), unihexrotate(1), unipagecount(1), unipng2hex(1)
28
30 hex2sfd was written by Luis Alejandro Gonzalez Miranda in 2005, with
31 modifications by Paul Hardy in 2008.
32
34 hex2sfd is Copyright © 2005 Luis Alejandro Gonzalez Miranda, © 2008
35 Paul Hardy.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the terms of the GNU General Public License as published by the
39 Free Software Foundation; either version 2 of the License, or (at your
40 option) any later version.
41
43 No known bugs exist.
44
45
46
47 2008 Jul 06 HEX2SFD(1)