MCPcopy Create free account
hub / github.com/VCVRack/Rack / LedDisplayTextField

Method LedDisplayTextField

src/app/LedDisplay.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143LedDisplayTextField::LedDisplayTextField() {
144 fontPath = asset::system("res/fonts/ShareTechMono-Regular.ttf");
145 textOffset = math::Vec(5, 5);
146 color = nvgRGB(0xff, 0xd7, 0x14);
147 bgColor = nvgRGB(0x00, 0x00, 0x00);
148}
149
150
151void LedDisplayTextField::draw(const DrawArgs& args) {

Callers

nothing calls this directly

Calls 2

systemFunction · 0.85
VecClass · 0.85

Tested by

no test coverage detected