SimpleXlsx
r0.19
|
Font describes a font that can be added into final document stylesheet. More...
#include <SimpleXlsxDef.h>
Public Attributes | |
int32_t | size |
size font size | |
_tstring | name |
name font name (there is no enumeration or preset values, it should be used carefully) | |
bool | theme |
theme if true then color is not taken into account | |
_tstring | color |
color color format: AARRGGBB - (alpha, red, green, blue). If empty default theme is used | |
int32_t | attributes |
combination of additinal font flags (EFontAttributes) |
Font describes a font that can be added into final document stylesheet.