![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <fontstash.h>
Public Attributes | |
int | width |
int | height |
unsigned char | flags |
void * | userPtr |
int(* | renderCreate )(void *uptr, int width, int height) |
int(* | renderResize )(void *uptr, int width, int height) |
void(* | renderUpdate )(void *uptr, int *rect, const unsigned char *data) |
void(* | renderDraw )(void *uptr, const FONSvert *verts, int nverts) |
void(* | renderDelete )(void *uptr) |
Definition at line 73 of file fontstash.h.
unsigned char FONSparams::flags |
Definition at line 75 of file fontstash.h.
int FONSparams::height |
Definition at line 74 of file fontstash.h.
Definition at line 77 of file fontstash.h.
void(* FONSparams::renderDelete) (void *uptr) |
Definition at line 81 of file fontstash.h.
void(* FONSparams::renderDraw) (void *uptr, const FONSvert *verts, int nverts) |
Definition at line 80 of file fontstash.h.
Definition at line 78 of file fontstash.h.
void(* FONSparams::renderUpdate) (void *uptr, int *rect, const unsigned char *data) |
Definition at line 79 of file fontstash.h.
void* FONSparams::userPtr |
Definition at line 76 of file fontstash.h.
int FONSparams::width |
Definition at line 74 of file fontstash.h.