MetaText


This metafile command performs text output.

class MetaText
{
 public:
  Point Reference;
  unsigned Characters;
  unsigned StringOffset;
  unsigned Options;
  Rectangle Text;
  unsigned CharacterIncrementsOffset;
};

Members

Reference The logical coordinates used to position the string.
Characters The number of characters in the string.
StringOffset The offset to the string.
Options Values that specify how to use the rectangle defined by the application. This member may be a combination of the values VectorTextClipped and VectorTextOpaque.
Text An optional rectangle that is used for clipping or painting the background.
CharacterIncrementsOffset An offset to an array of values used for interspacing the text.