Prerequisites
Description
Text is laying out incorrectly.
Steps to Reproduce
Set the font to Verdana using nuget 1.0.0-beta13:

Set the font to Verdana using nuget 1.0.0-beta14:

drawing text by using:
img.Mutate(p => p.DrawText("text", font, Color.White, new PointF(x,y)));
System Configuration
- ImageSharp.Drawing version: 1.0.0-beta14
- Other ImageSharp packages and versions:
- Environment (Operating system, version and so on): Win 11
- .NET Framework version: netstandard
- Additional information:
Prerequisites
DEBUGandRELEASEmodeDescription
Text is laying out incorrectly.
Steps to Reproduce
Set the font to Verdana using nuget 1.0.0-beta13:

Set the font to Verdana using nuget 1.0.0-beta14:

drawing text by using:
System Configuration