Fixed SetTextFormatterSize

This commit is contained in:
Tig
2024-07-17 08:14:09 -06:00
parent a30dbe7286
commit f6064be449
5 changed files with 18 additions and 12 deletions

View File

@@ -6150,6 +6150,9 @@ B")]
14
2
""")]
[InlineData ("01234", 2, 1, TextDirection.LeftRight_TopBottom, 2, 1, @"01")]
public void FormatAndGetSize_Returns_Correct_Size (string text, int width, int height, TextDirection direction, int expectedWidth, int expectedHeight, string expectedDraw)
{
TextFormatter tf = new ()