MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / textHeight

Method textHeight

src/ui/widget.cpp:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807int Widget::textHeight() const
808{
809 return font()->height();
810}
811
812void Widget::getTextIconInfo(
813 gfx::Rect* box,

Callers 9

internalOrganizeMethod · 0.80
initWidgetMethod · 0.80
paintEntryMethod · 0.80
paintSeparatorMethod · 0.80
paintComboBoxEntryMethod · 0.80
paintWindowMethod · 0.80
drawEntryCaretMethod · 0.80
drawTextBoxFunction · 0.80
openListBoxMethod · 0.80

Calls 1

heightMethod · 0.45

Tested by

no test coverage detected