| 56 | } |
| 57 | |
| 58 | void TeXRender::setInsets(const Insets& insets, bool trueval) { |
| 59 | _insets = insets; |
| 60 | if (!trueval) _insets += (int)(0.18f * _textSize); |
| 61 | } |
| 62 | |
| 63 | void TeXRender::setWidth(int width, int align) { |
| 64 | float diff = width - getWidth(); |
nothing calls this directly
no outgoing calls
no test coverage detected