issue #634
This commit is contained in:
parent
41a850913e
commit
292e51abb7
|
@ -221,6 +221,8 @@ struct fontinfo fi[] ={
|
|||
{ 0, "freedoomr10r.bdf", "freedoomr10", 0, 0, BM_T|BM_M, FM_C, MM_U, "", ""},
|
||||
{ 0, "freedoomr25n.bdf", "freedoomr25", 0, 0, BM_T|BM_M, FM_C, MM_N, "", ""},
|
||||
|
||||
{ 0, "7Segments_26x42.bdf", "7Segments_26x42", 0, 0, BM_M, FM_C, MM_N, "", ""},
|
||||
|
||||
{ 0, "amstrad_cpc_extended.bdf", "amstrad_cpc_extended", 2, 0, BM_8, FM_C|FM_8, MM_F|MM_R|MM_U|MM_N, "" , ""},
|
||||
|
||||
{ 0, "cursor.bdf", "cursor", 1, 0, BM_T, FM_C, MM_C, "0-223>32", "f" },
|
||||
|
|
|
@ -12,5 +12,7 @@ freedoomr10r: Contributed to u8glib, ported to u8g2. Copyright: Public domain.
|
|||
|
||||
freedoomr25n: Contributed to u8glib, ported to u8g2. Copyright: Feel free to do whatever you want with it... this font is Free in all human and lawful senses.
|
||||
|
||||
7Segments_26x42: Contributed via issue [https://github.com/olikraus/u8g2/issues/634](https://github.com/olikraus/u8g2/issues/634).
|
||||
|
||||
# Font Details
|
||||
|
||||
|
|
Loading…
Reference in New Issue