Sorta fixed vertical. Broke wide runes

This commit is contained in:
Tig
2024-04-21 11:05:27 -06:00
parent 91e3e75dc0
commit c65596b2d0
2 changed files with 10 additions and 5 deletions

View File

@@ -3482,7 +3482,7 @@ ssb
[InlineData ("A", 2, false, "A")]
[InlineData ("AB12", 5, false, "AB12")]
[InlineData ("AB\n12", 5, false, "A1\nB2")]
[InlineData ("デモエ", 1, false, "")]
[InlineData ("", 1, false, "")]
public void Draw_Vertical_TopBottom_LeftRight (string text, int width, bool autoSize, string expectedText)
{