Set the line height correctly, for e.g. 4k displays (i.e. when dpi is not 72) See merge request Bepsi/NTERA!2
@@ -25,6 +25,7 @@ namespace NTERA.Console
public ConsoleRenderer()
{
Items.Add(new List<IRenderItem>());
+ LineHeight = (int)(new Font("MS UI Gothic", 12)).GetHeight();
}
public void WriteItem(IRenderItem item)