Specifies a new name for the font family.
HRESULT put_Name(
BSTR name |
//Name of the font family |
); |
Parameters
Return Values
The method supports the standard return value E_UNEXPECTED, as well as the following:
Remarks
The string value is caller allocated and the caller is responsible for freeing it after this call returns.
See Also