1 #ifndef AETHER_FONTMETRICS_HPP 2 #define AETHER_FONTMETRICS_HPP int lineHeight()
Return the recommend line height for the glyph.
uint16_t character()
Returns character referenced by metrics.
GlyphMetrics()
Recommended height of a line containing the glyph.
Base namespace for all Aether related classes and functions.
Class storing metrics for a font's character. Designed to be read-only as it is only able to return v...
Definition: GlyphMetrics.hpp:11
int height()
Return the height of the glyph.
int width()
Return the width of the glyph.