*Created by: hkiel* ## Description `textSize()` leads to some symbols not being displayed correctly anymore with `text()` ## Expected Behavior Same symbols should be shown with scaled font ## Current Behavior glyph for unknown symbol is shown instead ## Steps to Reproduce ``` text("♦♥♠♣", 0, 20); textSize(20); text("♦♥♠♣", 0, 60); ```  ## Your Environment * Processing version: 4.0b2 * Operating System and OS version: WIn10, macOS