MetaCreateFontIndirect


This metafile command creates a font indirectly.

class MetaCreateFontIndirect : public Meta
{
 public:
  unsigned FontIndex;
  LogicalFont LogicalFontCreate;
};

Members

FontIndex The index into the handle table of the device context.
LogicalFontCreate An instance of the class LogicalFont.

Notes

See related C function CreateFontIndirect.