Click or drag to resize
CanvasFontSetGetPropertyValues Method (UInt32, CanvasFontPropertyIdentifier)
Returns the property values of a specific font item index.

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> GetPropertyValues(
	uint fontIndex,
	CanvasFontPropertyIdentifier propertyIdentifier
)

Parameters

fontIndex
Type: SystemUInt32
propertyIdentifier
Type: Microsoft.Graphics.Canvas.TextCanvasFontPropertyIdentifier

Return Value

Type: IReadOnlyDictionaryString, String
See Also