Using parseBMP to load custom font which is working as expected. See image below. Now, i try to set the font-color, but i can't this getting working. I think poco is using bitmap images but in the pebble source is just exporting the alpha one? do i miss something?
In my app im using the code from this example:
https://github.com/Moddable-OpenSource/pebble-examples/blob/main/hellopoco-text/src/embeddedjs/main.js
black on white and white on black is working, but as soon as i set a color, its not working. using the pebble native fonts, the color is rendered correct, but not for the custom ones.
Poco examples:
https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/commodetto/poco.md#text
Using parseBMP to load custom font which is working as expected. See image below. Now, i try to set the font-color, but i can't this getting working. I think poco is using bitmap images but in the pebble source is just exporting the alpha one? do i miss something?
In my app im using the code from this example:
https://github.com/Moddable-OpenSource/pebble-examples/blob/main/hellopoco-text/src/embeddedjs/main.js
black on white and white on black is working, but as soon as i set a color, its not working. using the pebble native fonts, the color is rendered correct, but not for the custom ones.
Poco examples:
https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/commodetto/poco.md#text