Replies: 1 comment 3 replies
-
Hi, I'm afraid there's no way to supply a font to use with showPrompt/showMessage. I guess it might be possible to add some option but at some point it might be better for you to just implement your own version in your app. You can check out the various iterations of showPrompt at https://github.com/espruino/Espruino/commits/master/libs/js/banglejs/E_showPrompt_Q3.js Do you have an example of the kind of call you're using for E.showMessage/showPrompt and a screenshot of what happens? It might be I can tweak it somehow. But button size thing is difficult - the small buttons were always a complaint before so I posted up about it, several users discussed it and we went with this new solution. At that point I don't think anyone said they were worried about the buttons being too big. |
Beta Was this translation helpful? Give feedback.
-
I noticed the fonts for the Settings with the Cutting Edge f/w are bigger and easier to read. I like it.
But for my golfing app I made, E.showPromt() and E.showmessage() uses a couple of different sizes of fonts and the font size for the message is too small and the size for the buttons are unnecessarily too big.
I tried to find any options to specify the font size from the Reference page, but couldn't find any information.
Is there any way to specify font sizes for E.showPromt() and E.showmessage()?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions