如何从 webfont 服务动态生成 webfont?

发布于 2024-09-09 07:31:51 字数 209 浏览 1 评论 0原文

有没有一种方法可以根据列表中选定的字体动态设置文本字体样式?例如,我们可以在 Microsoft Word 中看到这一点,您可以突出显示某些文本,然后通过从字体下拉框中选择字体样式来更改字体样式。我正在尝试在浏览器中创建一个与此类似的组件。目前我正在使用 fonts.com 提供的 webfont 服务,但是,看起来字体渲染仅发生在页面加载时,并且无法动态执行。任何人都有办法解决这个问题吗?非常感谢。

Is there a way to style text font dynamically base on selected font in a list? For example, we can see this in Microsoft Word, where you can highlight some text and then change the font style by selecting a font style from the font dropdown box. I am trying to create a component similar to this in the browser. Current I am using the webfont services provides by fonts.com, however, it looks like the font rendering only happen at page load time, and not able to do it dynamically. Anyone has anyway way to tackle this problem? Many thanks.

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

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

发布评论

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

评论(1

森末i 2024-09-16 07:31:51

You ought to be able to do something with Google/Typekit's WebFont Loader library. Create an array of WebFontConfig objects against your drop down box then pass the relevant object into WebFont.load in the onchange event.

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