Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ alignTextToControl
Function
alignTextToControl
source/MRViewer/MRUIStyle.cpp:2342–2345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2340
}
2341
2342
void alignTextToControl( float controlHeight )
2343
{
2344
alignTextToFramePadding( std::floor( ( controlHeight - GImGui->FontSize ) * 0.5f ) );
2345
}
2346
2347
void alignTextToRadioButton()
2348
{
Callers
1
mouseControlHint
Function · 0.85
Calls
2
alignTextToFramePadding
Function · 0.85
floor
Function · 0.85
Tested by
no test coverage detected