![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <fontstash.h>
Public Attributes | |
float | x |
float | y |
float | nextx |
float | nexty |
float | scale |
float | spacing |
unsigned int | codepoint |
short | isize |
short | iblur |
struct FONSfont * | font |
int | prevGlyphIndex |
const char * | str |
const char * | next |
const char * | end |
unsigned int | utf8state |
Definition at line 92 of file fontstash.h.
unsigned int FONStextIter::codepoint |
Definition at line 94 of file fontstash.h.
const char* FONStextIter::end |
Definition at line 100 of file fontstash.h.
struct FONSfont* FONStextIter::font |
Definition at line 96 of file fontstash.h.
short FONStextIter::iblur |
Definition at line 95 of file fontstash.h.
short FONStextIter::isize |
Definition at line 95 of file fontstash.h.
const char* FONStextIter::next |
Definition at line 99 of file fontstash.h.
float FONStextIter::nextx |
Definition at line 93 of file fontstash.h.
float FONStextIter::nexty |
Definition at line 93 of file fontstash.h.
int FONStextIter::prevGlyphIndex |
Definition at line 97 of file fontstash.h.
float FONStextIter::scale |
Definition at line 93 of file fontstash.h.
float FONStextIter::spacing |
Definition at line 93 of file fontstash.h.
const char* FONStextIter::str |
Definition at line 98 of file fontstash.h.
unsigned int FONStextIter::utf8state |
Definition at line 101 of file fontstash.h.
float FONStextIter::x |
Definition at line 93 of file fontstash.h.
float FONStextIter::y |
Definition at line 93 of file fontstash.h.