-
• #2
Hi! That's a really good question. Right now there isn't a way with the built in implementation (eventually I'll add an API for choosing font, and at that point showMenu/others can use that).
However you can just alter the implementation and overwrite the Bangle's default one. There's a tutorial on how to do it at https://www.espruino.com/Bangle.js+Modification
and the original code for showPrompt is:
https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/E_showPrompt_Q3.js#L8
You basically just need to change the 2 times setFont is used to use
Intl
instead -
• #3
Thank You very much!
Hello,
I want to use "Intl" font in E.showPrompt. But I can't figure out how to do that.
Thank You in advance!