Next Page > Hide TOC

Introduction to Text Layout Programming Guide

Contents:

Who Should Read This Document
Organization of This Document
See Also


Text Layout Programming Guide describes how the Cocoa text system lays out text. Text layout is the process of converting a string of text characters, font information, and page specifications into lines of glyphs placed at specific locations on a page, suitable for display and printing.

Who Should Read This Document

You should read this document if you need to understand how the text system layout mechanism works and how to work directly with an NSLayoutManager object to accomplish the programming goals described in the articles.

To understand the information in this document, you should have read Text System Overview. You should also understand basic Cocoa programming conventions, such as delegation.

Organization of This Document

This programming topic contains the following articles:

See Also

For further reading, refer to the following documents:

In addition, please refer to Cocoa Text and Fonts Sample Code and the Application Kit examples installed with Xcode Tools.



Next Page > Hide TOC


© 2003, 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-10-15)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.