Move all the font resources to a single place
Open
kind:infrastructure
status:blocked
- Dominant language
- C#
- Stars
- 719
- Forks
- 113
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.