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 public IReadOnlyDictionary<string, string> GetPropertyValues(
uint fontIndex,
CanvasFontPropertyIdentifier propertyIdentifier
)
Parameters
- fontIndex
- Type: SystemUInt32
- propertyIdentifier
- Type: Microsoft.Graphics.Canvas.TextCanvasFontPropertyIdentifier
Return Value
Type:
IReadOnlyDictionaryString,
StringSee Also