CanvasFontSetGetPropertyValues Method (CanvasFontPropertyIdentifier, String) |
Namespace: Microsoft.Graphics.Canvas.Text
public CanvasFontProperty[] GetPropertyValues( CanvasFontPropertyIdentifier propertyIdentifier, string preferredLocaleNames )
Values are returned in priority order according to the language list, such that if a font contains more than one localized name, the preferred one will be returned.
The language list is a string of semicolon-delimited locales, in order of preference. For example, "fr-FR;en-US".