EMRTEXT

The EMRTEXT structure contains members for text output.

typedef struct tagEMRTEXT 
{
    POINTL ptlReference; 
    DWORD  nChars; 
    DWORD  offString; 
    DWORD  fOptions; 
    RECTL  rcl; 
    DWORD  offDx; 
} EMRTEXT, *PEMRTEXT; 
 

Members

ptlReference
Logical coordinates of the reference point used to position the string.
nChars
Number of characters in string.
offString
Offset to string.
fOptions
Value specifying how to use the application-defined rectangle. This member can be a combination of the ETO_CLIPPED and ETO_OPAQUE values.
rcl
Optional clipping and/or opaquing rectangle.
offDx
Offset to intercharacter spacing array.

Remarks

The EMRTEXT structure is used as a member in the EMREXTTEXTOUT and EMRPOLYTEXTOUT structures.

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