扩大 Eclipse 控制台输出中的字体大小

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13572049/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 19:29:15  来源:igfitidea点击:

Enlarging font size in console output in Eclipse

javaeclipsefonts

提问by Andrew Martin

Is there a way to enlarge just part of the font in the console output of the Eclipse IDE? I've created a short program using hash maps to convert the alphabet to its braille equivalent, but it's so small it's almost unreadable.
I've gone into Preferences -> General -> Colors and Fonts -> Basic -> Text Font and edited it from there, but that increases the size of everything.
Can I increase the size of just part of the text?

有没有办法在 Eclipse IDE 的控制台输出中只放大一部分字体?我创建了一个使用哈希映射的简短程序,将字母表转换为其对应的盲文,但它太小了,几乎无法阅读。
我已经进入首选项 -> 常规 -> 颜色和字体 -> 基本 -> 文本字体并从那里编辑它,但这会增加所有内容的大小。
我可以只增加部分文本的大小吗?

回答by TJ-

Do you want to change ONLY the fonts of Console Output? If that's the question : Preferences > General > Appearence > Colors and Fonts > Debug > Console font(For eclipse on mac. Should be same for others)

您只想更改控制台输出的字体吗?如果这是问题:(Preferences > General > Appearence > Colors and Fonts > Debug > Console font对于mac上的eclipse。其他人应该是一样的)

However, if you want to change parts of the text that appear on the console, I'm afraid there's no easy way.

但是,如果您想更改出现在控制台上的部分文本,恐怕没有简单的方法。