kCTFramePathWidthAttributeName

Static kCTFramePathWidthAttributeName 

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

Specifies frame width if this attribute is used at top level of frameAttributes dictionary, or specify clipping path width if used in a dictionary contained in an array specified by kCTFrameClippingPathsAttributeName.

Value must be a CFNumberRef specifying frame width. Default is zero.

See also: CTFramesetterCreateFrame

See also Apple’s documentation