MCPcopy Create free account
hub / github.com/DISTRHO/DPF / drawLeft

Function drawLeft

examples/FileHandling/FileHandlingUI.cpp:250–257  ·  view source on GitHub ↗

helpers for drawing text

Source from the content-addressed store, hash-verified

248
249 // helpers for drawing text
250 void drawLeft(const float x, const float y, const char* const text)
251 {
252 beginPath();
253 fillColor(200, 200, 200);
254 textAlign(ALIGN_RIGHT|ALIGN_TOP);
255 textBox(x, y, 100 * fScale, text);
256 closePath();
257 }
258
259 void drawRight(const float x, const float y, const char* const text)
260 {

Callers 1

onNanoDisplayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected