CTTextTabGetOptions(_:)
Returns the dictionary of attributes associated with the tab.
Declaration
func CTTextTabGetOptions(_ tab: CTTextTab) -> CFDictionary?Parameters
- tab:
The tab whose attributes are obtained.
Return Value
The dictionary of attributes associated with the tab, or if no dictionary is present, NULL.