SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.fontSize  property

폰트 크기를 pixel 단위로 지정한다. 

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