Fix sestrings

This commit is contained in:
defnotken
2025-12-17 23:03:49 -06:00
parent e3c04e31e7
commit 35e35591f5
3 changed files with 43 additions and 4 deletions

View File

@@ -626,6 +626,7 @@ public static class SeStringUtils
var measureParams = new SeStringDrawParams
{
Font = usedFont,
FontSize = usedFont.FontSize,
Color = 0xFFFFFFFF,
WrapWidth = float.MaxValue
};
@@ -647,6 +648,7 @@ public static class SeStringUtils
var drawParams = new SeStringDrawParams
{
Font = usedFont,
FontSize = usedFont.FontSize,
Color = 0xFFFFFFFF,
WrapWidth = float.MaxValue,
TargetDrawList = drawList,