アセンダー/ディセンダーとエックスハイトを取得する必要があります..
次のコードを使用することで、ディセンダーと全高を見つけることができます。
descender_height = paint.descent();
total_height = descender_height - paint.ascent();
//ascender = ?; is this always equal to descender height?
//x_height = ?; total_height - 2*descender_height ?
ありがとう