TextSpecsOf.hpp
auto textColor(std::string color) -> DerivedSpecs &
Set the color of the text (e.g., "blue", "#404040")
Definition: TextSpecsOf.hpp:75
TextSpecsOf()
Construct a default TextSpecsOf instance.
Definition: TextSpecsOf.hpp:68
auto repr() const -> std::string
Convert this TextSpecsOf object into a gnuplot formatted string.
Definition: TextSpecsOf.hpp:89
auto enhanced(bool value=true) -> DerivedSpecs &
Set the enhanced mode of the text.
Definition: TextSpecsOf.hpp:82