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

text-decoration More...

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

Public Member Functions

E & text_decoration (text_decoration_t &_text_decoration_)
 
E & text_decoration (text_decoration_t &&_text_decoration_)
 

Public Attributes

text_decoration_t _text_decoration = text_decoration_t{}
 

Detailed Description

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

text-decoration

Definition at line 445 of file attributes.cppm.

Member Function Documentation

◆ text_decoration() [1/2]

template<typename E>
E & vg::attr_text_decoration< E >::text_decoration ( text_decoration_t && _text_decoration_)
inlineexport

Definition at line 445 of file attributes.cppm.

◆ text_decoration() [2/2]

template<typename E>
E & vg::attr_text_decoration< E >::text_decoration ( text_decoration_t & _text_decoration_)
inlineexport

Definition at line 445 of file attributes.cppm.


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