|
Graphviz
2.31.20130524.0447
|
#include <types.h>

Data Fields | |
| char * | text |
| char * | fontname |
| char * | fontcolor |
| int | charset |
| double | fontsize |
| pointf | dimen |
| pointf | space |
| pointf | pos |
| union { | |
| struct { | |
| textpara_t * para | |
| short nparas | |
| } txt | |
| htmllabel_t * html | |
| } | u |
| char | valign |
| boolean | set |
| boolean | html |
Definition at line 131 of file types.h.
Referenced by make_html_label(), make_simple_label(), and make_label().
Definition at line 133 of file types.h.
Referenced by make_html_label(), make_simple_label(), emit_label(), selfRightSpace(), common_init_edge(), and overlap_label().
| char * textlabel_t::fontcolor |
Definition at line 130 of file types.h.
Referenced by emit_html_label(), make_html_label(), make_label(), and emit_label().
| char * textlabel_t::fontname |
Definition at line 130 of file types.h.
Referenced by emit_html_label(), make_html_label(), and make_label().
| double textlabel_t::fontsize |
Definition at line 132 of file types.h.
Referenced by emit_html_label(), make_html_label(), make_label(), and emit_label().
Definition at line 143 of file types.h.
Referenced by make_html_label(), make_label(), free_label(), and emit_label().
| short textlabel_t::nparas |
Definition at line 137 of file types.h.
Referenced by emit_html_label(), emit_label(), place_portlabel(), common_init_edge(), and overlap_label().
Definition at line 146 of file types.h.
Referenced by place_portlabel().
Definition at line 134 of file types.h.
Referenced by make_simple_label(), and emit_label().
| char* textlabel_t::text |
Definition at line 130 of file types.h.
Referenced by make_html_label(), make_simple_label(), make_label(), and free_label().
| struct { ... } textlabel_t::txt |
Referenced by free_label(), and emit_label().
| union { ... } textlabel_t::u |
Referenced by make_html_label(), free_label(), and emit_label().
| char textlabel_t::valign |
Definition at line 145 of file types.h.
Referenced by emit_label().
1.7.5