#include <types.hpp>
Definition at line 548 of file types.hpp.
gl3::TextBuffer::TextBuffer |
( |
| ) |
|
|
inline |
gl3::TextBuffer::~TextBuffer |
( |
| ) |
|
|
inline |
void gl3::TextBuffer::addText |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
int |
ox, |
|
|
int |
oy, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |
Adds a text element at the specified local space (pre-transform) coordinates.
Definition at line 572 of file types.hpp.
Gets an iterator referencing the first text entry.
Definition at line 580 of file types.hpp.
virtual void gl3::TextBuffer::clear |
( |
| ) |
|
|
inlinevirtual |
virtual size_t gl3::TextBuffer::count |
( |
| ) |
const |
|
inlinevirtual |
Gets an iterator pointing to the last text entry.
Definition at line 584 of file types.hpp.
virtual const void* gl3::TextBuffer::getData |
( |
| ) |
const |
|
inlinevirtual |
virtual GLenum gl3::TextBuffer::getShape |
( |
| ) |
const |
|
inlinevirtual |
virtual size_t gl3::TextBuffer::getStride |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: