Hi, I just figured out some font’s character can look different when drawing with drawStringAsShapes()
I used sansation.ttf font and as you can see, the ‘x’ character looks different.
There’s an empty area in the cross section when drawing ‘x’ with drawStringAsShapes()
Is this natural behavior or could this be a bug?
If drawStringAsShapes() is drawing as ofMesh, then could this be related to poly winding order?
I’m curious if the issue can be easily fixed.