Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgKh/katvan
/ decreaseFontSize
Method
decreaseFontSize
core/katvan_editor.cpp:416–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
void Editor::decreaseFontSize()
417
{
418
setFontZoomFactor(d_fontZoomFactor - 0.1);
419
}
420
421
void Editor::resetFontSize()
422
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected