DrawKit
Vector and illustration framework for Mac OS X
|
This subclass of NSLayoutManager captures the laid-out text in a bezier path which it creates. More...
Instance Methods | |
(NSArray *) | - glyphPathsForContainer:usedSize: |
(NSBezierPath *) | - textPath |
Protected Attributes | |
NSBezierPath * | mPath |
This subclass of NSLayoutManager captures the laid-out text in a bezier path which it creates.
This subclass of NSLayoutManager captures the laid-out text in a bezier path which it creates. It can be used where a normal NSLayoutManager would be used to return the text as a path.
- (NSArray*) glyphPathsForContainer: | (NSTextContainer *) | container | |
usedSize: | (NSSize *) | aSize | |
- (NSBezierPath*) textPath |
|
protected |