PEXListOfEncodedText Data Structure


 
   typedef struct {
         unsigned short            count;      /* number of encodings */
         PEXEncodedTextData        *encoded_text;
   } PEXListOfEncodedText;
 

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

For a list of data structures for fonts, see Data Structures for Fonts. For a list of data structures for encoded text, see Data Structures for Encoded Text.