C++
double descent() const;
Description
This function returns the height of the maximum descender for the last line of the text. This value can be used with the AcDbMText::ascent() function to help align multiple AcDbMText objects in a table or grid.
Note
The calculation of an AcDbMText object's extents includes a character descender for the last line of text, regardless of whether the last line includes a descender.