When I 'write' to the pc screen I can hardly read the output...it is so small.
How can I increase the font size so that I can read it? Thanks
Welcome to our forums
When I 'write' to the pc screen I can hardly read the output...it is so small.
How can I increase the font size so that I can read it? Thanks
I guess you are using the command window. Better to add the winapp directive at the beginning of your code.
winapp
print*, 'Hello'
end
Dahowarduk,
If you are, in fact, using the Windows command window, click on the C:\icon at the top left, and choose either Defaults (applies changes to all future command windows opened with the same shortcut) or Properties (applies changes to the current command window only).
Then choose the Fonts tab, and select the font and size of your choice. Then choose the Layout tab and select the width and height of the window and the screen buffer size.
With more recent versions of Windows, you can use ctrl+scroll wheel to change the font size temporarily, instead of changing the settings as I described above.
Thanks..I can now read the screen's results.