We can enumerate over the fonts available on system using Fonts.SystemFontFamilies.
- How can I distinguish between composite fonts and plain-font?
- How can I get the FontFamilies used in a composite font?
I tried FontFamily.FamilyTypefaces, but it wasn't helpful.
Thanks