sti_onscreen_y
vc_rows = sti_onscreen_y(sti) / cooked_font->height;
sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0);
vc_rows = sti_onscreen_y(sti) / sti->font->height;
yres = sti_onscreen_y(fb->sti);