EMREXTCREATEFONTINDIRECTW

The EMREXTCREATEFONTINDIRECTW structure contains members for the CreateFontIndirect enhanced metafile record.

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, CreateFontIndirect