Skip to content

Verdana font layout broken with numeric digits #259

Description

@ispysoftware

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of ImageSharp.Drawing
  • I have verified if the problem exist in both DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not already been reported

Description

Text is laying out incorrectly.

Steps to Reproduce

Set the font to Verdana using nuget 1.0.0-beta13:
image

Set the font to Verdana using nuget 1.0.0-beta14:
image

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions