The OpenD Programming Language

TextMetrics.fontBoundingBoxDescent

The distance from the horizontal line indicated by the textBaseline attribute to the descent metric of the font. Positive numbers indicating a distance going down from the given baseline. Note: doesn't depend upon specific input text in measureText.

struct TextMetrics
float fontBoundingBoxDescent;

Meta