PEXStringData Data Structure


 
   typedef struct {
         unsigned short      length;
         char                *ch;
   } PEXStringData;
 

PEXStringData is a data structure that is common to the following function:

For a list of data structures for fonts, see Data Structures for Fonts.