You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SKCanvas.DrawText seems to render text wild. Currently I do my first steps with SkiaSharp 2.88.8 (from NuGet) - but I'm pretty sure that the behavior of my example code must be a bug - or am I doing it wrong?
I expect all characters to be rendered at the fixed base line and the correct X coordinate, and I expect no character to disappear.
Actual Behavior
The first 2 characters seem to be rendered correctly, while character 3 is lower than expected and at the wrong X coordinate, and all following characters disappear completely.
Version of SkiaSharp
Other (Please indicate in the description)
Last Known Good Version of SkiaSharp
Other (Please indicate in the description)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
Windows 11
Devices
Desktop computer
Relevant Screenshots
Relevant Log Output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
After reading details about Save and Restore it's clear that I'll have to call another Save after a Restore, if Restore is going to be called again. Sorry for the noise...
Description
SKCanvas.DrawText
seems to render text wild. Currently I do my first steps with SkiaSharp 2.88.8 (from NuGet) - but I'm pretty sure that the behavior of my example code must be a bug - or am I doing it wrong?Code
Expected Behavior
I expect all characters to be rendered at the fixed base line and the correct X coordinate, and I expect no character to disappear.
Actual Behavior
The first 2 characters seem to be rendered correctly, while character 3 is lower than expected and at the wrong X coordinate, and all following characters disappear completely.
Version of SkiaSharp
Other (Please indicate in the description)
Last Known Good Version of SkiaSharp
Other (Please indicate in the description)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
Devices
Relevant Screenshots
Relevant Log Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: