Click or drag to resize
CanvasFontFaceGetInformationalStrings 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.TextCanvasFontInformation

Return Value

Type: IReadOnlyDictionaryString, String
See Also