FontHeight
float FontHeight() const;
float FontHeight() const;
fFontHeight = FontHeight(this, true);
fFontHeight = FontHeight(fInfo, true);
parent->MovePenTo(rect.left + rect.Width() / 2 - width / 2, rect.bottom - FontHeight());
*_height = MenuPrivate(fSuper).FontHeight();
float offsetV = frame.Height() / 2.0 + FontHeight(owner) / 4.0;
const float height = FontHeight(this) + 4.0;
float FontHeight() const;
BPoseView::FontHeight() const