| 35 | } |
| 36 | |
| 37 | int TeXRender::getWidth() const { |
| 38 | return (int)(_box->_width * _textSize + 0.99f + _insets.left + _insets.right); |
| 39 | } |
| 40 | |
| 41 | float TeXRender::getBaseline() const { |
| 42 | return ((_box->_height * _textSize + 0.99f + _insets.top) / |
nothing calls this directly
no outgoing calls
no test coverage detected