logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

EMF::EMREXTTEXTOUTW - EMF Extended Text Output Wide character.

Author

       Generated automatically by Doxygen for libemf from the source code.

Version 1.0.9                                Thu Jun 6 2024 23:01:07                      EMF::EMREXTTEXTOUTW(3)

Constructor & Destructor Documentation

EMF::EMREXTTEXTOUTW::EMREXTTEXTOUTW(constRECTL*bounds,DWORDgraphicsMode,FLOATxScale,FLOATyScale,constPEMRTEXTtext,LPCWSTRstring,constINT*dx)[inline]Parametersbounds 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.

   EMF::EMREXTTEXTOUTW::EMREXTTEXTOUTW(DATASTREAM&ds)[inline]
       Construct a ExtTextOutA record from the input stream.

       Parametersds Metafile datastream.

   EMF::EMREXTTEXTOUTW::~EMREXTTEXTOUTW()[inline]
       Destructor frees its copy of the string and its character offset array

Detailed Description

       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.

Member Function Documentation

voidEMF::EMREXTTEXTOUTW::execute(METAFILEDEVICECONTEXT*source,HDCdc)const[inline],[virtual]
       Execute this record in the context of the given device context.

       Parameterssource the device context from which this record is taken.
           dc device context for execute.

       Implements EMF::METARECORD.

   boolEMF::EMREXTTEXTOUTW::serialize(DATASTREAMds)[inline],[virtual]Parametersds Metafile datastream.

       Implements EMF::METARECORD.

   intEMF::EMREXTTEXTOUTW::size(void)const[inline],[virtual]
       Internally computed size of this record.

       Implements EMF::METARECORD.

Name

       EMF::EMREXTTEXTOUTW - EMF Extended Text Output Wide character.

Synopsis

       #include <libemf.h>

       Inherits EMF::METARECORD, and EMREXTTEXTOUTA.

   PublicMemberFunctionsEMREXTTEXTOUTW (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

       Public Member Functions inherited from EMF::METARECORD
       virtual ~METARECORD ()

See Also