#include <genesis/utils/formats/svg/attributes.hpp>
Definition at line 195 of file attributes.hpp.
Public Member Functions | |
| SvgFont (double size=10, std::string const &family="Verdana") | |
| SvgFont (SvgFont &&)=default | |
| SvgFont (SvgFont const &)=default | |
| ~SvgFont ()=default | |
| SvgFont & | operator= (SvgFont &&)=default |
| SvgFont & | operator= (SvgFont const &)=default |
| void | write (std::ostream &out) const |
Public Types | |
| using | self_type = SvgFont |
Public Attributes | |
| std::string | family |
| double | size |
|
explicit |
Definition at line 204 of file attributes.cpp.
|
default |
| void write | ( | std::ostream & | out | ) | const |
Definition at line 213 of file attributes.cpp.
Definition at line 203 of file attributes.hpp.
| std::string family |
Definition at line 230 of file attributes.hpp.
| double size |
Definition at line 229 of file attributes.hpp.