table(for:)
Returns the font table that corresponds to the provided tag.
Declaration
func table(for tag: UInt32) -> CFData?Parameters
- tag:
The tag for the table you want to obtain.
Return Value
The font table that corresponds to the tag, or nil if no such table exists.