CanvasFontFace.FaceNames 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
Syntaxpublic IReadOnlyDictionary<string, string> FaceNames { get; }
Property Value
Type:
IReadOnlyDictionary<String,
String>
See Also