MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / createBox

Method createBox

src/core/formula.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185sptr<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
190void TeXFormula::setDEBUG(bool b) {
191 Box::DEBUG = b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected