Change size of font System.out.println

前端 未结 4 1693
灰色年华
灰色年华 2020-12-04 02:58

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

4条回答
  •  时光取名叫无心
    2020-12-04 03:48

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

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

提交回复
热议问题