Contents

NSTextLayoutManager

The primary class that you use to manage text layout and presentation for custom text displays.

Declaration

class NSTextLayoutManager

Overview

NSTextLayoutManager is the centerpiece of the TextKit object network that maintains the layout geometry through an array of NSTextContainer objects. It lays out results using NSTextLayoutFragment and NSTextElement objects vended from a NSTextContentManager that participates in the content layout process.

Topics

Creating a layout manager

Configuring global layout manager options

Managing the layout process

Accessing the text storage

Adjusting rendering

Causing layout generation

Instance Properties

See Also

Layout