Home > Software engineering >  Eclipse text is way to big
Eclipse text is way to big

Time:10-16

I've seen questions on here asking how to increase/decrease font size for the editor in eclipse but how do you change all font sizes including tab names, console output, and the text editor?

CodePudding user response:

The issue seems to be caused by eclipse always taking the monitor "scale" value of the main display regardless of what monitor it is on. This post offers a workaround

CodePudding user response:

do these steps:

  1. On the Eclipse toolbar, select Window → Preferences.

  2. Set the font size (General → Appearance → Colors and Fonts → Basic → Text Font)

after that you can increase or decrease you eclipse font

  • Related