Contents

kCTFramePathFillRuleAttributeName

The key used to specify the fill rule for a frame.

Declaration

let kCTFramePathFillRuleAttributeName: CFString

Discussion

The value must be a CFNumber object containing a CTFramePathFillRule constant. The default value is CTFramePathFillRule.evenOdd.

See Also

Constants