I'm using Win2D.UWP to get the System font set. I need to filter the queried fonts and group them in categories like "Serif", "Sans-Serif", "Decorative", etc. (Like Adobe apps or Corel Font Manager).
As far as I've researched that information can be accessed through Microsoft.Graphics.Canvas.Text.CanvasFontSet.GetPropertyValues with parameter CanvasFontPropertyIdentifier.SemanticTag but that doesn't return any value in any of my installed fonts.
Is there another way to know that info? Please, anything can be helpful.
Thanks in advance