MetaSetTextColor


This metafile command sets the color of text.

class MetaSetTextColor : public Meta
{
 public:
  color TextColor;
};

Members

TextColor The new color to be used to draw text.

Notes

See related C function SetTextColor.