SMART datagrid v.1 > Classes > GridStyles
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
- 列样式