MCPcopy 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
416void Editor::decreaseFontSize()
417{
418 setFontZoomFactor(d_fontZoomFactor - 0.1);
419}
420
421void Editor::resetFontSize()
422{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected