| 31 | } |
| 32 | |
| 33 | int TeXRender::getDepth() const { |
| 34 | return (int)(_box->_depth * _textSize + 0.99f + _insets.bottom); |
| 35 | } |
| 36 | |
| 37 | int TeXRender::getWidth() const { |
| 38 | return (int)(_box->_width * _textSize + 0.99f + _insets.left + _insets.right); |
nothing calls this directly
no outgoing calls
no test coverage detected