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

Method Label

src/ui/Label.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8Label::Label() {
9 box.size.y = BND_WIDGET_HEIGHT;
10 fontSize = BND_LABEL_FONT_SIZE;
11 lineHeight = 1.2;
12 color = color::BLACK_TRANSPARENT;
13}
14
15void Label::draw(const DrawArgs& args) {
16 // TODO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected