textlabel_t Struct Reference

#include <types.h>

Collaboration diagram for textlabel_t:

Collaboration graph
[legend]

Data Fields

char * text
char * fontname
char * fontcolor
double fontsize
pointf dimen
point p
pointf d
union {
   struct {
      textpara_t *   para
      short   nparas
   }   txt
   htmllabel_t *   html
u
boolean set
boolean html

Detailed Description

Definition at line 128 of file types.h.


Field Documentation

char* textlabel_t::text

Definition at line 129 of file types.h.

Referenced by free_label(), make_html_label(), make_label(), and size_label().

char * textlabel_t::fontname

Definition at line 129 of file types.h.

Referenced by emit_html_label(), emit_label(), make_html_label(), and make_label().

char * textlabel_t::fontcolor

Definition at line 129 of file types.h.

Referenced by emit_html_label(), emit_label(), make_html_label(), and make_label().

double textlabel_t::fontsize

Definition at line 130 of file types.h.

Referenced by emit_html_label(), emit_label(), make_html_label(), and make_label().

pointf textlabel_t::dimen

Definition at line 131 of file types.h.

Referenced by emit_label(), make_html_label(), overlap_label(), and selfRightSpace().

point textlabel_t::p

Definition at line 132 of file types.h.

Referenced by emit_html_label(), emit_label(), and overlap_label().

pointf textlabel_t::d

Definition at line 133 of file types.h.

Referenced by emit_label().

textpara_t* textlabel_t::para

Definition at line 136 of file types.h.

short textlabel_t::nparas

Definition at line 137 of file types.h.

struct { ... } textlabel_t::txt

Referenced by emit_label(), and free_label().

htmllabel_t* textlabel_t::html

Definition at line 139 of file types.h.

Referenced by emit_label(), free_label(), make_html_label(), and make_label().

union { ... } textlabel_t::u

Referenced by emit_label(), free_label(), and make_html_label().

boolean textlabel_t::set

Definition at line 141 of file types.h.

boolean textlabel_t::html

Definition at line 142 of file types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 31 19:10:22 2008 for Graphviz by  doxygen 1.5.1