IFontOption Interface Members
In This Topic
The following tables list the members exposed by IFontOption.
Public Methods
| Name | Description |
 | getFontFamily | A string that represents the label text fontFamily. The default value is 'sans-serif'. |
 | getFontSize | A string that represents the label text fontSize. The default value is '12px'. |
 | getFontStyle | A string that represents the label text fontStyle. The default value is 'normal'. |
 | getFontTextAlign | A string that represents the label text fontTextAlign. The default value is 'center'. |
 | getFontTextDecoration | A string that represents the label text fontTextDecoration. The default value is 'none'. |
 | getFontWeight | A string that represents the label text fontWeight. The default value is 'normal'. |
Top
See Also