939 lines
62 KiB
Markdown
939 lines
62 KiB
Markdown
|
|
[tocstart]: # (toc start)
|
|
|
|
* [U8g2 Font List](#u8g2-font-list)
|
|
* [U8g2 Font Names](#u8g2-font-names)
|
|
* [U8g2 Fonts, Capital A Height 3..8](#u8g2-fonts-capital-a-height-38)
|
|
* [3 Pixel Height](#3-pixel-height)
|
|
* [4 Pixel Height](#4-pixel-height)
|
|
* [5 Pixel Height](#5-pixel-height)
|
|
* [6 Pixel Height](#6-pixel-height)
|
|
* [7 Pixel Height](#7-pixel-height)
|
|
* [8 Pixel Height](#8-pixel-height)
|
|
|
|
[tocend]: # (toc end)
|
|
|
|
# U8g2 Font List
|
|
|
|
* Font List 3-8 Pixel Height (this page)
|
|
* [Font List 9-12 Pixel Height](fntlist12)
|
|
* [Font List 13-16 Pixel Height](fntlist16)
|
|
* [Font List 17-99 Pixel Height](fntlist99)
|
|
|
|
# U8g2 Font Names
|
|
|
|
```
|
|
<prefix> '_' <name> '_' <purpose> <char set>
|
|
```
|
|
|
|
| `<purpose>` | Description |
|
|
|---------------------|---------------------|
|
|
| `t` | Transparent font, Do not use a background color. |
|
|
| `h` | All glyphs have common height. |
|
|
| `m` | All glyphs have common height and width (monospace). |
|
|
| `8` | All glyphs fit into a 8x8 pixel box. |
|
|
|
|
| `<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. |
|
|
| `u` | Only glyphs on the range of the ASCII codes 32 to 95 (uppercase chars) are included in the font. |
|
|
| `n` | Only numbers and extra glyphs for writing date and time strings are included in the font. |
|
|
| ... | Other custom character list.
|
|
|
|
# U8g2 Fonts, Capital A Height 3..8
|
|
|
|
## 3 Pixel Height
|
|
|
|
 u8g2_font_minimal3x3_tu [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_3x3basic_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_pearfont_tr [dafont](fntgrpdafont)
|
|
|
|
|
|
## 4 Pixel Height
|
|
|
|
 u8g2_font_u8glib_4_tf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_u8glib_4_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_u8glib_4_hf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_u8glib_4_hr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny_gk_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_threepix_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_eventhrees_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_fourmat_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_fourmat_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_fourmat_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_p01type_tf [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_p01type_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_p01type_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
|
|
## 5 Pixel Height
|
|
|
|
 u8g2_font_m2icon_5_tf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5_tf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5_te [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5_t_all [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5duo_tf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5duo_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5duo_te [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_tiny5duo_t_all [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_04b_03b_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_04b_03_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_micro_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_micro_tn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_micro_mr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_micro_mn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_tf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_tn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_mf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_mr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_mn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_4x6_t_cyrillic [X11](fntgrpx11)
|
|
|
|
 u8g2_font_tom_thumb_4x6_t_all [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_tf [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_tr [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_tn [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_te [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_mf [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_mr [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_mn [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tom_thumb_4x6_me [Tom-Thumb](fntgrptomthumb)
|
|
|
|
 u8g2_font_tinytim_tf [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_tinytim_tr [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_tinytim_tn [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_tiny_simon_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tiny_simon_mr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_smolfont_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_smolfont_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_smolfont_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tinyunicode_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tinyunicode_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tinyunicode_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_micropixel_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_micropixel_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_micropixel_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tinypixie2_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_standardized3x5_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_fivepx_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_3x5im_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_3x5im_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_3x5im_mr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_wedge_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_kibibyte_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_kibibyte_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tinyface_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_tinyface_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_baby_tf [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_baby_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_baby_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_blipfest_07_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_blipfest_07_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_chikita_tf [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_chikita_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_chikita_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_pixelle_micro_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_pixelle_micro_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_trixel_square_tf [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_trixel_square_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_trixel_square_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
|
|
## 6 Pixel Height
|
|
|
|
 u8g2_font_squeezed_r6_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_r6_tn [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_b6_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_b6_tn [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_5x7_tf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x7_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x7_tn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x7_mf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x7_mr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x7_mn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x7_t_cyrillic [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x8_tf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x8_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x8_mf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x8_mr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x8_t_cyrillic [X11](fntgrpx11)
|
|
|
|
 u8g2_font_profont10_tf [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont10_tr [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont10_tn [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont10_mf [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont10_mr [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont10_mn [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_iranian_sans_8_t_all [Persian](fntgrppersian)
|
|
|
|
 u8g2_font_synchronizer_nbp_tf [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_synchronizer_nbp_tr [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_synchronizer_nbp_tn [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_smallsimple_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_smallsimple_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_PixelTheatre_tr [JapanYoshi](fntgrpjapanyoshi)
|
|
|
|
 u8g2_font_PixelTheatre_te [JapanYoshi](fntgrpjapanyoshi)
|
|
|
|
 u8g2_font_spleen5x8_mf [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_spleen5x8_mr [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_spleen5x8_mu [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_spleen5x8_me [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_pixelpoiiz_tr [dafont](fntgrpdafont)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_tf [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_tr [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_tn [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_te [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_all [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_chinese1 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_chinese2 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_chinese3 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_gb2312 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_gb2312a [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_7x7_t_gb2312b [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_tf [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_tr [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_tn [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_te [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_all [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_chinese1 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_chinese2 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_chinese3 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_gb2312 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_gb2312a [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_t_gb2312b [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_tf [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_tr [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_tn [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_te [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_all [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_chinese1 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_chinese2 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_chinese3 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_gb2312 [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_gb2312a [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_boutique_bitmap_9x9_bold_t_gb2312b [BoutiqueBitmap](fntgrpbb)
|
|
|
|
 u8g2_font_b10_t_japanese1 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b10_t_japanese2 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b10_b_t_japanese1 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b10_b_t_japanese2 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_chroma48medium8_8r [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_chroma48medium8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_chroma48medium8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_courB08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_courB08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_courB08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_courR08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_courR08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_courR08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_pcsenior_8f [Codeman38](fntgrpcodeman38)
|
|
|
|
 u8g2_font_pcsenior_8r [Codeman38](fntgrpcodeman38)
|
|
|
|
 u8g2_font_pcsenior_8n [Codeman38](fntgrpcodeman38)
|
|
|
|
 u8g2_font_pcsenior_8u [Codeman38](fntgrpcodeman38)
|
|
|
|
|
|
## 7 Pixel Height
|
|
|
|
 u8g2_font_m2icon_7_tf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_r7_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_r7_tn [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_b7_tr [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_squeezed_b7_tn [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_5x8_tn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_5x8_mn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x10_tf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x10_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x10_mf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x10_mr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_tf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_te [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_mf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_mr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_me [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_t_symbols [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_m_symbols [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x12_t_cyrillic [X11](fntgrpx11)
|
|
|
|
 u8g2_font_siji_t_6x10 [Siji Icon Font](fntgrpsiji)
|
|
|
|
 u8g2_font_open_iconic_arrow_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_other_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_profont11_tf [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont11_tr [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont11_tn [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont11_mf [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont11_mr [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont11_mn [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_iranian_sans_10_t_all [Persian](fntgrppersian)
|
|
|
|
 u8g2_font_mozart_nbp_tf [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_mozart_nbp_tr [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_mozart_nbp_tn [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_mozart_nbp_t_all [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_mozart_nbp_h_all [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_roentgen_nbp_tf [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_roentgen_nbp_tr [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_roentgen_nbp_tn [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_roentgen_nbp_t_all [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_roentgen_nbp_h_all [NBP](fntgrpnbp)
|
|
|
|
 u8g2_font_sandyforest_tr [JayWright](fntgrpjaywright)
|
|
|
|
 u8g2_font_sandyforest_tn [JayWright](fntgrpjaywright)
|
|
|
|
 u8g2_font_sandyforest_tu [JayWright](fntgrpjaywright)
|
|
|
|
 u8g2_font_resoledbold_tr [JosephKnightcom](fntgrpjosephknightcom)
|
|
|
|
 u8g2_font_resoledmedium_tr [JosephKnightcom](fntgrpjosephknightcom)
|
|
|
|
 u8g2_font_lord_mr [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_oskool_tf [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_oskool_tr [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_oskool_tn [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_finderskeepers_tf [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_finderskeepers_tr [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_finderskeepers_tn [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_sirclivethebold_tr [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_sirclivethebold_tn [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_sirclive_tr [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_sirclive_tn [GilesBooth](fntgrpgilesbooth)
|
|
|
|
 u8g2_font_simple1_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_simple1_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_simple1_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_likeminecraft_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_heisans_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_minicute_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_minicute_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_stylishcharm_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_stylishcharm_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_bpixel_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_bpixel_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_minuteconsole_mr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_minuteconsole_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_new3x9pixelfont_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_new3x9pixelfont_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_new3x9pixelfont_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_IPAandRUSLCD_tf [JapanYoshi](fntgrpjapanyoshi)
|
|
|
|
 u8g2_font_IPAandRUSLCD_tr [JapanYoshi](fntgrpjapanyoshi)
|
|
|
|
 u8g2_font_IPAandRUSLCD_te [JapanYoshi](fntgrpjapanyoshi)
|
|
|
|
 u8g2_font_BitTypeWriter_tr [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_BitTypeWriter_te [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_Georgia7px_tf [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_Georgia7px_tr [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_Georgia7px_te [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_NokiaSmallBold_tf [HasanKazan](fntgrphasankazan)
|
|
|
|
 u8g2_font_NokiaSmallBold_tr [HasanKazan](fntgrphasankazan)
|
|
|
|
 u8g2_font_NokiaSmallBold_te [HasanKazan](fntgrphasankazan)
|
|
|
|
 u8g2_font_NokiaSmallPlain_tf [HasanKazan](fntgrphasankazan)
|
|
|
|
 u8g2_font_NokiaSmallPlain_tr [HasanKazan](fntgrphasankazan)
|
|
|
|
 u8g2_font_NokiaSmallPlain_te [HasanKazan](fntgrphasankazan)
|
|
|
|
 u8g2_font_spleen5x8_mn [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_nokiafc22_tf [dafont](fntgrpdafont)
|
|
|
|
 u8g2_font_nokiafc22_tr [dafont](fntgrpdafont)
|
|
|
|
 u8g2_font_nokiafc22_tn [dafont](fntgrpdafont)
|
|
|
|
 u8g2_font_nokiafc22_tu [dafont](fntgrpdafont)
|
|
|
|
 u8g2_font_b12_t_japanese1 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b12_t_japanese2 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b12_t_japanese3 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b12_b_t_japanese1 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b12_b_t_japanese2 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_b12_b_t_japanese3 [efont](fntgrpefont)
|
|
|
|
 u8g2_font_artossans8_8r [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_artossans8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_artossans8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_artosserif8_8r [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_artosserif8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_artosserif8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_saikyosansbold8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_saikyosansbold8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_torussansbold8_8r [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_torussansbold8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_torussansbold8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_victoriabold8_8r [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_victoriabold8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_victoriabold8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_victoriamedium8_8r [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_victoriamedium8_8n [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_victoriamedium8_8u [Open Game Art](fntgrpopengameart)
|
|
|
|
 u8g2_font_timB08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_timB08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_timB08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_timR08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_timR08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_timR08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_lucasfont_alternate_tf [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_lucasfont_alternate_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_lucasfont_alternate_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_haxrcorp4089_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_haxrcorp4089_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_haxrcorp4089_t_cyrillic [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_pxplusibmcgathin_8f [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcgathin_8r [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcgathin_8n [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcgathin_8u [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcga_8f [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcga_8r [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcga_8n [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplusibmcga_8u [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplustandynewtv_8f [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplustandynewtv_8r [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplustandynewtv_8n [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplustandynewtv_8u [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplustandynewtv_t_all [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
 u8g2_font_pxplustandynewtv_8_all [Oldschool PC Fonts](fntgrpoldschoolpcfonts)
|
|
|
|
|
|
## 8 Pixel Height
|
|
|
|
 u8g2_font_m2icon_9_tf [U8glib](fntgrpu8g)
|
|
|
|
 u8g2_font_amstrad_cpc_extended_8f [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_amstrad_cpc_extended_8r [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_amstrad_cpc_extended_8n [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_amstrad_cpc_extended_8u [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_cursor_tf [X11](fntgrpx11)
|
|
|
|
 u8g2_font_cursor_tr [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x10_tn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_6x10_mn [X11](fntgrpx11)
|
|
|
|
 u8g2_font_t0_11_tf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_tr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_te [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_mf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_mr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_me [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_t_all [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11_t_symbol [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11b_tf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11b_tr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11b_te [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11b_mf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11b_mr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_11b_me [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_tf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_tr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_te [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_mf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_mr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_me [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12_t_symbol [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12b_tf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12b_tr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12b_te [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12b_mf [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12b_mr [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_t0_12b_me [UW ttyp0](fntgrpttyp0)
|
|
|
|
 u8g2_font_open_iconic_all_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_app_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_check_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_email_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_embedded_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_gui_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_human_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_mime_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_play_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_text_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_thing_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_weather_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_open_iconic_www_1x_t [Open Iconic](fntgrpiconic)
|
|
|
|
 u8g2_font_profont12_tf [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont12_tr [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont12_tn [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont12_mf [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont12_mr [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_profont12_mn [Profont](fntgrpprofont)
|
|
|
|
 u8g2_font_samim_10_t_all [Persian](fntgrppersian)
|
|
|
|
 u8g2_font_samim_fd_10_t_all [Persian](fntgrppersian)
|
|
|
|
 u8g2_font_diodesemimono_tr [JosephKnightcom](fntgrpjosephknightcom)
|
|
|
|
 u8g2_font_bitcasual_tf [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_bitcasual_tr [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_bitcasual_tn [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_bitcasual_tu [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_bitcasual_t_all [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_abel_mr [Geoff](fntgrpgeoff)
|
|
|
|
 u8g2_font_nerhoe_tf [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_nerhoe_tr [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_nerhoe_tn [Tulamide](fntgrptulamide)
|
|
|
|
 u8g2_font_medsans_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_originalsans_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_scrum_tf [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_scrum_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_scrum_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_busdisplay8x5_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_littlemissloudonbold_tr [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_littlemissloudonbold_te [bitfontmaker2](fntgrpbitfontmaker2)
|
|
|
|
 u8g2_font_HelvetiPixel_tr [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_Wizzard_tr [Pentacom](fntgrppentacom)
|
|
|
|
 u8g2_font_spleen6x12_mf [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_spleen6x12_mr [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_spleen6x12_mu [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_spleen6x12_me [Spleen](fntgrpspleen)
|
|
|
|
 u8g2_font_wqy12_t_chinese1 [Wqy (Chinese Font)](fntgrpwqy)
|
|
|
|
 u8g2_font_wqy12_t_chinese2 [Wqy (Chinese Font)](fntgrpwqy)
|
|
|
|
 u8g2_font_wqy12_t_chinese3 [Wqy (Chinese Font)](fntgrpwqy)
|
|
|
|
 u8g2_font_wqy12_t_gb2312 [Wqy (Chinese Font)](fntgrpwqy)
|
|
|
|
 u8g2_font_wqy12_t_gb2312a [Wqy (Chinese Font)](fntgrpwqy)
|
|
|
|
 u8g2_font_wqy12_t_gb2312b [Wqy (Chinese Font)](fntgrpwqy)
|
|
|
|
 u8g2_font_helvB08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvB08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvB08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvB08_te [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvR08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvR08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvR08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_helvR08_te [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenB08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenB08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenB08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenB08_te [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenR08_tf [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenR08_tr [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenR08_tn [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_ncenR08_te [Adobe X11](fntgrpadobex11)
|
|
|
|
 u8g2_font_luBIS08_tf [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBIS08_tr [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBIS08_tn [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBIS08_te [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBS08_tf [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBS08_tr [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBS08_tn [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luBS08_te [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luIS08_tf [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luIS08_tr [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luIS08_tn [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luIS08_te [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luRS08_tf [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luRS08_tr [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luRS08_tn [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_luRS08_te [lucida](fntgrplucida)
|
|
|
|
 u8g2_font_robot_de_niro_tf [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_robot_de_niro_tr [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_robot_de_niro_tn [Fontstruct](fntgrpfontstruct)
|
|
|
|
 u8g2_font_gulim11_t_korean1 [Gulim](fntgrpgulim)
|
|
|
|
 u8g2_font_gulim11_t_korean2 [Gulim](fntgrpgulim)
|
|
|
|
 u8g2_font_pressstart2p_8f [Codeman38](fntgrpcodeman38)
|
|
|
|
 u8g2_font_pressstart2p_8r [Codeman38](fntgrpcodeman38)
|
|
|
|
 u8g2_font_pressstart2p_8n [Codeman38](fntgrpcodeman38)
|
|
|
|
 u8g2_font_pressstart2p_8u [Codeman38](fntgrpcodeman38)
|
|
|