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

Method setTextWidth

src/core/core.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void TeXEnvironment::setTextWidth(int wu, float w) {
193 _textWidth = w * SpaceAtom::getFactor(wu, *this);
194}
195
196sptr<TeXEnvironment>& TeXEnvironment::copy() {
197 TeXEnvironment* t = new TeXEnvironment(

Callers

nothing calls this directly

Calls 1

getFactorFunction · 0.85

Tested by

no test coverage detected