We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/pebble/rockyjs/blob/master/examples/text/index.html#L78 uses font size of 40, if this is modified to 50, works as expected (larger font, and text wraps on whitespace).
var font3 = fonts_load_custom_font({height: 40, url:"https://github.com/pebble-examples/feature-custom-font/raw/master/resources/fonts/osp-din/OSP-DIN.ttf"});
If line 78 is updated to use 51 (i.e one more) text vanishes without error.
Noticed whilst trying to port over one of my watchfaces from C api which needs size 75 (https://github.com/clach04/watchface_JupiterMass/blob/master/appinfo.json).
The text was updated successfully, but these errors were encountered:
I concur. Please allow fonts with size over 50
Sorry, something went wrong.
No branches or pull requests
https://github.com/pebble/rockyjs/blob/master/examples/text/index.html#L78 uses font size of 40, if this is modified to 50, works as expected (larger font, and text wraps on whitespace).
If line 78 is updated to use 51 (i.e one more) text vanishes without error.
Noticed whilst trying to port over one of my watchfaces from C api which needs size 75 (https://github.com/clach04/watchface_JupiterMass/blob/master/appinfo.json).
The text was updated successfully, but these errors were encountered: