Click or drag to resize
CanvasFontFaceFaceNames Property
Gets a map of localized strings that contain the face names for the font (for example, Regular or Bold).

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> FaceNames { get; }

Property Value

Type: IReadOnlyDictionaryString, String
See Also