在 GTK 中获取文本边界+

发布于 2024-10-06 18:10:03 字数 54 浏览 7 评论 0原文

如何在 GTK+ 中获取文本的边界,提供具有属性(例如字体大小、字体样式和字体系列)的字符串?

How can I get bounds of a text, provided string with attributes say, font size, font style, and font family in GTK+?

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

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

发布评论

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

评论(1

惯饮孤独 2024-10-13 18:10:03

对于 GTK+,您可能应该查看 Pango。我相信所需的调用是 pango_layout_line_get_pixel_extents(),尽管这当然需要您解析规格中的任何字符串,并在获取范围之前设置相应的 Pango 对象。

For GTK+, you should probably look at Pango. I believe the required call is pango_layout_line_get_pixel_extents(), although this will of course require you to parse whatever string it is you have with the specs, and set up the corresponding Pango object before getting the extents.

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