#include <libemf.h>
Inheritance diagram for EMF::EMREXTTEXTOUTA::
Public Methods | |
EMREXTTEXTOUTA (const RECTL *bounds, DWORD graphicsMode, FLOAT xScale, FLOAT yScale, const PEMRTEXT text, LPCSTR string, const INT *dx) | |
EMREXTTEXTOUTA (DATASTREAM &ds) | |
~EMREXTTEXTOUTA () | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
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.
|
|
|
Construct a ExtTextOutA record from the input stream.
|
|
Destructor frees its copy of the string and its character offset array |
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. |