www.LinuxHowtos.org
HEX2SFD
Section: User Commands (1)Updated: 2008 Jul 06
Index Return to Main Contents
NAME
hex2sfd - Convert a GNU Unifont .hex file into a FontForge .sfd format.SYNOPSIS
hex2sfd < input_font.hex > output_font.sfd
DESCRIPTION
hex2sfd reads a GNU Unifont .hex file from stdin and writes an outline font representation in FontForge Spline Font Database (.sfd) format. The resulting .sfd file can then be converted by FontForge into a TrueType .ttf font.FILES
- GNU Unifont .hex font files for input, FontForge .sfd font files for output
SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1)AUTHOR
hex2sfd was written by Luis Gonzalez Miranda in 2005, with modifications by Paul Hardy in 2008.LICENSE
hex2sfd is released under version 2 of the GNU General Public License, or (at your option) a later version.BUGS
No known bugs exist.