Mac OS 9
ATSUAttributeInfo Struct Reference

#include <ATSUnicode.h>

Data Fields

ATSUAttributeTag fTag
 
ByteCount fValueSize
 

Detailed Description

ATSUAttributeInfo is used to provide a tag/size pairing. This makes it possible to provide the client information about all the attributes for a given range of text. This structure is only used to return to the client information about a complete set of attributes. An array of ATSUAttributeInfos is passed as a parameter so that the client can find out what attributes are set and what their individual sizes are; with that information, they can then query about the values of the attributes they're interested in. Because arrays of ATSUAttributeInfos are used as parameters to functions, they have to be of a fixed size, hence the value is not included in the structure.


The documentation for this struct was generated from the following file: