AvaloniaUI / Avalonia.HtmlRenderer

Avalonia front-end for the HtmlRenderer project.
MIT License
118 stars 34 forks source link

Chinese characters are garbled #31

Closed zzzzzy404 closed 1 year ago

zzzzzy404 commented 1 year ago

image

This is one of my tests, the red box is Chinese, but the characters are garbled This is bug or my fault? How to fixed it? Thinks for your time.

maxkatz6 commented 1 year ago

You probably need to setup a font with Chinese glyphs. cc @Gillibald

Gillibald commented 1 year ago

What version of Avalonia are you using?

maxkatz6 commented 1 year ago

It seems to be NetSparkle dialog, which uses 0.10 version. Closing as expected https://github.com/NetSparkleUpdater/NetSparkle/blob/develop/src/NetSparkle.UI.Avalonia/UpdateAvailableWindow.xaml#L80

This library should be updated to 11.0 or you can use your own dilaogs with netsparkle (instead of NetSparkle.UI.Avalonia package).