![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Inheritance diagram for vg::text:
Collaboration diagram for vg::text:Public Member Functions | |
| text (std::string _text) | |
| ~text () override | |
| void | apply_to (pixelmap_editor_t &editor) const override |
| footprint | get_footprint () const override |
| font_extents_t | get_font_extents () const |
| text_extents_t | get_text_extents () const |
Public Member Functions inherited from vg::element_t | |
| void | _internal_set_origin (int x, int y) |
| virtual | ~element_t ()=default |
Public Member Functions inherited from vg::attr_hidden< text > | |
| text & | hidden (bool &_hidden_) |
| text & | hidden (bool &&_hidden_) |
Public Member Functions inherited from vg::attr_opacity< text > | |
| text & | opacity (float &_opacity_) |
| text & | opacity (float &&_opacity_) |
Public Member Functions inherited from vg::attr_fill< text > | |
| text & | fill (vg::paint::type &_fill_) |
| text & | fill (vg::paint::type &&_fill_) |
| text & | fill (vg::paint::solid &_fill_) |
| text & | fill (vg::paint::solid &&_fill_) |
| text & | fill (vg::paint::gradient::linear &_fill_) |
| text & | fill (vg::paint::gradient::linear &&_fill_) |
| text & | fill (vg::paint::gradient::radial &_fill_) |
| text & | fill (vg::paint::gradient::radial &&_fill_) |
Public Member Functions inherited from vg::attr_fill_opacity< text > | |
| text & | fill_opacity (double &_fill_opacity_) |
| text & | fill_opacity (double &&_fill_opacity_) |
Public Member Functions inherited from vg::attr_fill_rule< text > | |
| text & | fill_rule (fill_rule_e &_fill_rule_) |
| text & | fill_rule (fill_rule_e &&_fill_rule_) |
Public Member Functions inherited from vg::attr_font_family< text > | |
| text & | font_family (std::string &_font_family_) |
| text & | font_family (std::string &&_font_family_) |
Public Member Functions inherited from vg::attr_font_size< text > | |
| text & | font_size (int &_font_size_) |
| text & | font_size (int &&_font_size_) |
Public Member Functions inherited from vg::attr_font_stretch< text > | |
| text & | font_stretch (double &_font_stretch_) |
| text & | font_stretch (double &&_font_stretch_) |
Public Member Functions inherited from vg::attr_font_style< text > | |
| text & | font_style (font_style_e &_font_style_) |
| text & | font_style (font_style_e &&_font_style_) |
Public Member Functions inherited from vg::attr_font_weight< text > | |
| text & | font_weight (font_weight_e &_font_weight_) |
| text & | font_weight (font_weight_e &&_font_weight_) |
Public Member Functions inherited from vg::attr_x< text > | |
| text & | x (const quantify::quantity_t< UNIT, T > &_x_) |
| text & | x (quantify::quantity_t< UNIT, T > &&_x_) |
| text & | x (const int &_x_) |
| text & | x (int &&_x_) |
Public Member Functions inherited from vg::attr_y< text > | |
| text & | y (const quantify::quantity_t< UNIT, T > &_y_) |
| text & | y (quantify::quantity_t< UNIT, T > &&_y_) |
| text & | y (const int &_y_) |
| text & | y (int &&_y_) |
Public Member Functions inherited from vg::attr_rotate< text > | |
| text & | rotate (double &_rotate_) |
| text & | rotate (double &&_rotate_) |
Public Member Functions inherited from vg::attr_pivot_x< text > | |
| text & | pivot_x (const quantify::quantity_t< UNIT, T > &_pivot_x_) |
| text & | pivot_x (quantify::quantity_t< UNIT, T > &&_pivot_x_) |
| text & | pivot_x (const int &_pivot_x_) |
| text & | pivot_x (int &&_pivot_x_) |
Public Member Functions inherited from vg::attr_pivot_y< text > | |
| text & | pivot_y (const quantify::quantity_t< UNIT, T > &_pivot_y_) |
| text & | pivot_y (quantify::quantity_t< UNIT, T > &&_pivot_y_) |
| text & | pivot_y (const int &_pivot_y_) |
| text & | pivot_y (int &&_pivot_y_) |
Public Member Functions inherited from vg::attr_scale_x< text > | |
| text & | scale_x (double &_scale_x_) |
| text & | scale_x (double &&_scale_x_) |
Public Member Functions inherited from vg::attr_scale_y< text > | |
| text & | scale_y (double &_scale_y_) |
| text & | scale_y (double &&_scale_y_) |
Public Member Functions inherited from vg::attr_w< text > | |
| text & | w (const quantify::quantity_t< UNIT, T > &_w_) |
| text & | w (quantify::quantity_t< UNIT, T > &&_w_) |
| text & | w (const int &_w_) |
| text & | w (int &&_w_) |
Public Member Functions inherited from vg::attr_h< text > | |
| text & | h (const quantify::quantity_t< UNIT, T > &_h_) |
| text & | h (quantify::quantity_t< UNIT, T > &&_h_) |
| text & | h (const int &_h_) |
| text & | h (int &&_h_) |
Public Attributes | |
| std::string | _text |
Public Attributes inherited from vg::element_t | |
| int | origin_x = 0 |
| int | origin_y = 0 |
Public Attributes inherited from vg::attr_hidden< text > | |
| bool | _hidden |
Public Attributes inherited from vg::attr_opacity< text > | |
| float | _opacity |
Public Attributes inherited from vg::attr_fill< text > | |
| vg::paint::type | _fill |
Public Attributes inherited from vg::attr_fill_opacity< text > | |
| double | _fill_opacity |
Public Attributes inherited from vg::attr_fill_rule< text > | |
| fill_rule_e | _fill_rule |
Public Attributes inherited from vg::attr_font_family< text > | |
| std::string | _font_family |
Public Attributes inherited from vg::attr_font_size< text > | |
| int | _font_size |
Public Attributes inherited from vg::attr_font_stretch< text > | |
| double | _font_stretch |
Public Attributes inherited from vg::attr_font_style< text > | |
| font_style_e | _font_style |
Public Attributes inherited from vg::attr_font_weight< text > | |
| font_weight_e | _font_weight |
Public Attributes inherited from vg::attr_x< text > | |
| int | _x |
Public Attributes inherited from vg::attr_y< text > | |
| int | _y |
Public Attributes inherited from vg::attr_rotate< text > | |
| double | _rotate |
Public Attributes inherited from vg::attr_pivot_x< text > | |
| int | _pivot_x |
Public Attributes inherited from vg::attr_pivot_y< text > | |
| int | _pivot_y |
Public Attributes inherited from vg::attr_scale_x< text > | |
| double | _scale_x |
Public Attributes inherited from vg::attr_scale_y< text > | |
| double | _scale_y |
Public Attributes inherited from vg::attr_w< text > | |
| int | _w |
Public Attributes inherited from vg::attr_h< text > | |
| int | _h |
Additional Inherited Members | |
Protected Member Functions inherited from vg::attrs_fill< text > | |
| void | apply_fill (pixelmap_editor_t &editor) const |
| void | set_source_to_fill (pixelmap_editor_t &editor) const |
| color::Color | sample_fill (int x, int y) const |
Protected Member Functions inherited from vg::attrs_font< text > | |
| void | apply_font (pixelmap_editor_t &editor) const |
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 41 of file text.cppm.
Here is the call graph for this function:
|
inlineexport |
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 69 of file text.cppm.
Here is the call graph for this function:
|
inlineexport |