Is it possible to set font of E.showPrompt? #7238
Replies: 1 comment
-
Posted at 2024-12-04 by @gfwilliams 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 Posted at 2024-12-04 by user159313 Thank You very much! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-12-04 by user159313
Hello,
I want to use "Intl" font in E.showPrompt. But I can't figure out how to do that.
Thank You in advance!
Beta Was this translation helpful? Give feedback.
All reactions