Add FontSize property to Text element and render with DrawStringHeight

This commit is contained in:
Stone_Red
2026-06-14 19:01:52 +02:00
parent 4d70242ece
commit 43732684b3
3 changed files with 17 additions and 6 deletions
+1
View File
@@ -170,6 +170,7 @@ public class TerminalProcess() : Process("Terminal")
{
t.Color = Color.LightGreen;
t.Content = "";
t.FontSize = LineHeight;
});
textLines.Add(textElement);
}