The OpenD Programming Language

TextMetrics.fontBoundingBoxAscent

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

struct TextMetrics
float fontBoundingBoxAscent;

Meta