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

font-family More...

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

Public Member Functions

E & font_family (std::string &_font_family_)
 
E & font_family (std::string &&_font_family_)
 

Public Attributes

std::string _font_family = "default"
 

Detailed Description

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

font-family

Definition at line 413 of file attributes.cppm.

Member Function Documentation

◆ font_family() [1/2]

template<typename E>
E & vg::attr_font_family< E >::font_family ( std::string && _font_family_)
inlineexport

Definition at line 413 of file attributes.cppm.

◆ font_family() [2/2]

template<typename E>
E & vg::attr_font_family< E >::font_family ( std::string & _font_family_)
inlineexport

Definition at line 413 of file attributes.cppm.


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