Graphviz 13.0.0~dev.20241220.2304
|
#include <htmlparse.h>
Data Fields | |
htmllabel_t * | lbl |
htmltbl_t * | tblstack |
textspans_t | fitemList |
htextspans_t | fspanList |
agxbuf * | str |
sfont_t | fontstack |
GVC_t * | gvc |
Definition at line 359 of file htmlparse.c.
textspans_t htmlparserstate_s::fitemList |
Definition at line 362 of file htmlparse.c.
Referenced by appendFItemList(), appendFItemList(), appendFLineList(), appendFLineList(), cleanup(), cleanup(), mkText(), and mkText().
sfont_t htmlparserstate_s::fontstack |
Definition at line 365 of file htmlparse.c.
Referenced by appendFItemList(), appendFItemList(), appendFLineList(), appendFLineList(), cleanup(), cleanup(), popFont(), popFont(), pushFont(), and pushFont().
htextspans_t htmlparserstate_s::fspanList |
Definition at line 363 of file htmlparse.c.
Referenced by appendFLineList(), appendFLineList(), cleanup(), cleanup(), mkText(), and mkText().
GVC_t * htmlparserstate_s::gvc |
Definition at line 366 of file htmlparse.c.
Referenced by pushFont(), and pushFont().
htmllabel_t * htmlparserstate_s::lbl |
Definition at line 360 of file htmlparse.c.
agxbuf * htmlparserstate_s::str |
Definition at line 364 of file htmlparse.c.
htmltbl_t * htmlparserstate_s::tblstack |