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

Method getInsets

src/render.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Insets TeXRender::getInsets() {
55 return _insets;
56}
57
58void TeXRender::setInsets(const Insets& insets, bool trueval) {
59 _insets = insets;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected