PEXFontInfo Data Structure


 
   typedef struct {
         unsigned long      first_glyph;
         unsigned long      last_glyph;
         unsigned long      default_glyph;
         Bool               all_exist;
         Bool               stroke;
         unsigned short     count;     /* number of properties */
         PEXFontProp        *props;
   } PEXFontInfo;
 

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

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