![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Protected Member Functions | |
void | apply_font (pixelmap_editor_t &editor) const |
Additional Inherited Members | |
![]() | |
T & | font_family (std::string &_font_family_) |
T & | font_family (std::string &&_font_family_) |
![]() | |
T & | font_size (int &_font_size_) |
T & | font_size (int &&_font_size_) |
![]() | |
T & | font_stretch (double &_font_stretch_) |
T & | font_stretch (double &&_font_stretch_) |
![]() | |
T & | font_style (font_style_e &_font_style_) |
T & | font_style (font_style_e &&_font_style_) |
![]() | |
T & | font_weight (font_weight_e &_font_weight_) |
T & | font_weight (font_weight_e &&_font_weight_) |
![]() | |
std::string | _font_family |
![]() | |
int | _font_size |
![]() | |
double | _font_stretch |
![]() | |
font_style_e | _font_style |
![]() | |
font_weight_e | _font_weight |
Definition at line 511 of file attributes.cppm.
|
inlineexportprotected |
Definition at line 517 of file attributes.cppm.