Graphviz 13.0.0~dev.20241220.2304
|
#include <textspan.h>
Data Fields | |
char * | name |
char * | color |
PostscriptAlias * | postscript_alias |
double | size |
unsigned int | flags:GV_TEXTFONT_FLAGS_WIDTH |
unsigned int | cnt:(sizeof(unsigned int) * 8 - GV_TEXTFONT_FLAGS_WIDTH) |
reference count | |
Definition at line 53 of file textspan.h.
unsigned int textfont_t::cnt |
Definition at line 59 of file textspan.h.
char* textfont_t::color |
Definition at line 55 of file textspan.h.
Referenced by emit_htextspans(), emit_html_label(), make_html_label(), popFontInfo(), pushFont(), pushFont(), pushFontInfo(), size_html_txt(), textfont_comparf(), textfont_freef(), and textfont_makef().
unsigned int textfont_t::flags |
Definition at line 58 of file textspan.h.
Referenced by cairogen_textspan(), emit_htextspans(), estimate_textspan_size(), make_html_label(), pango_textlayout(), pushFont(), pushFont(), size_html_txt(), svg_textspan(), textfont_comparf(), textfont_makef(), xdot_textspan(), and xdotBB().
char* textfont_t::name |
Definition at line 54 of file textspan.h.
Referenced by emit_htextspans(), emit_html_label(), estimate_textspan_size(), gdgen_textspan(), gdiplus_textlayout(), gdiplusgen_textspan(), make_html_label(), pango_textlayout(), pic_textspan(), popFontInfo(), pov_textspan(), psgen_textspan(), pushFont(), pushFont(), pushFontInfo(), quartz_textlayout(), quartzgen_textspan(), size_html_txt(), storeline(), svg_textspan(), textfont_comparf(), textfont_freef(), textfont_makef(), tkgen_textspan(), xdot_textspan(), and xdotBB().
PostscriptAlias* textfont_t::postscript_alias |
Definition at line 56 of file textspan.h.
Referenced by emit_htextspans(), fig_textspan(), gdgen_textspan(), lasi_textspan(), pango_textlayout(), pov_textspan(), svg_textspan(), textfont_makef(), and tkgen_textspan().
double textfont_t::size |
Definition at line 57 of file textspan.h.
Referenced by emit_htextspans(), emit_html_label(), estimate_textspan_size(), fig_textspan(), gdgen_textspan(), gdiplus_textlayout(), gdiplusgen_textspan(), lasi_textspan(), make_html_label(), pango_textlayout(), pic_textspan(), popFontInfo(), pov_textspan(), psgen_textspan(), pushFont(), pushFont(), pushFontInfo(), quartz_textlayout(), quartzgen_textspan(), size_html_txt(), storeline(), svg_textspan(), textfont_comparf(), textfont_makef(), tkgen_textspan(), xdot_textspan(), and xdotBB().