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

Method build

src/render.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109TeXRender* TeXRenderBuilder::build(TeXFormula& f) {
110 return build(f._root);
111}
112
113TeXRender* TeXRenderBuilder::build(const sptr<Atom>& fc) {
114 sptr<Atom> f = fc;

Callers 1

parseMethod · 0.80

Calls 8

ex_invalid_stateClass · 0.85
getFactorFunction · 0.85
splitFunction · 0.85
istransFunction · 0.85
setInterlineMethod · 0.80
getTextWidthMethod · 0.80
setForegroundMethod · 0.80
createBoxMethod · 0.45

Tested by

no test coverage detected