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

font-size More...

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

Public Member Functions

E & font_size (int &_font_size_)
 
E & font_size (int &&_font_size_)
 

Public Attributes

int _font_size = 12
 

Detailed Description

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

font-size

Definition at line 415 of file attributes.cppm.

Member Function Documentation

◆ font_size() [1/2]

template<typename E>
E & vg::attr_font_size< E >::font_size ( int && _font_size_)
inlineexport

Definition at line 415 of file attributes.cppm.

◆ font_size() [2/2]

template<typename E>
E & vg::attr_font_size< E >::font_size ( int & _font_size_)
inlineexport

Definition at line 415 of file attributes.cppm.


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