kCTParagraphStyleAttributeName

Static kCTParagraphStyleAttributeName 

Source
pub unsafe static kCTParagraphStyleAttributeName: &'static CFString
Available on crate feature CTStringAttributes only.
Expand description

A CTParagraphStyle object which is used to specify things like line alignment, tab rulers, writing direction, etc.

Value must be a CTParagraphStyleRef. Default is an empty CTParagraphStyle object: see CTParagraphStyle.h for more information. The value of this attribute must be uniform over the range of any paragraphs to which it is applied.

See also: CFStringGetParagraphBounds

See also Apple’s documentation