Graphviz 13.0.0~dev.20250424.1043
|
options to tweak the behavior of XML escaping More...
#include <xml.h>
Data Fields | |
unsigned | raw: 1 |
assume no embedded escapes, and escape "\n" and "\r" | |
unsigned | dash: 1 |
escape '-' | |
unsigned | nbsp: 1 |
escape consecutive ' ' | |
unsigned | utf8: 1 |
anticipate non-ASCII characters that need to be encoded | |
unsigned xml_flags_t::dash |
Definition at line 34 of file xml.h.
Referenced by EmbedText(), gvputs_xml(), xml_puts(), and xml_puts().
unsigned xml_flags_t::raw |
Definition at line 32 of file xml.h.
Referenced by pango_textlayout(), svg_begin_anchor(), and svg_textspan().