DrawKit
Vector and illustration framework for Mac OS X
Instance Methods | Protected Attributes | List of all members
DKBezierLayoutManager Class Reference

This subclass of NSLayoutManager captures the laid-out text in a bezier path which it creates. More...

Inheritance diagram for DKBezierLayoutManager:
Inheritance graph
[legend]

Instance Methods

(NSArray *) - glyphPathsForContainer:usedSize:
 
(NSBezierPath *) - textPath
 

Protected Attributes

NSBezierPath * mPath
 

Detailed Description

This subclass of NSLayoutManager captures the laid-out text in a bezier path which it creates.

Author
Contributions from the community; see CONTRIBUTORS.md
Date
2005-2015

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.

Method Documentation

- (NSArray*) glyphPathsForContainer: (NSTextContainer *)  container
usedSize: (NSSize *)  aSize 
- (NSBezierPath*) textPath

Member Data Documentation

- (NSBezierPath*) mPath
protected