Orcus
Loading...
Searching...
No Matches
orcus::spreadsheet::font_t Struct Reference

#include <styles.hpp>

Classes

struct  hash

Public Member Functions

 font_t (const font_t &other)
font_toperator= (const font_t &other)
bool operator== (const font_t &other) const
bool operator!= (const font_t &other) const
void reset ()

Public Attributes

std::optional< std::string_view > name
std::optional< std::string_view > name_asian
std::optional< std::string_view > name_complex
std::optional< double > size
std::optional< double > size_asian
std::optional< double > size_complex
std::optional< bool > bold
std::optional< bool > bold_asian
std::optional< bool > bold_complex
std::optional< bool > italic
std::optional< bool > italic_asian
std::optional< bool > italic_complex
std::optional< color_tcolor
underline_t underline
strikethrough_t strikethrough

Detailed Description

Font style record.