Click or drag to resize
CanvasFontFace.GetInformationalStrings Method
Gets an informational string contained by the font.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public IReadOnlyDictionary<string, string> GetInformationalStrings(
	CanvasFontInformation fontInformation
)

Parameters

fontInformation
Type: Microsoft.Graphics.Canvas.Text.CanvasFontInformation

Return Value

Type: IReadOnlyDictionary<String, String>
See Also