Ion
|
This struct represents the cumulative metrics for the font. More...
#include "font.h"
Public Member Functions | |
FontMetrics () | |
The default constructor initializes everything to 0. More... | |
Public Attributes | |
float | line_advance_height |
Nominal font-wide line-advance height, in pixels. More... | |
This struct represents the cumulative metrics for the font.
|
inline |
float ion::text::Font::FontMetrics::line_advance_height |
Nominal font-wide line-advance height, in pixels.
Definition at line 71 of file font.h.
Referenced by ion::text::ComputeTextSize(), and ion::text::Font::SetFontMetrics().