issue #1564
This commit is contained in:
parent
ce6f92cf5f
commit
bbd00a525e
|
@ -264,4 +264,4 @@ https://github.com/olikraus/u8g2 ChangeLog
|
|||
* Added support for SSD1320 (issue 1351)
|
||||
* Added support for S1D15721 (issue 1473)
|
||||
* Added support for SSD1306 EA OLEDS102 (issue 1493)
|
||||
|
||||
* Added support for UC1601 128x64 (issue 1501)
|
|
@ -986,7 +986,10 @@ Greek Extended 1F00–1FFF
|
|||
{ "-y 1 -th 2 -tv 2", "-r 72 -p 32", "lucasarts-scumm-subtitle-roman-outline.ttf", "lucasarts_scumm_subtitle_o_2x2", 2, 0, BM_8, FM_8, MM_F|MM_R|MM_N, "" , ""},
|
||||
{ "-y 0 -th 2 -tv 2", "-r 72 -p 16", "lucasarts-scumm-subtitle-roman.ttf", "lucasarts_scumm_subtitle_r_2x2", 2, 0, BM_8, FM_8, MM_F|MM_R|MM_N, "" , ""},
|
||||
|
||||
|
||||
{ 0, "-r 72 -p 24", "utopia24.ttf", "utopia24", 2, 0, BM_T, FM_C, MM_F|MM_R|MM_N|MM_E, "", "" },
|
||||
{ 0, "-r 72 -p 22", "m-c-kids-nes-credits-font.ttf", "m_c_kids_nes_credits_font", 2, 0, BM_T, FM_C, MM_R, "", "" },
|
||||
{ 0, "-r 72 -p 16", "chargen-92.ttf", "chargen_92", 2, 0, BM_T|BM_M, FM_C, MM_F|MM_R|MM_N|MM_E, "", "" },
|
||||
|
||||
/*
|
||||
Free Universal Bold
|
||||
|
||||
|
|
|
@ -224,5 +224,46 @@ licensed under a Creative Commons Attribution Non-commercial Share Alike license
|
|||
(http://creativecommons.org/licenses/by-nc-sa/3.0/).
|
||||
|
||||
|
||||
|
||||
# Utopia24
|
||||
|
||||
## Reference
|
||||
|
||||
Link: https://fontstruct.com/fontstructions/show/1963904/utopia24
|
||||
|
||||
## Copyright
|
||||
|
||||
The FontStruction “utopia24” (https://fontstruct.com/fontstructions/show/1963904) by
|
||||
“ParadigmTheGreat” is licensed under a Creative Commons Attribution Share Alike license
|
||||
(http://creativecommons.org/licenses/by-sa/3.0/).
|
||||
|
||||
|
||||
|
||||
# M.C. Kids (NES) Credits Font
|
||||
|
||||
## Reference
|
||||
|
||||
Link: https://fontstruct.com/fontstructions/show/1963150/m-c-kids-nes-credits-font
|
||||
|
||||
## Copyright
|
||||
|
||||
The FontStruction “M.C. Kids (NES) Credits Font”
|
||||
(https://fontstruct.com/fontstructions/show/1963150) by “ParadigmTheGreat” is licensed
|
||||
under a Creative Commons CC0 Public Domain Dedication license
|
||||
(http://creativecommons.org/publicdomain/zero/1.0/).
|
||||
|
||||
|
||||
# CHARGEN '92
|
||||
|
||||
## Reference
|
||||
|
||||
Link: https://fontstruct.com/fontstructions/show/1599418/chargen-92-1
|
||||
|
||||
## Copyright
|
||||
|
||||
The FontStruction “CHARGEN '92” (https://fontstruct.com/fontstructions/show/1599418) by
|
||||
“ParadigmTheGreat” is licensed under a Creative Commons Attribution Share Alike license
|
||||
(http://creativecommons.org/licenses/by-sa/3.0/).
|
||||
|
||||
# Font Details
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue