Fix sestrings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user