Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EMREXTTEXTOUTA and EMREXTTEXTOUTW structures contain members for the ExtTextOut, TextOut, or DrawText enhanced metafile records.
Syntax
typedef struct tagEMREXTTEXTOUTA {
EMR emr;
RECTL rclBounds;
DWORD iGraphicsMode;
FLOAT exScale;
FLOAT eyScale;
EMRTEXT emrtext;
} EMREXTTEXTOUTA, *PEMREXTTEXTOUTA, EMREXTTEXTOUTW, *PEMREXTTEXTOUTW;
Members
emr
Base structure for all record types.
rclBounds
Bounding rectangle, in device units.
iGraphicsMode
Current graphics mode. This member can be either the GM_COMPATIBLE or GM_ADVANCED value.
exScale
X-scaling factor from page units to .01mm units if the graphics mode is the GM_COMPATIBLE value.
eyScale
Y-scaling factor from page units to .01mm units if the graphics mode is the GM_COMPATIBLE value.
emrtext
EMRTEXT structure, which is followed by the string and the intercharacter spacing array.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |