Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void TeXRender::setTextSize(float textSize) {
47
_textSize = textSize;
48
}
49
50
void TeXRender::setForeground(color fg) {
51
_fg = fg;
Callers
1
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected