使用字体测量文本宽度作为 org.faceless.pdf.PDFFont 实例
我的文本字体为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是如何获取以磅为单位的宽度(像素并不真正适用于 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