kCTFrameClippingPathsAttributeName

Static kCTFrameClippingPathsAttributeName 

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

Specifies array of paths to clip frame.

Value must be a CFArrayRef containing CFDictionaryRefs or CGPathRef. (CGPathRef is allowed on 10.8 or later.) Each dictionary should have a kCTFramePathClippingPathAttributeName key-value pair, and can have a kCTFramePathFillRuleAttributeName key-value pair and kCTFramePathFillRuleAttributeName key-value pair as optional parameters. In case of CGPathRef, default fill rule (kCTFramePathFillEvenOdd) and width (0.0) are used.

See also: CTFramesetterCreateFrame

See also Apple’s documentation