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

This class is used by DKTextAdornment to lay out text flowed into an arbitrary shape. More...

Inheritance diagram for DKBezierTextContainer:
Inheritance graph
[legend]

Instance Methods

(void) - setBezierPath:
 

Protected Attributes

NSBezierPath * mPath
 

Detailed Description

This class is used by DKTextAdornment to lay out text flowed into an arbitrary shape.

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

This class is used by DKTextAdornment to lay out text flowed into an arbitrary shape. Given the bezier path representing the text container, this caches the text layout rects and uses that info to return rects on demand to the layout manager.

Method Documentation

- (void) setBezierPath: (NSBezierPath *)  aPath

Member Data Documentation

- (NSBezierPath*) mPath
protected