| 25 | } |
| 26 | |
| 27 | int TeXRender::getHeight() const { |
| 28 | return (int)(_box->_height * _textSize + 0.99f + |
| 29 | _box->_depth * _textSize + 0.99f + |
| 30 | _insets.top + _insets.bottom); |
| 31 | } |
| 32 | |
| 33 | int TeXRender::getDepth() const { |
| 34 | return (int)(_box->_depth * _textSize + 0.99f + _insets.bottom); |
nothing calls this directly
no outgoing calls
no test coverage detected