Skip to content

Commit c762cb3

Browse files
committed
Merge commit '12a0fd3e3e5f6eb9968c98401f3094dd04ee8ac8'
2 parents 641d074 + 12a0fd3 commit c762cb3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

LightTextEditorPlus/Demos/AvaloniaDemo/Business/RichTextCases/RichTextCaseProvider.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -533,15 +533,15 @@ void Append(string text, double fontSize)
533533
}));
534534
}, "1d0299-使用 rr.导致字符宽度计算错误");
535535

536-
Add(editor =>
537-
{
538-
editor.UseWpfLineSpacingStyle();
539-
editor.AppendRun(new SkiaTextRun("ڸڸ ", editor.StyleRunProperty with
540-
{
541-
FontSize = 20,
542-
FontName = new FontName("Segoe UI"),
543-
}));
544-
}, "a5e370b-包含从右到左的字符时,将出现越界错误");
536+
//Add(editor =>
537+
//{
538+
// editor.UseWpfLineSpacingStyle();
539+
// editor.AppendRun(new SkiaTextRun("ڸڸ ", editor.StyleRunProperty with
540+
// {
541+
// FontSize = 20,
542+
// FontName = new FontName("Segoe UI"),
543+
// }));
544+
//}, "a5e370b-包含从右到左的字符时,将出现越界错误");
545545

546546
//Add(editor =>
547547
//{

0 commit comments

Comments
 (0)