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

text-anchor More...

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

Public Member Functions

E & text_anchor (text_anchor_e &_text_anchor_)
 
E & text_anchor (text_anchor_e &&_text_anchor_)
 

Public Attributes

text_anchor_e _text_anchor = text_anchor_e::START
 

Detailed Description

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

text-anchor

Definition at line 436 of file attributes.cppm.

Member Function Documentation

◆ text_anchor() [1/2]

template<typename E>
E & vg::attr_text_anchor< E >::text_anchor ( text_anchor_e && _text_anchor_)
inlineexport

Definition at line 436 of file attributes.cppm.

◆ text_anchor() [2/2]

template<typename E>
E & vg::attr_text_anchor< E >::text_anchor ( text_anchor_e & _text_anchor_)
inlineexport

Definition at line 436 of file attributes.cppm.


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