Graphviz 13.0.0~dev.20250322.1657
|
#include <glcompdefs.h>
Data Fields | |
char * | fontdesc |
glCompColor | color |
void * | glutfont |
int | transparent |
glCompTex * | tex |
int | size |
glCompJustify | justify |
bool | is2D |
Definition at line 138 of file glcompdefs.h.
glCompColor glCompFont::color |
Definition at line 140 of file glcompdefs.h.
Referenced by glCompRenderText(), and glNewFont().
char* glCompFont::fontdesc |
Definition at line 139 of file glcompdefs.h.
Referenced by EmbedText(), and glDeleteFont().
void* glCompFont::glutfont |
Definition at line 141 of file glcompdefs.h.
bool glCompFont::is2D |
Definition at line 146 of file glcompdefs.h.
glCompJustify glCompFont::justify |
Definition at line 145 of file glcompdefs.h.
Referenced by glCompButtonNew(), and glCompRenderText().
int glCompFont::size |
Definition at line 144 of file glcompdefs.h.
glCompTex* glCompFont::tex |
Definition at line 143 of file glcompdefs.h.
Referenced by glCompDrawText(), glCompDrawText3D(), glCompRenderText(), and glDeleteFont().
int glCompFont::transparent |
Definition at line 142 of file glcompdefs.h.