Graphviz  2.41.20171026.1811
Data Fields
textspan_t Struct Reference

#include <textspan.h>

Collaboration diagram for textspan_t:
Collaboration graph
[legend]

Data Fields

char * str
 
textfont_tfont
 
void * layout
 
void(* free_layout )(void *layout)
 
double yoffset_layout
 
double yoffset_centerline
 
pointf size
 
char just
 

Detailed Description

Definition at line 58 of file textspan.h.

Field Documentation

textfont_t* textspan_t::font

Definition at line 60 of file textspan.h.

Referenced by textspan_size(), and xdotBB().

void(* textspan_t::free_layout)(void *layout)

Definition at line 62 of file textspan.h.

Referenced by free_html_text(), and free_textspan().

char textspan_t::just

Definition at line 65 of file textspan.h.

Referenced by xdotBB().

void* textspan_t::layout

Definition at line 61 of file textspan.h.

Referenced by free_html_text(), and free_textspan().

pointf textspan_t::size

Definition at line 64 of file textspan.h.

Referenced by textspan_size().

char* textspan_t::str

Definition at line 59 of file textspan.h.

Referenced by free_html_text(), free_textspan(), gvrender_textspan(), and xdotBB().

double textspan_t::yoffset_centerline

Definition at line 63 of file textspan.h.

double textspan_t::yoffset_layout

Definition at line 63 of file textspan.h.


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