| 43 | TextLayout_none() {} |
| 44 | |
| 45 | void getBounds(_out_ Rect& bounds) override { |
| 46 | bounds.x = bounds.y = bounds.w = bounds.h = 0.f; |
| 47 | } |
| 48 | |
| 49 | void draw(Graphics2D& g2, float x, float y) override { |
| 50 | } |
nothing calls this directly
no outgoing calls
no test coverage detected