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

Method getHeight

src/render.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int TeXRender::getHeight() const {
28 return (int)(_box->_height * _textSize + 0.99f +
29 _box->_depth * _textSize + 0.99f +
30 _insets.top + _insets.bottom);
31}
32
33int TeXRender::getDepth() const {
34 return (int)(_box->_depth * _textSize + 0.99f + _insets.bottom);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected