Graphviz  2.41.20171026.1811
Data Fields
textfont_t Struct Reference

#include <textspan.h>

Collaboration diagram for textfont_t:
Collaboration graph
[legend]

Data Fields

char * name
 
char * color
 
PostscriptAliaspostscript_alias
 
double size
 
unsigned int flags:7
 
unsigned int cnt:(sizeof(unsigned int) * 8 - 7)
 

Detailed Description

Definition at line 48 of file textspan.h.

Field Documentation

unsigned int textfont_t::cnt

Definition at line 54 of file textspan.h.

char* textfont_t::color

Definition at line 50 of file textspan.h.

Referenced by emit_html_label(), and make_html_label().

unsigned int textfont_t::flags

Definition at line 53 of file textspan.h.

Referenced by make_html_label(), and xdotBB().

char* textfont_t::name

Definition at line 49 of file textspan.h.

Referenced by emit_html_label(), make_html_label(), textspan_size(), and xdotBB().

PostscriptAlias* textfont_t::postscript_alias

Definition at line 51 of file textspan.h.

Referenced by textspan_size().

double textfont_t::size

Definition at line 52 of file textspan.h.

Referenced by emit_html_label(), make_html_label(), and xdotBB().


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