scripting:api:style:font-size

FontSize

Property of IStyle

Font Size property

Read-Write Property of type long

var nSize = Style.FontSize;
Style.FontSize = nSize;
nSize = Style.FontSize
Style.FontSize = nSize
long nSize;
HRESULT hr = Style.get_FontSize(&nSize);
hr = Style.put_FontSize(nSize);