Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ DrawTextNormal
Function
DrawTextNormal
Source/SynthGlobals.cpp:403–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
void DrawTextNormal(std::string text, int x, int y, float size)
404
{
405
gFont.DrawString(text, size, x, y);
406
}
407
408
void DrawTextRightJustify(std::string text, int x, int y, float size)
409
{
Callers
15
DrawModule
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
Render
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
Render
Method · 0.85
DrawModule
Method · 0.85
DrawModuleUnclipped
Method · 0.85
DrawModule
Method · 0.85
DrawToPush2Screen
Method · 0.85
Calls
1
DrawString
Method · 0.80
Tested by
3
DrawModule
Method · 0.68
DrawModule
Method · 0.68
DrawModuleUnclipped
Method · 0.68