Change size of font System.out.println

14,477

Solution 1

There is no concept of "font" with System.out.

Edit the console font settings for whatever application you're using as an output console.

Solution 2

You cannot do this through coding as in the font size is based on your console. I assumed you use eclipse to code your java code. So, you can change eclipse console font size here. General > Appearance > Colors and Fonts

Which you can get the source here. http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftasks-consoleAppearance.htm

Share:
14,477
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin almost 2 years

    Can you tell me how to increase the size of the font using System.out.println in java.