Avalonia.Svg.Skia.SvgImage -- Font #20747
Replies: 1 comment 3 replies
-
|
This package is not developed or maintained by Avalonia team. Please raise issue to that repository. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
env : avalonia 11.2.8 ,wasm
The 'TextBlock' can show chinese correctly with the code:
var appBuilder = AppBuilder.Configure<AppPlayer>() .WithInterFont() .UseReactiveUI() .With(new FontManagerOptions { FontFallbacks = new[] { new FontFallback { FontFamily = ThemeAva.DefaultTextFontFamily } } });but 'Avalonia.Svg.Skia.SvgImage'.
How to make 'Avalonia.Svg.Skia.SvgImage' show Chinese corrctly?
Beta Was this translation helpful? Give feedback.
All reactions