| 19 | bool showBorder = true; // true for manual textbox, false for ocr_text |
| 20 | |
| 21 | TextBoxObject() = default; |
| 22 | ~TextBoxObject() override; |
| 23 | |
| 24 | void render(QPainter& painter, qreal zoom) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected