C#C
C#2y ago
malkav

WPF Fonts in a ResourceDictionary

I'm trying to create a styling folder (Not sure if "library" is the right term here) for my WPF application, and inside this folder I'm attempting to add a complete folder of otf/ttf files as fonts to my resource dictionaries in order to use them in my application by {StaticResource MyFontKeyHere}

Does anyone know how I can achieve this?
image.png
image.png
Was this page helpful?