Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
int UITextItem::height() {
131
ui_DrawSetFont(m_Font);
132
return (m_Text ? ui_GetTextHeight(m_Text) : 0);
133
}
134
135
// operators
136
UIItem *UITextItem::CopyUIItem() {
Callers
15
UpdateDialog
Method · 0.45
UpdateProcView
Method · 0.45
OnLButtonDown
Method · 0.45
ShowRadView
Function · 0.45
UpdateRobotView
Method · 0.45
UpdateTextureViews
Method · 0.45
DrawDoorwayDoorPic
Method · 0.45
UpdateProcView
Method · 0.45
UpdateTextureView
Method · 0.45
UpdateMegacellView
Method · 0.45
UpdateView
Method · 0.45
UpdateWeaponView
Method · 0.45
Calls
3
ui_DrawSetFont
Function · 0.85
ui_GetTextHeight
Function · 0.85
ui_GetBitmapHeight
Function · 0.85
Tested by
no test coverage detected