CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attr_font_weight< E > Struct Template Referenceexport

font-weight More...

+ Inheritance diagram for vg::attr_font_weight< E >:
+ Collaboration diagram for vg::attr_font_weight< E >:

Public Member Functions

E & font_weight (font_weight_e &_font_weight_)
 
E & font_weight (font_weight_e &&_font_weight_)
 

Public Attributes

font_weight_e _font_weight = font_weight_e::NORMAL
 

Detailed Description

template<typename E>
struct vg::attr_font_weight< E >

font-weight

Definition at line 427 of file attributes.cppm.

Member Function Documentation

◆ font_weight() [1/2]

template<typename E>
E & vg::attr_font_weight< E >::font_weight ( font_weight_e && _font_weight_)
inlineexport

Definition at line 427 of file attributes.cppm.

◆ font_weight() [2/2]

template<typename E>
E & vg::attr_font_weight< E >::font_weight ( font_weight_e & _font_weight_)
inlineexport

Definition at line 427 of file attributes.cppm.


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