Share via


CTFont.HasTable(CTFontTable) Method

Definition

Checks whether a table is present in a font.

public bool HasTable(CoreText.CTFontTable tag);
member this.HasTable : CoreText.CTFontTable -> bool

Parameters

tag
CTFontTable

The table identifier to check for.

Returns

Whether the table is present in the font or not.

Remarks

The check behaves as if None was specified.

Applies to