kCTFramePathFillRuleAttributeName

Static kCTFramePathFillRuleAttributeName 

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

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

Value must be a CFNumberRef containing kCTFramePathFillEvenOdd or kCTFramePathFillWindingNumber. Default is kCTFramePathFillEvenOdd.

See also: CTFramesetterCreateFrame

See also Apple’s documentation