Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches

textspan_t, textfont_t, PostscriptAlias More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _PostscriptAlias
 
struct  textfont_t
 
struct  textspan_t
 

Macros

#define GV_TEXTFONT_FLAGS_WIDTH   7
 
#define HTML_BF   (1 << 0)
 
#define HTML_IF   (1 << 1)
 
#define HTML_UL   (1 << 2)
 
#define HTML_SUP   (1 << 3)
 
#define HTML_SUB   (1 << 4)
 
#define HTML_S   (1 << 5)
 
#define HTML_OL   (1 << 6)
 

Typedefs

typedef struct _PostscriptAlias PostscriptAlias
 

Macro Definition Documentation

◆ GV_TEXTFONT_FLAGS_WIDTH

#define GV_TEXTFONT_FLAGS_WIDTH   7

Definition at line 24 of file textspan.h.

◆ HTML_BF

#define HTML_BF   (1 << 0)

Definition at line 29 of file textspan.h.

◆ HTML_IF

#define HTML_IF   (1 << 1)

Definition at line 30 of file textspan.h.

◆ HTML_OL

#define HTML_OL   (1 << 6)

Definition at line 35 of file textspan.h.

◆ HTML_S

#define HTML_S   (1 << 5)

Definition at line 34 of file textspan.h.

◆ HTML_SUB

#define HTML_SUB   (1 << 4)

Definition at line 33 of file textspan.h.

◆ HTML_SUP

#define HTML_SUP   (1 << 3)

Definition at line 32 of file textspan.h.

◆ HTML_UL

#define HTML_UL   (1 << 2)

Definition at line 31 of file textspan.h.

Typedef Documentation

◆ PostscriptAlias