Prev Next

EMRTEXT info  Overview  Group

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.