pub unsafe static kCTFramePathFillRuleAttributeName: &'static CFStringAvailable 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