Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetStringWidth
Function
GetStringWidth
Source/SynthGlobals.cpp:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
float GetStringWidth(std::string text, float size)
419
{
420
return gFont.GetStringWidth(text, size);
421
}
422
423
void AssertIfDenormal(float input)
424
{
Callers
10
UpdateDimensions
Method · 0.85
UpdateWidth
Method · 0.85
DrawModuleUnclipped
Method · 0.85
UpdateDisplay
Method · 0.85
ReloadSaveData
Method · 0.85
DropdownList
Method · 0.85
CalculateWidth
Method · 0.85
Draw
Method · 0.85
UpdateWidth
Method · 0.85
DrawModuleUnclipped
Method · 0.85
Calls
1
GetStringWidth
Method · 0.80
Tested by
no test coverage detected