PEXMarkerGlyphValues Data Structure


 
   typedef struct {
         PEXEnumTypeIndex      glyph_type;
         unsigned short        data_size;  /* bytes of data following this field*/
         unsigned long         num_lines;
         PEXListOfCoord2D      *lines;
   } PEXMarkerGlyphValues;
 

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