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