libxlsxwriter
|
Struct to represent a chart font. More...
Data Fields | |
const char * | name |
double | size |
uint8_t | bold |
uint8_t | italic |
uint8_t | underline |
int32_t | rotation |
lxw_color_t | color |
uint8_t | pitch_family |
uint8_t | charset |
int8_t | baseline |
const char* lxw_chart_font::name |
The chart font name, such as "Arial" or "Calibri".
double lxw_chart_font::size |
The chart font size. The default is 11.
uint8_t lxw_chart_font::bold |
The chart font bold property. Set to 0 or 1.
uint8_t lxw_chart_font::italic |
The chart font italic property. Set to 0 or 1.
uint8_t lxw_chart_font::underline |
The chart font underline property. Set to 0 or 1.
int32_t lxw_chart_font::rotation |
The chart font rotation property. Range: -90 to 90, and 270, 271 and 360:
lxw_color_t lxw_chart_font::color |
The chart font color. See Working with Colors.
uint8_t lxw_chart_font::pitch_family |
The chart font pitch family property. Rarely required, set to 0.
uint8_t lxw_chart_font::charset |
The chart font character set property. Rarely required, set to 0.
int8_t lxw_chart_font::baseline |
The chart font baseline property. Rarely required, set to 0.