mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
Add FontSize property to Text element and render with DrawStringHeight
This commit is contained in:
@@ -170,6 +170,7 @@ public class TerminalProcess() : Process("Terminal")
|
||||
{
|
||||
t.Color = Color.LightGreen;
|
||||
t.Content = "";
|
||||
t.FontSize = LineHeight;
|
||||
});
|
||||
textLines.Add(textElement);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user