Click or drag to resize
CanvasFontFaceHasCharacter Method
Gets whether this font face contains the specified unicode character.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool HasCharacter(
	uint unicodeValue
)

Parameters

unicodeValue
Type: SystemUInt32

Return Value

Type: Boolean
See Also