|
Cogs.Core
|
Defines a quad with locations in screen space defined by [x0, y0] and [x1, y1]. More...
#include <Font.h>
Public Attributes | |
| float | x0 |
| float | y0 |
| float | s0 |
| float | t0 |
| float | x1 |
| float | y1 |
| float | s1 |
| float | t1 |
Defines a quad with locations in screen space defined by [x0, y0] and [x1, y1].
The corresponding texture coordinates in the font bitmap are stored in the quad [s0, t0], [s1, t1].