Click or drag to resize
CanvasFontFaceFamilyNames Property
Gets a map of localized strings that contain the family name for the font (for example, Arial, Segoe UI, or Comic Sans MS).

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public IReadOnlyDictionary<string, string> FamilyNames { get; }

Property Value

Type: IReadOnlyDictionaryString, String
See Also