如何将Eclipse中的字体大小设置为10.5?
Eclipse 中可以使用 10.5 的字体吗? 10 太小,11 太大,但我无法在字体大小对话框中输入 10.5,因为它需要一个整数。可以在其他地方更改此设置吗?
Is it possible to use a font size of 10.5 in Eclipse? 10 is too small and 11 is too large, but I am unable to enter 10.5 in the font size dialog, as it requires an integer. Could this setting be changed somewhere else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为不可能,因为整个 SWT Font API 使用整数作为字体高度,而 Eclipse 是基于 SWT 构建的。
I do not think it is possible, because the entire SWT Font API uses integer as font heights, and Eclipse builds on SWT.