MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / height

Method height

ui/UIRes.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130int UITextItem::height() {
131 ui_DrawSetFont(m_Font);
132 return (m_Text ? ui_GetTextHeight(m_Text) : 0);
133}
134
135// operators
136UIItem *UITextItem::CopyUIItem() {

Callers 15

UpdateDialogMethod · 0.45
UpdateProcViewMethod · 0.45
OnLButtonDownMethod · 0.45
ShowRadViewFunction · 0.45
UpdateRobotViewMethod · 0.45
UpdateTextureViewsMethod · 0.45
DrawDoorwayDoorPicMethod · 0.45
UpdateProcViewMethod · 0.45
UpdateTextureViewMethod · 0.45
UpdateMegacellViewMethod · 0.45
UpdateViewMethod · 0.45
UpdateWeaponViewMethod · 0.45

Calls 3

ui_DrawSetFontFunction · 0.85
ui_GetTextHeightFunction · 0.85
ui_GetBitmapHeightFunction · 0.85

Tested by

no test coverage detected