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 public IReadOnlyDictionary<string, string> FaceNames { get; }
Property Value
Type:
IReadOnlyDictionaryString,
StringSee Also