Carbon


UniCharArrayHandle

Header: TextCommon.h

typedef UniCharArrayPtr UniCharArrayHandle;

The UniCharArrayHandle type represents a handle that points to the beginning of a text buffer. Note that ATSUI expects the buffer to contain Unicode text. Your application is responsible for allocating the memory associated with this handle. ATSUI functions that need to access text referenced by this handle will return the handle to its original state (locked or unlocked) upon function completion. You use the UniCharArrayHandle type with the functions ATSUCreateTextLayoutWithTextHandle and ATSUSetTextHandleLocation.

VERSION NOTES

Available beginning with ATSUI 1.0.


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