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

Method getDepth

src/render.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int TeXRender::getDepth() const {
34 return (int)(_box->_depth * _textSize + 0.99f + _insets.bottom);
35}
36
37int TeXRender::getWidth() const {
38 return (int)(_box->_width * _textSize + 0.99f + _insets.left + _insets.right);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected