Incorrect glyphs are drawn when they are in italic or bold format

Platform
Windows 10

SDK Version
1.9.3

Issue
Whenever I try to draw any of the glyphs built into the Playdate system font (ⒷⒶ:yellow_square:⊙:lock::fishing_pole_and_fish:✛:arrow_up::arrow_right::arrow_down::arrow_left:) in italic or bold format, they are shown like this (when italic):

image

or like this (when bold):

image

How to recreate this issue
You can recreate this by italicizing or bolding any of the glyphs above using drawText().

Yep, I see that too. I've filed an issue to have it fall back to the plain variant when a glyph is present there but not in bold or italic. Thanks for catching this!