Home > Enterprise >  How can I change size of any specific character in eclipse ide?
How can I change size of any specific character in eclipse ide?

Time:12-07

how can increase size of any specific character of eclipse's console in windows11 ? I know how to change size of font size and color but I want increase size of space" " in my output. want to increase size of only " " and not other characters .

CodePudding user response:

Inside the Eclipse.app is a setting for the font size. To make the fonts globally larger edit Eclipse.app » Contents » Eclipse » eclipse.ini and remove the line

-Dorg.eclipse.swt.internal.carbon.smallFonts

from the file. Save the file and restart Eclipse.

CodePudding user response:

how can increase size of any specific character of eclipse's console in windows11 ? I know how to change size of font size and color but I want increase size of space" " in my output. want to increase size of only " " and not other characters .

  • Related