Module bitmap_font::tamzen
source · Expand description
Tamzen font-based bitmap fonts. The included glyphs are a subset of ISO 8859-1 plus the unicode powerline symbols. Additional symbols might be added in the future. If you are missing a glyph that is included in the Tamzen font, please open an issue.
Each font comes with a pixel-double version that can be used with no significant additional flash size cost. You can also adjust the pixel multiplier yourself if you want even bigger fonts, or save even more flash space.
Font | Flash Size (in Byte) | Screenshot | Pixel-double Font | Pixel-double Screenshot |
---|---|---|---|---|
FONT_5x9 | 972 | FONT_10x18 | ||
FONT_5x9_BOLD | 972 | FONT_10x18_BOLD | ||
FONT_6x12 | 1,584 | FONT_12x24 | ||
FONT_6x12_BOLD | 1,584 | FONT_12x24_BOLD | ||
FONT_7x13 | 1,976 | FONT_14x26 | ||
FONT_7x13_BOLD | 1,976 | FONT_14x26_BOLD | ||
FONT_7x14 | 2,128 | FONT_14x28 | ||
FONT_7x14_BOLD | 2,128 | FONT_14x28_BOLD | ||
FONT_8x15 | 2,640 | FONT_16x30 | ||
FONT_8x15_BOLD | 2,640 | FONT_16x30_BOLD | ||
FONT_8x16 | 2,816 | FONT_16x32 | ||
FONT_8x16_BOLD | 2,816 | FONT_16x32_BOLD | ||
FONT_10x20 | 4,320 | FONT_20x40 | ||
FONT_10x20_BOLD | 4,320 | FONT_20x40_BOLD |
Constants
- Tamzen 5x9 Font.
- Tamzen 5x9 Bold Font.
- Tamzen 6x12 Font.
- Tamzen 6x12 Bold Font.
- Tamzen 7x13 Font.
- Tamzen 7x13 Bold Font.
- Tamzen 7x14 Font.
- Tamzen 7x14 Bold Font.
- Tamzen 8x15 Font.
- Tamzen 8x15 Bold Font.
- Tamzen 8x16 Font.
- Tamzen 8x16 Bold Font.
- Pixel-double version of
FONT_5x9
. - Pixel-double version of
FONT_5x9_BOLD
. - Tamzen 10x20 Font.
- Tamzen 10x20 Bold Font.
- Pixel-double version of
FONT_6x12
. - Pixel-double version of
FONT_6x12_BOLD
. - Pixel-double version of
FONT_7x13
. - Pixel-double version of
FONT_7x13_BOLD
. - Pixel-double version of
FONT_7x14
. - Pixel-double version of
FONT_7x14_BOLD
. - Pixel-double version of
FONT_8x15
. - Pixel-double version of
FONT_8x15_BOLD
. - Pixel-double version of
FONT_8x16
. - Pixel-double version of
FONT_8x16_BOLD
. - Pixel-double version of
FONT_10x20
. - Pixel-double version of
FONT_10x20_BOLD
.