SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.fontSize  property

It specifies the font size in pixels. 

Getter
function fontSize(): Integer
Setter
function setFontSize(value: Integer)
Code -1
    columns.setStyles({
        fontSize: 16
    });
See Also
fontBold
fontItalic
fontLineThrough
fontUnderline
fontName
Styles Overview
Examples
Column Styles