CTFont.HasTable(CTFontTable) 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.
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.