I'm trying to change the font size at runtime, in C#, but I can't figure it out on how to do that !
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("\nWelcome to Hotel\n");
Console.WriteLine("\nHere's the menu\n");
Output:
Like, "Welcome to hotel" should be printed in the font size more than the rest of the output.