Face-name description structure. See GpiQueryFaceString.

typedef struct _FACENAMEDESC {
  USHORT     usSize;         /*  Length of structure. */
  USHORT     usWeightClass;  /*  Weight class. */
  USHORT     usWidthClass;   /*  Width class. */
  USHORT     usReserved;     /*  Reserved. */
  ULONG      flOptions;      /*  Other characteristics of the font. */
} FACENAMEDESC;

typedef   FACENAMEDESC   * PFACENAMEDESC ;


[Back] [Next]