简体   繁体   English

C#/dot-NET 的字体渲染库?

[英]Font rendering libraries for C# / dot-NET?

Are there any free, third-party libraries for rendering arbitrarily scaled and rotated text in dot-NET applications?是否有任何免费的第三方库可用于在 dot-NET 应用程序中呈现任意缩放和旋转的文本? Although native GDI+ allows for text scaling and rotation, its methods for determining the rendered text's dimensions are not sufficiently precise and the differences in kerning as text is added to a rendered string make it unsuitable for use in certain kinds of software (such as, for instance, graphics editing software).尽管本机 GDI+ 允许文本缩放和旋转,但其确定渲染文本尺寸的方法不够精确,并且在将文本添加到渲染字符串时字距调整的差异使其不适用于某些类型的软件(例如,用于例如,图形编辑软件)。

Requirements:要求:

  • Native .NET code.本机 .NET 代码。
  • Arbitrary scaling and rotation of text.任意缩放和旋转文本。
  • Precise text metrics.精确的文本指标。
  • Consistent kerning regardless of string length.无论字符串长度如何,都保持一致的字距调整。

Windows Presentation Foundation 为排版提供了复杂的支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM