IFont::put_Charset

Sets the font's character set.

HRESULT put_Charset(
  short charset  //Character set
);
 

Parameters

charset
[in] New character set for the font.

Return Values

The method supports the standard return value E_INVALIDARG, as well as the following:

S_OK
The character set was changed successfully.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.

See Also

IFont::get_Charset