Edit

SKTypeface.ContainsGlyph(Int32) Method

Definition

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

Applies to