fontgroupcontributed - olikraus/ucglib GitHub Wiki
freedoomr10
Reference
Fonts on this page have been downloaded from http://uschok.de/~doommaster/freedoomr10r.bdf. See also Arduino Forum: http://arduino.cc/forum/index.php/topic,91395.75.html.
Copyright
Public domain.
Font Details
10
freedoomr25
Reference
Fonts on this page have been downloaded from http://uschok.de/~doommaster/freedoomr25n.bdf. See also Arduino Forum: http://arduino.cc/forum/index.php/topic,91395.75.html.
Copyright
Feel free to do whatever you want with it... this font is Free in all human and lawful senses.
Font Details
25
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. |