EMF Extended Text Output ASCII. More...
#include <libemf.h>
Public Member Functions | |
EMREXTTEXTOUTA (const RECTL *bounds, DWORD graphicsMode, FLOAT xScale, FLOAT yScale, const PEMRTEXT text, LPCSTR string, const INT *dx) |
EMF Extended Text Output ASCII.
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.
EMF::EMREXTTEXTOUTA::EMREXTTEXTOUTA | ( | const RECTL * | bounds, | |
DWORD | graphicsMode, | |||
FLOAT | xScale, | |||
FLOAT | yScale, | |||
const PEMRTEXT | text, | |||
LPCSTR | string, | |||
const INT * | dx | |||
) | [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. |