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
- Column Styles