CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attrs_font< T > Struct Template Referenceexport
+ 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
 

Detailed Description

template<typename T>
struct vg::attrs_font< T >

Definition at line 511 of file attributes.cppm.

Member Function Documentation

◆ apply_font()

template<typename T>
void vg::attrs_font< T >::apply_font ( pixelmap_editor_t & editor) const
inlineexportprotected

Definition at line 517 of file attributes.cppm.


The documentation for this struct was generated from the following file: