Graphviz 13.0.0~dev.20250204.0809
|
#include <glcompdefs.h>
Data Fields | |
char * | fontdesc |
glCompColor | color |
void * | glutfont |
int | transparent |
glCompTex * | tex |
int | size |
glCompJustify | justify |
bool | is2D |
Definition at line 148 of file glcompdefs.h.
glCompColor glCompFont::color |
Definition at line 150 of file glcompdefs.h.
Referenced by glCompRenderText(), and glNewFont().
char* glCompFont::fontdesc |
Definition at line 149 of file glcompdefs.h.
Referenced by EmbedText(), and glDeleteFont().
void* glCompFont::glutfont |
Definition at line 151 of file glcompdefs.h.
bool glCompFont::is2D |
Definition at line 156 of file glcompdefs.h.
glCompJustify glCompFont::justify |
Definition at line 155 of file glcompdefs.h.
Referenced by glCompButtonNew(), and glCompRenderText().
int glCompFont::size |
Definition at line 154 of file glcompdefs.h.
glCompTex* glCompFont::tex |
Definition at line 153 of file glcompdefs.h.
Referenced by glCompDrawText(), glCompDrawText3D(), glCompRenderText(), and glDeleteFont().
int glCompFont::transparent |
Definition at line 152 of file glcompdefs.h.