在 Graphics32 库中使用 ClearType (Delphi)
我在 Delphi 2009 中使用 Graphics32 库。是否可以使用 TBitmap32.TextOut 渲染字体使用 MS 的 ClearType 技术的方法? 我知道 GR32 的内置抗锯齿功能(TBitmap32.RenderText),但整体质量和性能并不令人满意。
[更新]
我遇到了另一个问题 - 我正在使用 Tondrej 的链接中发布的 function TCustomImage32 后代类方法中的注释。 该类的一个实例正在 dmBlend 模式下工作,我在使用它的 Font.Color 属性时遇到问题 - 使用 TextOut 方法渲染的文本忽略该属性(它渲染文本,就好像它具有颜色值“alpha”)。 使用RenderText时没有出现该问题。 显然,绘制 TPaintBox32 组件时一切正常。
I'm using Graphics32 library in Delphi 2009. Is it possible to render a font using TBitmap32.TextOut method with MS' ClearType technology? I'm aware about GR32's built-in antialiasing (TBitmap32.RenderText) but the overall quality and performance is not gratifying.
[ Update ]
I've encountered another problem - I'm using function from Tondrej's link posted in comments in a TCustomImage32 descendant class' method. An instance of that class is working in a dmBlend mode, and I have problem using it's Font.Color property - the text rendered by using TextOut method is ignoring that property (it renders the text as if it has color value "alpha"). The problem didn't occure when using RenderText. Apparently things are ok when painting a TPaintBox32 component.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论