--- wmfwr_old.hxx 2007-06-27 21:37:19.000000000 +0000 +++ wmfwr.hxx 2008-03-16 08:13:20.494000000 +0000 @@ -105,6 +105,8 @@ private: Region aSrcClipRegion; WMFWriterAttrStackMember * pAttrStack; + UINT32 eSrcHorTextAlign; + // Aktuelle Attribute im Ziel-Metafile: Color aDstLineColor; Color aDstFillColor; @@ -114,6 +116,9 @@ private: FontAlign eDstTextAlign; Font aDstFont; + UINT32 eDstHorTextAlign; + + BOOL bDstIsClipping; // ???: derzeit unberuecksichtigt Region aDstClipRegion; // ???: derzeit unberuecksichtigt BOOL bHandleAllocated[MAXOBJECTHANDLES]; // Welche Handles vergeben sind @@ -185,7 +190,7 @@ private: void WMFRecord_SetStretchBltMode(); void WMFRecord_SetPixel(const Point & rPoint, const Color & rColor); void WMFRecord_SetROP2(RasterOp eROP); - void WMFRecord_SetTextAlign(FontAlign eFontAlign); + void WMFRecord_SetTextAlign(FontAlign eFontAlign, UINT32 eHorTextAlign); void WMFRecord_SetTextColor(const Color & rColor); void WMFRecord_SetWindowExt(const Size & rSize); void WMFRecord_SetWindowOrg(const Point & rPoint);