SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.fontName property
It specifies the font name.
- Getter
- function fontName(): String
- Setter
- function setFontName(value: String)
Code -1
columns.setStyles({
fontName: 'Tahoma',
fontSize: 20
});
- See Also
- fontBold
- fontItalic
- fontLineThrough
- fontUnderline
- fontSize
- Styles Overview
- Examples
- Column Styles