[]
Font option.
public interface IFontOption
A string that represents the label text fontFamily. The default value is 'sans-serif'.
string FontFamily { get; }
A string that represents the label text fontSize. The default value is '12px'.
int FontSize { get; }
A string that represents the label text fontStyle. The default value is 'normal'.
string FontStyle { get; }
A string that represents the label text fontTextAlign. The default value is 'center'.
string FontTextAlign { get; }
A string that represents the label text fontTextDecoration. The default value is 'none'.
string FontTextDecoration { get; }
A string that represents the label text fontWeight. The default value is 'normal'.
string FontWeight { get; }