fontgroupunifont - olikraus/ucglib GitHub Wiki
Reference
Name: GNU Unifont
Unifont has been updated for Ucglib v1.2.
Download location: ftp://ftp.gnu.org/gnu/unifont/unifont-7.0.06/
The Unifont project page is here: https://savannah.gnu.org/projects/unifont.
Copyright
Font Copyright Statement: "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Qianqian Fang, Andrew Miller, et al. Licensed under the GNU General Public License; either version 2, or (at your option) a later version, with the GNU Font Embedding Exception."
License: http://unifoundry.com/LICENSE.txt
GNU Font Embedding Exception: http://www.gnu.org/licenses/gpl-faq.html#FontException
Font Details
Notes
Build Mode | Font Purpose | Description |
---|---|---|
0 | t |
Transparent font, use together with UCG_FONT_MODE_TRANSPARENT . |
1 | h |
All glyphs have common height, use together with UCG_FONT_MODE_TRANSPARENT and UCG_FONT_MODE_SOLID . |
2 | m |
All glyphs have common height and width (monospace), use together with UCG_FONT_MODE_TRANSPARENT and UCG_FONT_MODE_SOLID . |
3 | 8 |
All glyphs have common height and width, use together with UCG_FONT_MODE_TRANSPARENT and UCG_FONT_MODE_SOLID . Height and width are devisible by 8. |
Font Char Set | Description |
---|---|
f |
The font includes up to 256 glyphs. |
r |
Only glyphs on the range of the ASCII codes 32 to 127 are included in the font. |
n |
Only numbers and extra glyphs for writing date and time strings are included in the font. |