1HEX2BDF(1)                  General Commands Manual                 HEX2BDF(1)
2
3
4

NAME

6       hex2bdf - Convert a GNU Unifont .hex file into a BDF font
7

SYNOPSIS

9       hex2bdf [options] < input-font.hex > output-font.bdf
10

DESCRIPTION

12       hex2bdf reads a sorted GNU Unifont .hex file (sorted with the Unix sort
13       utility) from STDIN and writes a BDF version of the font to STDOUT.
14

OPTIONS

16       -f "font-name"
17                   Specify the target font name.  If omitted, the default font
18                   name "Unifont" is assigned.
19
20       -v "font-version"
21                   Specify  the  target font version.  If omitted, the default
22                   version "1.0" is assigned.
23
24       -c "font-copyright"
25                   Specify the target font copyright information.  The default
26                   is the null string.
27
28       -r pixel-rows
29                   Specify  how  many pixel rows tall a glyph is.  The default
30                   is the traditional Unifont 16 rows of pixels.  This  is  an
31                   addition  to support unihex2png(1) and unipng2hex(1), which
32                   allow designing glyphs that are 16, 24, or  32  pixel  rows
33                   tall.
34

EXAMPLE

36       Sample usage:
37
38              hex2bdf -f "Unifont" -c "(C) 2013..." unifont.hex > unifont.bdf
39

FILES

41       *.hex GNU Unifont font files
42

SEE ALSO

44       bdfimplode(1),   hex2sfd(1),  hexbraille(1),  hexdraw(1),  hexkinya(1),
45       hexmerge(1),  johab2ucs2(1),  unibdf2hex(1),   unibmp2hex(1),   unibmp‐
46       bump(1), unicoverage(1), unidup(1), unifont(5), unifont-viewer(1), uni‐
47       font1per(1), unifontchojung(1), unifontksx(1),  unifontpic(1),  unigen‐
48       circles(1),   unigenwidth(1),   unihex2bmp(1),  unihex2png(1),  unihex‐
49       fill(1), unihexgen(1), unihexrotate(1), unipagecount(1), unipng2hex(1)
50

AUTHOR

52       hex2bdf was written by Roman Czyborra.
53

LICENSE

55       hex2bdf is Copyright © 1998 Roman Czyborra.
56
57       This program is free software; you can redistribute it and/or modify it
58       under  the  terms of the GNU General Public License as published by the
59       Free Software Foundation; either version 2 of the License, or (at  your
60       option) any later version.
61

BUGS

63       No known bugs exist.  Support for glyph heights other than 16 pixels is
64       brand new and has not been extensively tested.
65
66
67
68                                  2008 Jul 06                       HEX2BDF(1)
Impressum