scripting:api:style:font-name

FontName

Property of IStyle

Font Name property

Read-Write Property of type BSTR

var sName = Style.FontName;
Style.FontName = sName;
sName = Style.FontName
Style.FontName = sName
BSTR sName;
HRESULT hr = Style.get_FontName(&sName);
hr = Style.put_FontName(sName);