Nana C++ Library. Reference for users.
What we need to use nana
|
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 } |
|
default |
nana::detail::font_style::font_style | ( | unsigned | weight, |
bool | italic = false , |
||
bool | underline = false , |
||
bool | strike_out = false |
||
) |
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 } |