.TH "EMF::EMREXTTEXTOUTW" 3 "Fri Nov 2 2018" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::EMREXTTEXTOUTW \- EMF Extended Text Output Wide character\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBEMF::METARECORD\fP, and EMREXTTEXTOUTA\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBEMREXTTEXTOUTW\fP (const RECTL *bounds, DWORD graphicsMode, FLOAT xScale, FLOAT yScale, const PEMRTEXT text, LPCWSTR string, const INT *dx)" .br .ti -1c .RI "\fBEMREXTTEXTOUTW\fP (\fBDATASTREAM\fP &ds)" .br .ti -1c .RI "\fB~EMREXTTEXTOUTW\fP ()" .br .ti -1c .RI "bool \fBserialize\fP (\fBDATASTREAM\fP ds)" .br .ti -1c .RI "int \fBsize\fP (void) const" .br .ti -1c .RI "void \fBexecute\fP (\fBMETAFILEDEVICECONTEXT\fP *source, HDC dc) const" .br .in -1c .SH "Detailed Description" .PP EMF Extended Text Output Wide character\&. Draw this text string with the current font, in the color of the current pen and with the given text background color\&. Individual character positioning can be given in the dx array\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::EMREXTTEXTOUTW::EMREXTTEXTOUTW (const RECTL * bounds, DWORD graphicsMode, FLOAT xScale, FLOAT yScale, const PEMRTEXT text, LPCWSTR string, const INT * dx)\fC [inline]\fP" .PP \fBParameters:\fP .RS 4 \fIbounds\fP bounding box of text string\&. .br \fIgraphicsMode\fP (not entirely sure?) .br \fIxScale\fP width scale factor (of what?) .br \fIyScale\fP height scale factor (of what?) .br \fItext\fP a text metarecord containing the rendering style\&. .br \fIstring\fP the text to render .br \fIdx\fP an array of positions for each character in string\&. .RE .PP .SS "EMF::EMREXTTEXTOUTW::EMREXTTEXTOUTW (\fBDATASTREAM\fP & ds)\fC [inline]\fP" Construct a ExtTextOutA record from the input stream\&. .PP \fBParameters:\fP .RS 4 \fIds\fP Metafile datastream\&. .RE .PP .SS "EMF::EMREXTTEXTOUTW::~EMREXTTEXTOUTW ()\fC [inline]\fP" Destructor frees its copy of the string and its character offset array .SH "Member Function Documentation" .PP .SS "void EMF::EMREXTTEXTOUTW::execute (\fBMETAFILEDEVICECONTEXT\fP * source, HDC dc) const\fC [inline]\fP, \fC [virtual]\fP" Execute this record in the context of the given device context\&. .PP \fBParameters:\fP .RS 4 \fIsource\fP the device context from which this record is taken\&. .br \fIdc\fP device context for execute\&. .RE .PP .PP Implements \fBEMF::METARECORD\fP\&. .SS "bool EMF::EMREXTTEXTOUTW::serialize (\fBDATASTREAM\fP ds)\fC [inline]\fP, \fC [virtual]\fP" .PP \fBParameters:\fP .RS 4 \fIds\fP Metafile datastream\&. .RE .PP .PP Implements \fBEMF::METARECORD\fP\&. .PP References EMF::WCHARSTR::WCHARSTR()\&. .SS "int EMF::EMREXTTEXTOUTW::size (void) const\fC [inline]\fP, \fC [virtual]\fP" Internally computed size of this record\&. .PP Implements \fBEMF::METARECORD\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libemf from the source code\&.