Eclipse SUMO - Simulation of Urban MObility
|
#include <fontstash.h>
Data Fields | |
unsigned char | flags |
int | height |
int(* | renderCreate )(void *uptr, int width, int height) |
void(* | renderDelete )(void *uptr) |
void(* | renderDraw )(void *uptr, const float *verts, const float *tcoords, const unsigned int *colors, int nverts) |
int(* | renderResize )(void *uptr, int width, int height) |
void(* | renderUpdate )(void *uptr, int *rect, const unsigned char *data) |
void * | userPtr |
int | width |
Definition at line 63 of file fontstash.h.
unsigned char FONSparams::flags |
Definition at line 65 of file fontstash.h.
int FONSparams::height |
Definition at line 64 of file fontstash.h.
Definition at line 67 of file fontstash.h.
void(* FONSparams::renderDelete) (void *uptr) |
Definition at line 71 of file fontstash.h.
void(* FONSparams::renderDraw) (void *uptr, const float *verts, const float *tcoords, const unsigned int *colors, int nverts) |
Definition at line 70 of file fontstash.h.
Definition at line 68 of file fontstash.h.
void(* FONSparams::renderUpdate) (void *uptr, int *rect, const unsigned char *data) |
Definition at line 69 of file fontstash.h.
void* FONSparams::userPtr |
Definition at line 66 of file fontstash.h.
int FONSparams::width |
Definition at line 64 of file fontstash.h.