Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace System.Drawing Font usage with SkiaSharp SKFont #70

Closed
wants to merge 1 commit into from
Closed

Replace System.Drawing Font usage with SkiaSharp SKFont #70

wants to merge 1 commit into from

Conversation

eoehen
Copy link

@eoehen eoehen commented Mar 10, 2022

related to #69

At the risk of rejecting everything, I still tried replacing the use of System.Drawing with SkiaSharp.
https://github.com/mono/SkiaSharp

For cross-platform support, the use of SkiaSharp from Microsoft is recommended.
https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only

This pull request replaces the usage of System.Drawing Font with SkiaSharp SKFont.
It solves issues of loading fonts in linux.

But I don't know all other special test cases.

Thank you for feedback.

@eoehen eoehen closed this Jul 20, 2024
@eoehen eoehen deleted the feature/ScryberDrawing-Font-SkiaSharp-Migration branch July 20, 2024 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant