SMART datagrid v.1 >  Classes >  GridStyles
DataLudi.GridStyles.fontItalic  property
It is specified as true when make the text italic. 
- Getter
- function fontItalic(): Boolean
- Setter
- function setFontItalic(value: Boolean)
Code -1
    columns.setStyles({
        fontItalic: true
    });
- See Also
- fontBold
- fontLineThrough
- fontUnderline
- fontName
- fontSize
- Styles Overview
- Examples
- Column Styles