| 183 | } |
| 184 | |
| 185 | sptr<Box> TeXFormula::createBox(_out_ TeXEnvironment& style) { |
| 186 | if (_root == nullptr) return sptr<Box>(new StrutBox(0, 0, 0, 0)); |
| 187 | return _root->createBox(style); |
| 188 | } |
| 189 | |
| 190 | void TeXFormula::setDEBUG(bool b) { |
| 191 | Box::DEBUG = b; |
nothing calls this directly
no outgoing calls
no test coverage detected