PEXTextFontEntry Data Structure


   typedef struct {
         unsigned short      count;
         PEXFont            *fonts;
   } PEXTextFontEntry;
 

PEXTextFontEntry is a data structure that is referenced by the following data structure:

For a list of data structures for lookup tables, see Data Structures for Lookup Tables.