Contents

kCTFrameClippingPathsAttributeName

Specifies array of paths to clip frame.

Declaration

let kCTFrameClippingPathsAttributeName: CFString

Discussion

The value must be a CFArrayRef containing CFDictionaryRefs. 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.

See Also

Constants