Loading...
Searching...
No Matches
Public Attributes | List of all members
font_height Struct Reference

The amount of vertical space surrounding a character. More...

Public Attributes

float ascent
 
float descent
 
float leading
 

Detailed Description

The amount of vertical space surrounding a character.

See also
BFont::GetHeight()
Since
BeOS R3

Member Data Documentation

◆ ascent

font_height::ascent

The distance characters can ascend above the baseline.

Since
BeOS R3

◆ descent

font_height::descent

The distance characters can descend below the baseline.

Since
BeOS R3

◆ leading

font_height::leading

The distance between lines, descent above to ascent below.

Since
BeOS R3