Graphviz
2.41.20171026.1811
|
#include <textspan.h>
Data Fields | |
char * | name |
char * | color |
PostscriptAlias * | postscript_alias |
double | size |
unsigned int | flags:7 |
unsigned int | cnt:(sizeof(unsigned int) * 8 - 7) |
Definition at line 48 of file textspan.h.
unsigned int textfont_t::cnt |
Definition at line 54 of file textspan.h.
char* textfont_t::color |
Definition at line 50 of file textspan.h.
Referenced by emit_html_label(), and make_html_label().
unsigned int textfont_t::flags |
Definition at line 53 of file textspan.h.
Referenced by make_html_label(), and xdotBB().
char* textfont_t::name |
Definition at line 49 of file textspan.h.
Referenced by emit_html_label(), make_html_label(), textspan_size(), and xdotBB().
PostscriptAlias* textfont_t::postscript_alias |
Definition at line 51 of file textspan.h.
Referenced by textspan_size().
double textfont_t::size |
Definition at line 52 of file textspan.h.
Referenced by emit_html_label(), make_html_label(), and xdotBB().