MetaPolytextOut


This metafile command draws multiple strings of text.

class MetaPolytextOut : public Meta
{
 public:
  Rectangle Bounds;
  unsigned GraphicsMode;
  number ScaleX;
  number ScaleY;
  int Strings;
  MetaText ArrayMetaText[1];

  MetaText& operator()(unsigned index);
};

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.
Strings The number of strings to be rendered.
ArrayMetaText An array of instances of the class MetaText.