<aname="l1"></a><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l3"><spanclass=cF4>gr.text_base</span></a><spanclass=cF0> must be updated 60fps in your Fs->draw_it() callback. You probably want </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrBitMap.CC.html#l1194"><spanclass=cF4>GrPrint</span></a><spanclass=cF0>() or just </span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/StrPrint.CC.html#l1110"><spanclass=cF4>Print</span></a><spanclass=cF0>(). The </span><ahref="https://zeal-operating-system.github.io/ZealOS/Doc/DolDocOverview.DD.html#l1"><spanclass=cF4>DolDoc</span></a><spanclass=cF0>
<aname="l2"></a>code takes care of plotting text to </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l3"><spanclass=cF4>gr.text_base</span></a><spanclass=cF0>.
<aname="l14"></a></span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l19"><spanclass=cF4>GrUpdateTaskWin</span></a><spanclass=cF0>() calls </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocRecalcLib.CC.html#l222"><spanclass=cF4>DocUpdateTaskDocs</span></a><spanclass=cF0>() which calls </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocRecalc.CC.html#l305"><spanclass=cF4>DocRecalc</span></a><spanclass=cF0>() where the document text is plotted into </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l3"><spanclass=cF4>gr.text_base</span></a><spanclass=cF0>. Th
<aname="l15"></a>en, </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l197"><spanclass=cF4>GrUpdateTextBG</span></a><spanclass=cF0>() and </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l296"><spanclass=cF4>GrUpdateTextFG</span></a><spanclass=cF0>() render the </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l3"><spanclass=cF4>gr.text_base</span></a><spanclass=cF0> onto </span><ahref="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l3"><spanclass=cF4>gr.dc2</span></a><spanclass=cF0>, a raw graphic bitmap.