You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging of #325, we'll have two places where the fonts are stored:
fonts
src/AvaloniaMath/Fonts
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.
The text was updated successfully, but these errors were encountered:
After merging of #325, we'll have two places where the fonts are stored:
fonts
src/AvaloniaMath/Fonts
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 theLink
attribute onAvaloniaResource
).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.The text was updated successfully, but these errors were encountered: