I've been using the 'Vector Font' in a Bangle.js 2 application. It looks very good AND I needed to give the user the opportunity to scale font size in small steps - so this is the perfect choice. It works flawlessly and looks quit impressive.
But, we also need the 'special' international characters (French, German, Turkish, Swedish, ...). The Vector font does not have those.
Question : is it possible to include a vector font with 'setFontCustom' ?
I'm aware Espruino does not support UTF8, but this I can handle with the old CodePage mechanism and some code.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I've been using the 'Vector Font' in a Bangle.js 2 application. It looks very good AND I needed to give the user the opportunity to scale font size in small steps - so this is the perfect choice. It works flawlessly and looks quit impressive.
But, we also need the 'special' international characters (French, German, Turkish, Swedish, ...). The Vector font does not have those.
Question : is it possible to include a vector font with 'setFontCustom' ?
I'm aware Espruino does not support UTF8, but this I can handle with the old CodePage mechanism and some code.