CanvasFontSetFonts Property |
Gets a collection representing the individual fonts in the set.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic IReadOnlyList<CanvasFontFace> Fonts { get; }
Property Value
Type:
IReadOnlyListCanvasFontFace
Remarks
See Also