PEXEncodedTextData Data Structure


 
   typedef struct {
         unsigned short      character_set;
         unsigned char       character_set_width;
                                 /* PEXCSByte, PEXCSShort,
                                    PEXCSLong             */
         unsigned char       encoding_state;
         unsigned short      reserved;
         unsigned short      length;
         char      *ch;
   } PEXEncodedTextData;
 

PEXEncodedTextData is a data structure that is common to the following functions:

and that is referenced by the following data structures:

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.