SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.fontName  property

폰트 이름을 지정한다. 

Getter
function fontName(): String
Setter
function setFontName(value: String)
Code -1
    columns.setStyles({
        fontName: 'Tahoma',
        fontSize: 20
    });
See Also
fontBold
fontItalic
fontLineThrough
fontUnderline
fontSize
스타일 개요
Examples
Column Styles