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 public bool HasCharacter(
uint unicodeValue
)
Parameters
- unicodeValue
- Type: SystemUInt32
Return Value
Type:
BooleanSee Also