Sets the font’s current bold property. Changing the Bold property may also change the Weight property. Setting Bold to TRUE sets the Weight to FW_BOLD (700); setting Bold to FALSE sets Weight to FW_NORMAL (400).
HRESULT put_Bold(
BOOL bold |
//Bold property for the font |
); |
Parameters
Return Values
See Also