ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
641 stars 102 forks source link

Move all the font resources to a single place #352

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

After merging of #325, we'll have two places where the fonts are stored:

I would like to include fonts from fonts into both WPF and Avalonia projects, but that's impossible before migration to Avalonia 11 (it doesn't support the Link attribute on AvaloniaResource).

After the update to Avalonia 11, we'll be able to remove the copy of fonts in the src/AvaloniaMath/Fonts directory.

When fixing this, look for TODO[#352] in the project code.