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

font-style More...

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

Public Member Functions

E & font_style (font_style_e &_font_style_)
 
E & font_style (font_style_e &&_font_style_)
 

Public Attributes

font_style_e _font_style = font_style_e::NORMAL
 

Detailed Description

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

font-style

Definition at line 423 of file attributes.cppm.

Member Function Documentation

◆ font_style() [1/2]

template<typename E>
E & vg::attr_font_style< E >::font_style ( font_style_e && _font_style_)
inlineexport

Definition at line 423 of file attributes.cppm.

◆ font_style() [2/2]

template<typename E>
E & vg::attr_font_style< E >::font_style ( font_style_e & _font_style_)
inlineexport

Definition at line 423 of file attributes.cppm.


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