Creates a duplicate font object with a state identical to the current font.
HRESULT Clone(
IFont** ppfont //Address of output variable that receives the
//IFont interface pointer
);
The method supports the standard return values E_UNEXPECTED and E_OUTOFMEMORY, as well as the following:
The new font object is entirely independent of the first. The caller is responsible for releasing this new object when it is no longer needed. This method does not affect the reference count of the font being cloned.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.