Why doesn't SKTypeface.FromStream support SKFontStyle? #3280
Unanswered
DanTravison
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My goal is to use the same fonts that I use in Maui in SkiaSharp and the fonts may not be installed on target system.
Since SkiaSharp doesn't see MauiFont resources, I've changed my font loading to use embedded resources. My Maui code is working fine but I'm hitting an issue with SkiaSharp; I don't see any method for specifying an SKFontStyle.
Is there an approach I'm missing or is this a limitation?
I'm currently using SkiaSharp.Views.Maui.Controls v3.119.0
Beta Was this translation helpful? Give feedback.
All reactions