• That's odd - while we have different fonts for different sizes generally the characters should all be the ISO8859 codepage so should display the same, but I just tested with:

    g.clear(1).getFonts().forEach((f,i) => {
      g.setFont(f).drawString(f+": àéèêùç ",0,i*20);
    });
    

    and I see the attached, so it looks like the 6x15 font has an issue with à - but is there other corruption you see?

    If all software is up to date, you can install this font: https://banglejs.com/apps/?id=fontext

    and messages will then use only that font which should render anything. You'll need to update your Bangle.js build to a cutting edge release to allow it to render the font in different sizes though


    1 Attachment

    • font-chars.png
About

Avatar for Gordon @Gordon started