HEX (Unifont)
From Just Solve the File Format Problem
(Difference between revisions)
(example) |
(→Software) |
||
| Line 12: | Line 12: | ||
* [https://ftp.gnu.org/gnu/unifont/ Unifont] (also [http://unifoundry.com/pub/unifont/ here)] | * [https://ftp.gnu.org/gnu/unifont/ Unifont] (also [http://unifoundry.com/pub/unifont/ here)] | ||
** <code>hex2bdf</code>, <code>bdfimplode</code>, <code>hex2sfd</code>, <code>unifontpic</code>, <code>unifont-viewer</code>, etc. | ** <code>hex2bdf</code>, <code>bdfimplode</code>, <code>hex2sfd</code>, <code>unifontpic</code>, <code>unifont-viewer</code>, etc. | ||
| + | * {{Deark}} | ||
== Example == | == Example == | ||
Latest revision as of 15:54, 28 December 2025
HEX is a bitmap font format associated with the GNU Unifont project. It is a plain text-based format, and uses hex encoding. It is very limited, and used mainly as an intermediate format.
GNU Unifont is a project to create and maintain a free bitmap font containing all of the defined characters in Unicode's Basic Multilingual Plane. Many non-BMP characters are also covered in some way, though they seem to be second-class citizens.
Contents |
[edit] Software
[edit] Example
Glyph for ASCII capital 'A'.
0041:0000000018242442427E424242420000
Decoded to bitmap with 0 as "." and 1 as "@", this line gives :
........ ........ ........ ........ ...@@... ..@..@.. ..@..@.. .@....@. .@....@. .@@@@@@. .@....@. .@....@. .@....@. .@....@. ........ ........
[edit] Samples files
- unifont-11.0.02.tar.gz → font/precompiled/unifont-11.0.02.hex, etc.