FreeWRL/FreeX3D
3.0.0
|
Data Fields | |
FT_Library | library |
FT_Face | font_face [num_fonts] |
int | font_state [num_fonts] |
FT_Glyph | glyphs [MAX_GLYPHS] |
int | cur_glyph |
int | TextVerbose |
int | rowvec_allocn |
row32 * | rowvec |
FT_Outline_Funcs | FW_outline_interface |
char * | font_directory |
char | thisfontname [fp_name_len] |
double | pen_x |
double | pen_y |
double | shrink_x |
double | shrink_y |
float | TextZdist |
double | size |
double | pointsize |
int | myff |
int | FW_RIA [500] |
int | FW_RIA_indx |
struct X3D_PolyRep * | FW_rep_ |
int | FW_pointctr |
int | indx_count |
int | coordmaxsize |
int | cindexmaxsize |
int | contour_started |
FT_Vector | last_point |
int | FW_Vertex |
int | started |
GLfloat * | textpanel_vert |
GLfloat * | textpanel_tex |
GLushort * | textpanel_ind |
int | textpanel_size |
int | textpanel_vert_size |
int | textpanel_tex_size |
int | textpanel_ind_size |
struct Vector * | font_table |
struct Vector * | atlas_table |
GLuint | positionLoc |
GLuint | texCoordLoc |
GLuint | textureLoc |
GLuint | color4fLoc |
GLuint | textureID |
GLuint | blendLoc |
GLuint | modelviewLoc |
GLuint | projectionLoc |
GLuint | programObject |
Definition at line 232 of file Component_Text.c.