craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

Unit Test `BitmapFont.MeasureString` With Trailing Space #876

Closed AristurtleDev closed 6 months ago

AristurtleDev commented 6 months ago

Description

This PR adds a unit test for BitmapFont.MeasureString to ensure that it accounts for the trailing space at the end of a string.

Reference: