SixLabors / Fonts

:black_nib: Font loading and layout library.
https://sixlabors.com/products/fonts
Other
306 stars 71 forks source link

Problem with font "Sumana", wrong left parenthesis character #334

Closed IshmaZX82 closed 1 year ago

IshmaZX82 commented 1 year ago

Description

When using the font "Sumana", the left parenthesis character is not displayed correctly. The problem is with both the bold and the regular version of the font. image

Steps to Reproduce

To reproduce the problem, you need to display the text with a bracket in any way, for example: "0(1)2"

Font file: Sumana.zip

The font was downloaded from here: https://fonts.google.com/specimen/Sumana

System Configuration

JimBobSquarePants commented 1 year ago

Looks like some form of faulty substitution. Have you spotted anything during debugging?

IshmaZX82 commented 1 year ago

Have you spotted anything during debugging?

No, there were no exceptions. I checked the font with FontValidator, the font contains many errors and warnings. But System.Drawing displays it correctly.