SimpleXlsx  r0.19
 All Classes Namespaces Functions Variables Enumerations Pages
SimpleXlsx::Font Class Reference

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)

Detailed Description

Font describes a font that can be added into final document stylesheet.

See Also
EFontAttributes

The documentation for this class was generated from the following file: