Carbon


TXNTypeAttributes

Header: MacTextEditor.h

Contains information about attributes for a text object.

struct TXNTypeAttributes {
    TXTNTag tag; 
    ByteCount size; 
    TXNAttributeData data;
};

Field descriptions

tag

A “Formatting and Privileges Constants” value that specifies type of information contained in the data field.

size

A “Type Run Attribute Sizes” value that specifies how the data field should be handled.

data

A union that serves either as a 32-bit integer or a 32-bit pointer, depending on the size field.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)