SKTypeface.ContainsGlyph(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use SKFont directly instead.
Determines whether this typeface contains a glyph for the specified Unicode codepoint.
[System.Obsolete("Use SKFont directly instead.")]
public bool ContainsGlyph(int codepoint);
Parameters
- codepoint
- Int32
The Unicode codepoint to check.
Returns
Returns true if this typeface contains a glyph for the codepoint; otherwise, false.
- Attributes