Jump to content

PRTFONTS_Q

From EDM2
Revision as of 18:40, 8 February 2020 by Martini (talk | contribs) (Created page with "Information about the PRTFONTS_Q data structure. ==Example Code== <PRE> typedef struct _PRTFONTS_Q { BYTE interpreterID; /* Interpreter identifier to get font in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information about the PRTFONTS_Q data structure.

Example Code

typedef struct _PRTFONTS_Q {
  BYTE       interpreterID;    /*  Interpreter identifier to get font information. */
  BYTE       bReserved;        /*  Reserved; must be 0 (zero). */
  USHORT     usStorageTypeID;  /*  Specific font-storage-type identifier. */
  ULONG      ulStorageType;    /*  Font storage type to return font information. */
  ULONG      ulFontID;         /*  Specific font-storage-type ID to query. */
} PRTFONTS_Q;

typedef PRTFONTS_Q *PPRTFONTS_Q;