|
Rose
|
The size metrics that pertain to a particular font. More...
#include <Utilities.h>
Public Member Functions | |
| constexpr | FontMetrics (const FontMetrics &) noexcept=default |
| constexpr | FontMetrics (FontMetrics &&) noexcept=default |
| constexpr FontMetrics & | operator= (const FontMetrics &) noexcept=default |
| constexpr FontMetrics & | operator= (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. | |
The size metrics that pertain to a particular font.
1.8.13