bmscodespace

Results 5 comments of bmscodespace
trafficstars

Hi, thank you for your comments. My question imagined a scenario where we don't know if a text will be displayed as inner HTML, f.e. as formatted text with lots...

Hi @csware , suppose a string is imported into an application and suppose we can't know if it will be used as inner HTML, as f.e. formatted text, or as...

"In HtmlContainer class, there is AddFontFamilyMapping method. You can map your CSS font name to Avalonia font with this method." Oh, thank you, I will try that out ;) Hm,...

ps .. using the package, I have tried the following: I added the font using `HtmlRender.AddFontFamily(new FontFamily(new Uri("avares://..../Assets/Fonts#Work Sans"), "Work Sans"));` before the xaml is loaded and then tried to...

Hi again. Will the nuget package be updated to the current code?