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
Syntax public IReadOnlyList<CanvasFontFace> Fonts { get; }
Property Value
Type:
IReadOnlyListCanvasFontFaceRemarks See Also