CanvasTextFormatGetSystemFontFamilies Method |
Namespace: Microsoft.Graphics.Canvas.Text
Font family names are locale-dependent. For each font, this method returns its 'en-us' name if possible. If no 'en-us' name is available, this method returns whatever is first name enumerated for the font.
If you prefer font names to prioritize some other localization, use the overload GetSystemFontFamilies(IReadOnlyListString).