|
| 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 |
|
void | _internal_set_origin (int x, int y) |
|
virtual | ~element_t ()=default |
|
text & | hidden (bool &_hidden_) |
|
text & | hidden (bool &&_hidden_) |
|
text & | opacity (float &_opacity_) |
|
text & | opacity (float &&_opacity_) |
|
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_) |
|
text & | fill_opacity (double &_fill_opacity_) |
|
text & | fill_opacity (double &&_fill_opacity_) |
|
text & | fill_rule (fill_rule_e &_fill_rule_) |
|
text & | fill_rule (fill_rule_e &&_fill_rule_) |
|
text & | font_family (std::string &_font_family_) |
|
text & | font_family (std::string &&_font_family_) |
|
text & | font_size (int &_font_size_) |
|
text & | font_size (int &&_font_size_) |
|
text & | font_stretch (double &_font_stretch_) |
|
text & | font_stretch (double &&_font_stretch_) |
|
text & | font_style (font_style_e &_font_style_) |
|
text & | font_style (font_style_e &&_font_style_) |
|
text & | font_weight (font_weight_e &_font_weight_) |
|
text & | font_weight (font_weight_e &&_font_weight_) |
|
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_) |
|
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_) |
|
text & | rotate (double &_rotate_) |
|
text & | rotate (double &&_rotate_) |
|
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_) |
|
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_) |
|
text & | scale_x (double &_scale_x_) |
|
text & | scale_x (double &&_scale_x_) |
|
text & | scale_y (double &_scale_y_) |
|
text & | scale_y (double &&_scale_y_) |
|
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_) |
|
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_) |
|
Definition at line 19 of file text.cppm.