MCPcopy 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
2342void alignTextToControl( float controlHeight )
2343{
2344 alignTextToFramePadding( std::floor( ( controlHeight - GImGui->FontSize ) * 0.5f ) );
2345}
2346
2347void alignTextToRadioButton()
2348{

Callers 1

mouseControlHintFunction · 0.85

Calls 2

alignTextToFramePaddingFunction · 0.85
floorFunction · 0.85

Tested by

no test coverage detected