使用 PDFSharp 计算某些文本的大小
如何获取 PDFSharp 渲染到页面的一段文本的大小?
例如,如果我已将用户生成的(可变高度)字符串添加到文档中,并且想在其下方放置一些新内容,则我需要知道消耗了多少垂直空间。
例如,在 ActionScript 中,您可以使用 getTextExtent
获取给定文本片段的度量。
How can I get the size of a piece of text as rendered to the page by PDFSharp?
For example, if I've added a user generated (variable height) string to a document and I want to place some new content underneath that, I need to know how much vertical space that has consumed.
For example, in ActionScript you can use getTextExtent
to obtain the metrics of the given piece of text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这个线程有帮助:
根据可用宽度和字体计算文本高度?
Maybe this thread helps:
Calculate text height based on available width and font?