openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

drawStringAsShapes issue parsing apostrophe / right single quote

Open dimitre opened this issue 8 months ago • 6 comments

I've noticed using ofTrueTypeFont drawStringAsShapes the apostrophe / right single quote character is missing. Probably pointing to another unicode character. steps to reproduce

		
font.drawStringAsShapes("marketer’s", x, y);

dimitre avatar Oct 12 '23 16:10 dimitre