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

font-stretch More...

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

Public Member Functions

E & font_stretch (double &_font_stretch_)
 
E & font_stretch (double &&_font_stretch_)
 

Public Attributes

double _font_stretch = 1.0
 

Detailed Description

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

font-stretch

Definition at line 419 of file attributes.cppm.

Member Function Documentation

◆ font_stretch() [1/2]

template<typename E>
E & vg::attr_font_stretch< E >::font_stretch ( double && _font_stretch_)
inlineexport

Definition at line 419 of file attributes.cppm.

◆ font_stretch() [2/2]

template<typename E>
E & vg::attr_font_stretch< E >::font_stretch ( double & _font_stretch_)
inlineexport

Definition at line 419 of file attributes.cppm.


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