使用字体测量文本宽度作为 org.faceless.pdf.PDFFont 实例

发布于 2024-08-27 02:20:31 字数 72 浏览 5 评论 0原文

我的文本字体为 org.faceless.pdf.PDFFont。我怎样才能得到它的宽度(以px为单位)?

谢谢。

I have text with font in org.faceless.pdf.PDFFont. How can I get width of it in px?

Thanks.

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

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

发布评论

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

评论(1

半世蒼涼 2024-09-03 02:20:31

如果您的意思是如何获取以磅为单位的宽度(像素并不真正适用于 PDF),那么您可以使用该字体创建 PDFStyle 并调用 PDFStyle.getTextLength() 或 PDFStyle.getTextWidths()。

一般来说,如果您对 BFO PDF 库有支持问题,请向我们的支持人员发送电子邮件:bfo.co.uk - 这就是我们的职责。我们所有的联系方式均位于 http://bfo.co.uk/contact.jsp

干杯...迈克@BFO

If you mean how to get the width in points (pixels don't really apply in PDF) then you can create a PDFStyle with that font and call PDFStyle.getTextLength() or PDFStyle.getTextWidths().

In general, if you have support questions for the BFO PDF Library please drop us an email at support at bfo.co.uk - that's what we're there for. All our contact details are at http://bfo.co.uk/contact.jsp.

Cheers... Mike @ BFO

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