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
Super class: CFObjectMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CoreText | MBS MacCG Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The frame object is the output resulting from the text-framing process performed by a framesetter object.
You can draw the entire text frame directly into the current graphic context. The frame object contains an array of line objects that can be retrieved for individual rendering or to get glyph information.
Subclass of the CFObjectMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
kCTFramePathFillEvenOdd | 0 |
Text is filled in the area that would be painted if the path were given to CGContextMBS.EOFillPath. Available in OS X v10.7 and later. |
kCTFramePathFillWindingNumber | 1 |
Text is fill in the area that would be painted if the path were given to CGContextMBS.FillPath. Available in OS X v10.7 and later. |
Constant | Value | Description |
---|---|---|
kCTFrameProgressionLeftToRight | 2 | Lines are stacked left to right for vertical text. more |
kCTFrameProgressionRightToLeft | 1 | Lines are stacked right to left for vertical text. more |
kCTFrameProgressionTopToBottom | 0 | Lines are stacked top to bottom for horizontal text. more |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacCF Plugin, MBS MacCG Plugin.