This commit is contained in:
kraus 2019-02-02 11:55:37 +01:00
parent cd74f83ff7
commit 5368bef079
8 changed files with 67 additions and 17 deletions

View File

@ -180,8 +180,10 @@ struct groupinfo gi[] = {
{ "Persian", "fntgrppersian", "../../../../u8g2.wiki/fntgrppersian.md", "fntgrppersian.pre" }, /* 23 */
{ "Tom-Thumb", "fntgrptomthumb", "../../../../u8g2.wiki/fntgrptomthumb.md", "fntgrptomthumb.pre" }, /* 24 */
{ "Extant", "fntgrpextant", "../../../../u8g2.wiki/fntgrpextant.md", "fntgrpextant.pre" }, /* 25 */
{ "MistressEllipsis", "fntgrpmistressellipsis", "../../../../u8g2.wiki/fntgrpmistressellipsis.md", "fntgrpmistressellipsis.pre" }, /* 26 */
{ "JayWright", "fntgrpjaywright", "../../../../u8g2.wiki/fntgrpjaywright.md", "fntgrpjaywright.pre" }, /* 27 */
};
@ -503,6 +505,22 @@ Greek Extended 1F001FFF
{ 0, "-r 72 -p 16", "SecretaryHand.ttf", "secretaryhand", 25, 0, BM_T, FM_C, MM_C, "32-$ffff", "_all" },
/* MistressEllipsis, 26 */
{ 0, "-r 72 -p 16", "Beanstalk.ttf", "beanstalk_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
{ 0, "-r 72 -p 16", "Cube.ttf", "cube_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
{ 0, "-r 72 -p 16", "Mademoiselle.ttf", "mademoiselle_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
{ 0, "-r 72 -p 16", "PieceOfCake.ttf", "pieceofcake_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
{ 0, "-r 72 -p 16", "Press.ttf", "press_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
{ 0, "-r 72 -p 16", "RePress.ttf", "repress_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
{ 0, "-r 72 -p 16", "Sticker.ttf", "sticker_mel", 26, 0, BM_T, FM_C, MM_R|MM_N, "", "" },
/* JayWright, 27 */
{ 0, "-r 72 -p 16", "CelibateMonk.ttf", "celibatemonk", 27, 0, BM_T, FM_C, MM_R, "", "" },
{ 0, "-r 72 -p 16", "DisrespectfulTeenager.ttf", "disrespectfulteenager", 27, 0, BM_T, FM_C, MM_U, "", "" },
{ 0, "-r 72 -p 16", "MichaelMouse.ttf", "michaelmouse", 27, 0, BM_T, FM_C, MM_U, "", "" },
{ 0, "-r 72 -p 16", "SandyForest.ttf", "sandyforest", 27, 0, BM_T, FM_C, MM_R|MM_U|MM_N, "", "" },
/* thai fonts are not unicode encoded, so map the thai chars to their correct unicode position 128-255>3552 */
{ 0, 0, "etl14-thai.bdf", "etl14thai", 17, 0, BM_T, FM_C, MM_C, "32-127,128-255>3552", "" },

View File

@ -5,6 +5,8 @@ This page contains fonts from http://www.pentacom.jp/pentacom/bitfontmaker2/gall
All fonts on this page are created by "Extant".
Fonts will be available with U8g2 v2.25.
# Copyright

View File

@ -0,0 +1,37 @@
# Reference
This page contains fonts from http://www.pentacom.jp/pentacom/bitfontmaker2/gallery
All fonts on this page are created by "JayWright".
Fonts will be available with U8g2 v2.25.
# Copyright
CelibateMonk by JayWright
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=911
R
DisrespectfulTeenager by JayWright
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=918
U
MichaelMouse by JayWright
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=913
U
SandyForest by JayWright
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=899
N, U, R
# Font Pictures

View File

@ -3,47 +3,40 @@
This page contains fonts from http://www.pentacom.jp/pentacom/bitfontmaker2/gallery
All fonts on this page are created by "Extant".
All fonts on this page are created by "MistressEllipsis".
Fonts will be available with U8g2 v2.25.
# Copyright
Beanstalk by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=158
16, bis 127
Cube by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=152
16, bis 127
Mademoiselle by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=129
16, bis 127
PieceOfCake by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=165
16, bis 127
Press by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=156
16, bis 127
RePress by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=159
16, bis 127
Sticker by MistressEllipsis
license : (Public Domain)
http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=167
16, bis 127
Beanstalk.ttf
Cube.ttf
Mademoiselle.ttf
PieceOfCake.ttf
Press.ttf
RePress.ttf
Sticker.ttf

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.