Platforms to show: All Mac Windows Linux Cross-Platform

Back to CTFrameMBS class.

CTFrameMBS.Available as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this class is available.

Returns true in OS X v10.5 and later.

CTFrameMBS.kCTFrameClippingPathsAttributeName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the attributes keys.

Specifies array of paths to clip frame.

The value must be a array containing dictionaries. 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.
Available in OS X v10.7 and later.

CTFrameMBS.kCTFramePathClippingPathAttributeName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the attributes keys.

Specifies clipping path. This attribute is valid only in a dictionary contained in an array specified by kCTFrameClippingPathsAttributeName.

The value must be a CGPathMBS specifying a clipping pat. See kCTFrameClippingPathsAttributeName.
Available in OS X v10.7 and later.

CTFrameMBS.kCTFramePathFillRuleAttributeName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The key used to specify the fill rule for a frame.

he value must be a CFNumberRef object containing a CTFramePathFillRule constant. See CTFramePathFillRule Constants for more information. The default value is kCTFramePathFillEvenOdd.
Available in OS X v10.7 and later.

CTFrameMBS.kCTFramePathWidthAttributeName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the attributes keys.

The key used to specify the frame width.
The value must be a number containing a value specifying the frame width. The default width value is zero.
Available in OS X v10.7 and later.

CTFrameMBS.kCTFrameProgressionAttributeName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreText MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the attributes keys.

Specifies progression for a frame.
A number containing a CTFrameProgression constant. The default is kCTFrameProgressionTopToBottom.
Available in OS X v10.5 and later.

This value determines the line-stacking behavior for a frame and does not affect the appearance of the glyphs within that frame.

The items on this page are in the following plugins: MBS MacCG Plugin.


The biggest plugin in space...