Information structure used for GHI_CMD_TEXT and VMI_CMD_TEXT functions. The TEXTBLTINFO structure includes a pointer to DEVFONTINFO.
typedef struct _DEVFONTINFO {
ULONG ulFntCnt; /* Maximum glyphs contained in this font. */
ULONG fFontInfo; /* Flags used to define DBCS or fixed font. */
ULONG ulEngTag; /* Renderer tag. */
ULONG ulUniqueFntID; /* Unique font identifier. */
ULONG ulMaxHeight; /* Maximum glyph height. */
ULONG ulMaxWidth; /* Maximum glyph width. */
PGHBTBL pghbTbl; /* Pointer to high byte table. */
ULONG ulHalfWidth; /* Reserved. */
CHAR szGlyphlist[16]; /* Reserved */
ULONG ulReserved1; /* Reserved. */
ULONG ulReserved2; /* Reserved. */
} DEVFONTINFO;
typedef DEVFONTINFO *PDEVFONTINFO;