CTFrameMBS shared methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem