Pictures in comment.
4.1.7
4.2.2/4.2.1 the same code (there is no if monkeyVer>...)
dc.setColor(black, white);
dc.Clear();
dc.drawText(NUMBERS);// system font
dc.setColor(black, -1);
dc.drawText(BAR);// custom font
Numbers are drawn with white background,