Click or drag to resize
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
C#
public IReadOnlyList<CanvasFontFace> Fonts { get; }

Property Value

Type: IReadOnlyListCanvasFontFace
Remarks
This method returns a list of CanvasFontFace objects.
See Also