Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::detail::font_style Struct Reference

Public Member Functions

 font_style ()=default
 
 font_style (unsigned weight, bool italic=false, bool underline=false, bool strike_out=false)
 

Public Attributes

unsigned weight { 400 }
 
bool italic { false }
 
bool underline { false }
 
bool strike_out { false }
 

Constructor & Destructor Documentation

nana::detail::font_style::font_style ( )
default
nana::detail::font_style::font_style ( unsigned  weight,
bool  italic = false,
bool  underline = false,
bool  strike_out = false 
)

Member Data Documentation

bool nana::detail::font_style::italic { false }
bool nana::detail::font_style::strike_out { false }
bool nana::detail::font_style::underline { false }
unsigned nana::detail::font_style::weight { 400 }