|
Pico Headers
|
Vertical font metrics for a face. More...
#include <pico_font.h>
Public Attributes | |
| float | ascent |
| Distance from baseline to top of tallest glyph. | |
| float | descent |
| Distance from baseline to bottom (typically negative). | |
| float | line_gap |
| Extra spacing between lines. | |
| float | line_height |
| Recommended line advance (ascent - descent + line_gap). | |
Vertical font metrics for a face.
| float pf_metrics_t::ascent |
Distance from baseline to top of tallest glyph.
| float pf_metrics_t::descent |
Distance from baseline to bottom (typically negative).
| float pf_metrics_t::line_gap |
Extra spacing between lines.
| float pf_metrics_t::line_height |
Recommended line advance (ascent - descent + line_gap).