We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test with xamarin forms, SkiaSharp.Views.Forms, android
var fontManager = SKFontManager.Default; var emojiTypeface = fontManager.MatchCharacter('年'); paint.Typeface = emojiTypeface; canvas.DrawText("123年 月456", 20, 80, paint);
result in Android:
The text was updated successfully, but these errors were encountered:
I think
The real issue is that Skia does not support character fallbacks. If the typeface does not contain the character, it will print a block.
see #232
I think you should also fix your typos in your issue's title and content
Sorry, something went wrong.
No branches or pull requests
test with xamarin forms, SkiaSharp.Views.Forms, android
result in Android:
The text was updated successfully, but these errors were encountered: