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

Method setTextSize

src/render.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void TeXRender::setTextSize(float textSize) {
47 _textSize = textSize;
48}
49
50void TeXRender::setForeground(color fg) {
51 _fg = fg;

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected