Carbon


StyleRun

Header: TextEdit.h

struct StyleRun {
    SInt16 startChar; 
    SInt16 styleIndex;
};

Field descriptions

startChar

The starting character position.

styleIndex

The run’s index in the style table.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)