![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Style struct for a node's overall font style. More...
#include <smgl/Graphviz.hpp>
Public Member Functions | |
| auto | empty () const -> bool |
| Returns whether or not this style has an values set. | |
Public Attributes | |
| std::string | color |
| Font color. | |
| std::string | face |
| Font typeface. | |
Style struct for a node's overall font style.
Definition at line 40 of file Graphviz.hpp.
|
inline |
Returns whether or not this style has an values set.
Definition at line 46 of file Graphviz.hpp.
| std::string smgl::FontStyle::color |
Font color.
Definition at line 42 of file Graphviz.hpp.
| std::string smgl::FontStyle::face |
Font typeface.
Definition at line 44 of file Graphviz.hpp.