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

Method getTextSize

src/render.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23float TeXRender::getTextSize() const {
24 return _textSize;
25}
26
27int TeXRender::getHeight() const {
28 return (int)(_box->_height * _textSize + 0.99f +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected