CanvasFontFace.HasCharacter 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
Syntaxpublic bool HasCharacter(
uint unicodeValue
)
Parameters
- unicodeValue
- Type: System.UInt32
Return Value
Type:
Boolean
See Also