How can I draw outlined fonts #1682
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 3 comments
-
Posted at 2024-01-09 by @gfwilliams There isn't anything built-in, but there are a few options...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2024-01-09 by @fanoush There already is similar clock app called Contour Clock, it has quite a lot 'font types' so it might be an inspiration. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2024-01-10 by KTibow While doing it with images would be the "right" way, I just did it with rendering around. It looks pretty alright. (Note that it looks more desaturated IRL) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-01-09 by KTibow
I want to draw a Pixel-style clock on my Bangle. I have the font. But on Pixels, each number has an outline. I'm not sure how to do that with the Espruino graphics library. Is that even possible? If not, any recommendations on how I can generate a font that appears to be outlined?
Image for context:
Beta Was this translation helpful? Give feedback.
All reactions