====== FontName ====== Property of [[:scripting:api:style:start|IStyle]] ===== Description ===== Font Name property ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sName = Style.FontName; Style.FontName = sName; ==== Visual Basic Script ==== sName = Style.FontName Style.FontName = sName ==== C++ ==== BSTR sName; HRESULT hr = Style.get_FontName(&sName); hr = Style.put_FontName(sName); ===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~