MetaTextOutExtended


This metafile command performs an extended text output.

class MetaTextOutExtended : public Meta
{
 public:
  Rectangle Bounds;
  unsigned GraphicsMode;
  Float ScaleX;
  Float ScaleY;
  MetaText MetaTextOut;
};

Members

Bounds The bounding rectangle for the operation (in device units).
GraphicsMode The graphics mode.
ScaleX The horizontal scaling factor in units of 0.01mm. This applies only for graphics mode Compatible.
ScaleY The vertical scaling factor in units of 0.01mm. This applies only for graphics mode Compatible.
MetaTextOut An instance of the class MetaText.

Notes

See related C function ExtendedTextOut.