Rose
Public Member Functions | Public Attributes | List of all members
rose::FontMetrics Struct Reference

The size metrics that pertain to a particular font. More...

#include <Font.h>

Public Member Functions

constexpr FontMetrics (const FontMetrics &) noexcept=default
 
constexpr FontMetrics (FontMetrics &&) noexcept=default
 
constexpr FontMetricsoperator= (const FontMetrics &) noexcept=default
 
constexpr FontMetricsoperator= (FontMetrics &&) noexcept=default
 

Public Attributes

int fontAscent
 The height above the base line.
 
int fontDescent
 The length of descenders below the baseline a negative number.
 
int fontHeight
 The total height of the font (ascent - descent.
 
int fontLineSkip
 The size of a line advance for the font.
 

Detailed Description

The size metrics that pertain to a particular font.


The documentation for this struct was generated from the following file: