t_jgraphics_font_extents Struct 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.

Detailed Description

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.