与 Excel 相比,SpreadsheetGear 字体看起来模糊

发布于 2024-08-13 17:30:25 字数 120 浏览 2 评论 0原文

我正在评估用于 Excel 文件操作的 SpreadsheetGear 组件。然而,当与 Excel 并排查看同一个电子表格时,开箱即用的字体看起来有点模糊或模糊。我是否缺少一些抗锯齿设置?

或者这是设计使然?

I'm evaluating the SpreadsheetGear component for Excel file manipulation. However, out of the box the fonts look slightly blurred or hazy when the same spreadsheet is viewed side-by-side with Excel. Is there some anti-aliasing setting I'm missing?

Or is this by design?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云柯 2024-08-20 17:30:25

对于其他想知道的人,我在支持下登录,这显然是设计使然。

文本不存在的原因
清楚的是我们使用的事实
抗锯齿字体。我们已经度过了
相当多的时间试图得到非
抗锯齿字体可以工作。然而,
.NET 不提供可靠的字体
抗锯齿字体时的指标
没有使用过,我们不能做一些
我们需要做的布局没有可靠的
字体指标。性能还可以
当非抗锯齿文本时速度较慢
使用过。

如果微软修复了这个问题(字体
指标问题)在未来版本中
.NET,我们可以添加一个选项来使用非
抗锯齿文本。

有一些优点
抗锯齿文本。随着用户移动到
更高分辨率(120+ DPI 而不是
96 DPI)外观抗锯齿
文本显着改善。有
还有其他优点,例如
可靠的变焦。尝试自动调整一些
Excel/SpreadsheetGear 中的列和
然后放大和缩小 - 请注意
文本不再适合 Excel,但它
仍然适合 SpreadsheetGear。移动
96 DPI 到 120 DPI 之间的工作簿
也更可靠
抗锯齿文本。打印输出也
在很多情况下看起来更好。

For anyone else wondering, I logged with support and it is apparently by design.

The reason for the text not being
clear is the fact that we use
anti-aliased fonts. We have spent
quite a bit of time trying to get non
anti-aliased fonts to work. However,
.NET does not provide reliable font
metrics when anti-aliased fonts are
not used, and we cannot do some of the
layout we need to do without reliable
font metrics. Performance is also
slower when non anti-aliased text is
used.

If Microsoft fixes this (the font
metrics issues) in a future version of
.NET, we may add an option to use non
anti-aliased text.

There are some advantages to
anti-aliased text. As users move to
higher resolution (120+ DPI instead of
96 DPI) the appearance of anti-aliased
text improves significantly. There are
also other advantages, such as
reliable zooming. Try autofitting some
columns in Excel/SpreadsheetGear and
then zoom in and out - notice that the
text no longer fits in Excel but it
still fits in SpreadsheetGear. Moving
workbooks between 96 DPI and 120 DPI
is also more reliable with
anti-aliased text. Printed output also
looks better in many cases.

已下线请稍等 2024-08-20 17:30:25

SpreadsheetGear 可能与 ClearType 兼容。您可能想尝试在 Windows 显示设置中关闭 ClearType,看看这对您是否有任何影响。

干杯

SpreadsheetGear may be ClearType compatible. You may want to experiment with turning ClearType off in your Windows display settings, and seeing if that makes any difference to you.

Cheers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文