EMREXTCREATEFONTINDIRECTW
The EMREXTCREATEFONTINDIRECTW
structure contains members for the CreateFontIndirect
typedef struct tagEMREXTCREATEFONTINDIRECTW
{
EMR emr;
DWORD ihFont;
EXTLOGFONTW elfw;
} EMREXTCREATEFONTINDIRECTW,
PEMREXTCREATEFONTINDIRECTW;
Members
emr
Base
structure for all record types.
ihFont
Index to the
font in handle table.
elfw
Logical font.
See Also
CreateFontIndirect