I've just read the "Designing for Playdate" guide.
Inside I noticed the followings lines : "We provide glyphs for this in many of our fonts, mapped to the following characters: Ⓐ Ⓑ" and "By the way, we have also font characters for other Playdate buttons: ⊙ ✛ ".
How can we display the glyphs illustrated in the guide ? Is there a way to rely on the system font ? Roobert font provided in the SDK seems to not include all these glyphs they are displayed with the "question mark squared character".
I was personally under the impression that when a character isn't present in a font, we replace it with the default font. If this isn't the case (and can't be made to be the case) I'll see about adding those characters to the other fonts we use!
I'm seeing the same behavior here. I replaced the system font, and i can't get the above glyphs to render... assuming that the character fallback thing is there.
Aha! Gotcha. I ended up swapping them around since I don't need italic support in my text (btw, love the bolditalic auto-font thing. really nifty!) so I did this:
Sure. That would work too! My code gets the system font, then sets that as as the default italic font. then i set the regular font to be myFont, which would have been loaded previously.