EMF
1.0
|
EMF Extended Text Output Wide character. More...
#include <libemf.h>
Public Member Functions | |
EMREXTTEXTOUTW (const RECTL *bounds, DWORD graphicsMode, FLOAT xScale, FLOAT yScale, const PEMRTEXT text, LPCWSTR string, const INT *dx) | |
EMREXTTEXTOUTW (DATASTREAM &ds) | |
~EMREXTTEXTOUTW () | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *source, HDC dc) const |
![]() | |
virtual | ~METARECORD () |
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.
|
inline |
bounds | bounding box of text string. |
graphicsMode | (not entirely sure?) |
xScale | width scale factor (of what?) |
yScale | height scale factor (of what?) |
text | a text metarecord containing the rendering style. |
string | the text to render |
dx | an array of positions for each character in string. |
|
inline |
Construct a ExtTextOutA record from the input stream.
ds | Metafile datastream. |
|
inline |
Destructor frees its copy of the string and its character offset array
|
inlinevirtual |
Execute this record in the context of the given device context.
source | the device context from which this record is taken. |
dc | device context for execute. |
Implements EMF::METARECORD.
|
inlinevirtual |
ds | Metafile datastream. |
Implements EMF::METARECORD.
|
inlinevirtual |
Internally computed size of this record.
Implements EMF::METARECORD.