Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
xdot_text Struct Reference

#include <xdot.h>

Data Fields

double x
 
double y
 
xdot_align align
 
double width
 
char * text
 

Detailed Description

Definition at line 94 of file xdot.h.

Field Documentation

◆ align

xdot_align xdot_text::align

Definition at line 96 of file xdot.h.

Referenced by EmbedText(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().

◆ text

char* xdot_text::text

Definition at line 98 of file xdot.h.

Referenced by EmbedText(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().

◆ width

double xdot_text::width

Definition at line 97 of file xdot.h.

Referenced by EmbedText(), jsonXDot_Op(), parseOp(), printXDot_Op(), and write_xdot().

◆ x

double xdot_text::x

Definition at line 95 of file xdot.h.

Referenced by EmbedText(), emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().

◆ y

double xdot_text::y

Definition at line 95 of file xdot.h.

Referenced by EmbedText(), emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().


The documentation for this struct was generated from the following file: