Closed Hellobaka closed 1 year ago
DEBUG
RELEASE
Wrong character orientation when drawing brackets. Characters should be like this【】「」. But drawing with code, they become like this.
【】「」
I have tried 1.0.0-beta15. This version can work properly.
Image<Rgba32> img = new(200, 100); Font font = SystemFonts.CreateFont("Microsoft YaHei", 15); img.Mutate(x => x.DrawText("()【】「」", font, Color.Black, new PointF(10, 10))); img.Save("1.png");
Updating to SixLabors.Fonts v1.0.1 will fix the issue
Thank You!
Prerequisites
DEBUG
andRELEASE
modeDescription
Wrong character orientation when drawing brackets. Characters should be like this
【】「」
. But drawing with code, they become like this.I have tried 1.0.0-beta15. This version can work properly.
Steps to Reproduce
System Configuration