#include <CeresEngine/Text/Font.hpp>
◆ ascender
| double CeresEngine::FontProperties::ascender |
The top y-coordinate, offset from the baseline, of the font’s longest ascender.
The value of this property is the distance of the longest ascender’s top y-coordinate from the baseline, measured in points.
◆ baseline
| double CeresEngine::FontProperties::baseline |
◆ charCodeToGlyph
◆ descender
| double CeresEngine::FontProperties::descender |
The bottom y-coordinate, offset from the baseline, of the font’s longest descender.
For example, if the longest descender extends 2 points below the baseline, the value in this property is –2.
◆ familyName
| String CeresEngine::FontProperties::familyName |
◆ glyphs
◆ height
| double CeresEngine::FontProperties::height |
◆ styleName
| String CeresEngine::FontProperties::styleName |
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Text/Font.hpp