![]() |
Prusa Slicer 2.6.0
|
Define how to create 'Text volume' It is stored into .3mf by TextConfigurationSerialization It is part of ModelVolume optional data. More...
#include <src/libslic3r/TextConfiguration.hpp>
Collaboration diagram for Slic3r::TextConfiguration:Public Member Functions | |
| template<class Archive > | |
| void | save (Archive &ar) const |
| template<class Archive > | |
| void | load (Archive &ar) |
Public Attributes | |
| EmbossStyle | style |
| std::string | text = "None" |
| std::optional< Transform3d > | fix_3mf_tr |
Define how to create 'Text volume' It is stored into .3mf by TextConfigurationSerialization It is part of ModelVolume optional data.
|
inline |
References fix_3mf_tr, cereal::load(), style, and text.
Here is the call graph for this function:
|
inline |
References fix_3mf_tr, cereal::save(), style, and text.
Here is the call graph for this function:| std::optional<Transform3d> Slic3r::TextConfiguration::fix_3mf_tr |
| EmbossStyle Slic3r::TextConfiguration::style |
Referenced by Slic3r::GUI::GLGizmoEmboss::create_notification_not_valid_font(), Slic3r::GUI::GLGizmoEmboss::create_volume(), priv::cut_surface(), load(), Slic3r::GUI::on_mouse_surface_drag(), Slic3r::GUI::Emboss::CreateObjectJob::process(), save(), Slic3r::GUI::GLGizmoEmboss::set_volume_by_selection(), priv::start_create_object_job(), priv::start_create_volume_job(), priv::start_create_volume_on_surface_job(), and Slic3r::TextConfigurationSerialization::to_xml().
| std::string Slic3r::TextConfiguration::text = "None" |