html5 文本操作

发布于 2024-11-04 09:04:53 字数 251 浏览 1 评论 0原文

我正在尝试编写一个软件来抓取字符串并打包它们 有序布局,如下图所示

在此处输入图像描述

我认为要实现该结果,第一步我' d 采取将能够 计算画布中单个字符串的大小以修改字体大小 以适合所需的宽度。
所以,如果any1有某个内置函数的解决方案,或者执行它的方法 这样我就可以自己编写代码,那就太好了(非常好)。

提前致谢
k

I'm trying to write a piece of software to grab strings and pack them
in and ordered layout, like in the image below

enter image description here

I think that to achieve that result the first step I'd take would be being able
to calculate the size of a single string in the canvas in order to modify the font-size
to fit the desired width.
so, if any1's got a solution to some built-in function, or a way to perform it
so that I can code it myself that would be nice (very nice).

thanks in advance
k

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

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

发布评论

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

评论(1

话少情深 2024-11-11 09:04:53

如果您决定不使用 CANVAS,这可能会很有用:如何计算字母的宽度:http:// jsfiddle.net/rudiidirkx/sCUac/ 以特定字体和特定大小。

编辑
或者句子的宽度。

If you decide to do it without CANVAS, this might come in useful: how to calculate a letter's width: http://jsfiddle.net/rudiedirkx/sCUac/ in a specific font with a specific size.

edit
Or a sentence's width.

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