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;
BPoseView::FontHeight() const
float FontHeight() const;
rect.bottom = poseLoc.y + roundf((view->ListElemHeight() + view->FontHeight()) / 2.f);
rect.top = rect.bottom - view->FontHeight();
rect.bottom = poseLoc.y + roundf((view->ListElemHeight() + view->FontHeight()) / 2.f);
rect.top = rect.bottom - view->FontHeight() + 1;
rect.bottom = poseLoc.y + roundf((iconSize + view->FontHeight()) / 2.f);
rect.top = rect.bottom - view->FontHeight() + 1;