Gordon Williams
Gordon Williams
@hughbarney did https://github.com/espruino/BangleApps/pull/2690 / messages light 1.6 fix this for you?
Thanks! > Ability to install fonts from the apploader, add entry to settings to enable/disable? I'm not sure I understand about enable/disable? Surely you just disable by uninstalling the font...
> I'm interested in what font apps will do Right now I'm thinking they'll provide a `font` module that provides `getFont` - exactly as you say with `provides_modules`. That way...
You'd have to do some testing but as a guess I'd say any font is faster as a raster unless it's over 40px high. Also for smaller fonts the final...
Some work towards this now in https://github.com/espruino/BangleApps/commit/591c1f8cc5e538f935c82d6dd1c31a48e3e4d822
It appears to work! https://forum.espruino.com/conversations/394649/?offset=25#comment17323914 Just checked and you can even send messages from (the latest) Gadgetbridge too
So does `g.clear(1).setFontIntl().drawString("\u021B")` not do anything for you? What about other chars outside the 0..255 range? I see it in 'all fonts' at least, and in extended fonts we do...
Great! I should add that while there are now these font libraries available, the `getFont` function described in this issue isn't properly implemented (it just returns `Intl` for everything) -...
Thanks for that testing... apart from alignment, the 18_bold font looks good. In terms of how we ask for the fonts, it seems like something like: ``` ... = require("font").getFont({...
I just saw your forum posts as well: https://forum.espruino.com/conversations/383349/#comment17446938 Continuing on here... I had assumed that for 36px we might just pixel-double the 18px for now as Bangle.js can just...