Jump to content

FACENAMEDESC

From EDM2
Revision as of 21:04, 25 June 2023 by Martini (talk | contribs) (Created page with "Face-name description structure. See GpiQueryFaceString. <PRE> typedef struct _FACENAMEDESC { USHORT usSize; Length of structure.: USHORT usWeightCl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 ;