Max 5 API Reference
A structure for holding information related to how much space the rendering of a given font will use. More...
#include <jgraphics.h>
Data Fields | |
double | ascent |
The ascent. | |
double | descent |
The descent. | |
double | height |
The hieght. | |
double | max_x_advance |
Unused / Not valid. | |
double | max_y_advance |
Unused / Not valid. |
A structure for holding information related to how much space the rendering of a given font will use.
The units for these measurements is in pixels.
Definition at line 724 of file jgraphics.h.