-
Notifications
You must be signed in to change notification settings - Fork 58
Description
There's a particular font file then, when loading in details view, the app crashes.
You see. Installing the font will display it in the left-side list as you'd expect. However, if you click on it (which would load it into the details view), the app will crash.
I tried to reproduce it on my Fonts app and the results was... worst. Turns out, on a WinUI app you can't even show it in a TextBlock.
This code would work on UWP but crash on WinUI: <TextBlock FontFamily="Bitcount Prop Single Ink" Text="Lorem ipsum dolor mae" />
Font in question: https://fonts.adobe.com/fonts/bitcount-prop-single
Note: Not sure how to attach the font file (or if it's a legal issue even, as it's an Adobe font). In any case, let me know how can I provide the font file for testing.