| 6 | |
| 7 | |
| 8 | Label::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 | |
| 15 | void Label::draw(const DrawArgs& args) { |
| 16 | // TODO |
nothing calls this directly
no outgoing calls
no test coverage detected