Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs
textspan.h File Reference
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 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

#define HTML_BF   (1 << 0)

Definition at line 24 of file textspan.h.

#define HTML_IF   (1 << 1)

Definition at line 25 of file textspan.h.

#define HTML_OL   (1 << 6)

Definition at line 30 of file textspan.h.

#define HTML_S   (1 << 5)

Definition at line 29 of file textspan.h.

#define HTML_SUB   (1 << 4)

Definition at line 28 of file textspan.h.

#define HTML_SUP   (1 << 3)

Definition at line 27 of file textspan.h.

#define HTML_UL   (1 << 2)

Definition at line 26 of file textspan.h.

Typedef Documentation