MCPcopy 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
403void DrawTextNormal(std::string text, int x, int y, float size)
404{
405 gFont.DrawString(text, size, x, y);
406}
407
408void DrawTextRightJustify(std::string text, int x, int y, float size)
409{

Callers 15

DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
RenderMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
RenderMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleUnclippedMethod · 0.85
DrawModuleMethod · 0.85
DrawToPush2ScreenMethod · 0.85

Calls 1

DrawStringMethod · 0.80

Tested by 3

DrawModuleMethod · 0.68
DrawModuleMethod · 0.68
DrawModuleUnclippedMethod · 0.68