1UNIFONT1PER(1) General Commands Manual UNIFONT1PER(1)
2
3
4
6 unifont1per - Create BMP glyph files from GNU Unifont .hex file
7
9 unifont1per < input_file.hex
10
12 unifont1per reads a GNU Unifont .hex file and for each code point in
13 the file, creates an output Bitmapped Graphics (".bmp") file in the
14 current directory. The filename for each output file is "U+code‐
15 point.bmp", where codepoint is the Unicode codepoint for the glyph.
16
17 Each glyph entry in a Unifont .hex file is expected to be 16 rows tall,
18 and can be 8, 16, 24, or 32 pixels wide. The glyph sizes in output
19 files are determined on a glyph-by-glyph basis.
20
21 This program can be of use in extracting individual glyphs to display
22 in a document or on a web page.
23
24 WARNING! This program generates one output file per code point that
25 appears in the input stream. If you feed this program a file with 1000
26 code points, it will generate 1000 files in your current directory.
27
29 None.
30
32 *.hex GNU Unifont font files, read from standard input
33
35 bdfimplode(1), hex2bdf(1), hex2otf(1), hex2sfd(1), hexbraille(1), hex‐
36 draw(1), hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1),
37 unibmp2hex(1), unibmpbump(1), unicoverage(1), unidup(1), unifont(5),
38 unifont-viewer(1), unifontchojung(1), unifontksx(1), unifontpic(1),
39 unigencircles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1), unihex‐
40 fill(1), unihexgen(1), unihexrotate(1), unipagecount(1), unipng2hex(1)
41
43 unifont1per was written by Paul Hardy.
44
46 unifont1per is Copyright © 2017 Paul Hardy.
47
48 This program is free software; you can redistribute it and/or modify it
49 under the terms of the GNU General Public License as published by the
50 Free Software Foundation; either version 2 of the License, or (at your
51 option) any later version.
52
54 No known real bugs exist, except that this software does not perform
55 extensive error checking on its input files. If they're not in the
56 format of the original GNU Unifont .hex file, all bets are off. Lines
57 can be terminated either with line feed, or carriage return plus line
58 feed.
59
60
61
62 2017 Jun 11 UNIFONT1PER(1)