Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 821 of file olefont.c.
{ OLEFontImpl *this = (OLEFontImpl *)iface; TRACE("(%p)->(%d)\n", this, bold); this->description.sWeight = bold ? FW_BOLD : FW_NORMAL; OLEFont_SendNotify(this, DISPID_FONT_BOLD); return S_OK; }