EMF::EMREXTTEXTOUTW(3) | libemf | EMF::EMREXTTEXTOUTW(3) |
EMF::EMREXTTEXTOUTW - EMF Extended Text Output Wide character.
#include <libemf.h>
Inherits EMF::METARECORD, and EMREXTTEXTOUTA.
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
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.
Parameters
Construct a ExtTextOutA record from the input stream.
Parameters
Destructor frees its copy of the string and its character offset array
Execute this record in the context of the given device context.
Parameters
Implements EMF::METARECORD.
Parameters
Implements EMF::METARECORD.
Internally computed size of this record.
Implements EMF::METARECORD.
Generated automatically by Doxygen for libemf from the source code.
Wed Jun 29 2022 | Version 1.0.9 |