libabigail
|
#include <abg-viz-common.h>
Public Types | |
enum | anchor { start , middle } |
Public Member Functions | |
std::string | anchor_to_string (anchor) const |
std::string | to_attribute (anchor) const |
Public Attributes | |
std::string | _M_attributes |
color | _M_color |
std::string | _M_face |
unsigned short | _M_size |
Character rendering, type, fonts, styles.
Expect to keep changing the output, so use this abstraction to set styling defaults, so that one can just assign types instead of doing a bunch of search-and-replace operations when changing type characteristics.
Definition at line 80 of file abg-viz-common.h.
enum anchor |
Definition at line 82 of file abg-viz-common.h.
std::string anchor_to_string | ( | anchor | __val | ) | const |
Definition at line 107 of file abg-viz-common.cc.
std::string to_attribute | ( | anchor | __a | ) | const |
Definition at line 127 of file abg-viz-common.cc.
std::string _M_attributes |
Definition at line 87 of file abg-viz-common.h.
color _M_color |
Definition at line 86 of file abg-viz-common.h.
std::string _M_face |
Definition at line 84 of file abg-viz-common.h.
unsigned short _M_size |
Definition at line 85 of file abg-viz-common.h.