4D Plugin API


version 2003


4th Dimension text structure. Text is stored in Macintosh characters. fSize can vary from 0 to 32000. if fSize is zero, fHandle can be also zero.

// 
typedef struct PA_Text
{
   short         fSize;
   PA_Handle         fHandle;
} PA_Text;