pub unsafe static kCTTabColumnTerminatorsAttributeName: &'static CFStringAvailable on crate feature
CTTextTab only.Expand description
Used to specify the terminating character for a tab column
The value associated with this attribute is a CFCharacterSet. The character set is used to determine the terminating character for a tab column. The tab and newline characters are implied even if they don’t exist in the character set. This attribute can be used to implement decimal tabs, for instance. This attribute is optional.
See also Apple’s documentation