| 41 | class TextLayout_none : public TextLayout { |
| 42 | public: |
| 43 | TextLayout_none() {} |
| 44 | |
| 45 | void getBounds(_out_ Rect& bounds) override { |
| 46 | bounds.x = bounds.y = bounds.w = bounds.h = 0.f; |
nothing calls this directly
no outgoing calls
no test coverage detected