Flex 和嵌入字体共享库

发布于 2024-08-22 04:37:13 字数 96 浏览 5 评论 0原文

我有一个关于 Flex 和嵌入字体的问题,我想要一个包含大约 30 种不同字体的嵌入字体库。

有什么办法可以只加载我使用的字体吗? (动态)

谢谢

I have a question regarding flex and embed fonts , i want to have a library of embed fonts that will have about 30 different fonts .

Is there any way i can only load the fonts that i use? ( dynamicaly )

Thanks

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

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

发布评论

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

评论(1

じ违心 2024-08-29 04:37:14

此页面(来自 Flex 文档)有一种方法:
在运行时加载样式表

通过在运行时加载样式表,
您可以加载图像(用于图形
皮肤)、字体、类型和类别
选择器和程序化皮肤
您的 Flex 应用程序无需
在编译时嵌入它们。

您可能还会在这里找到一些有用的内容:AS3 运行时字体加载

This page (from the Flex docs) has one approach:
Loading style sheets at run time.

By loading style sheets at run time,
you can load images (for graphical
skins), fonts, type and class
selectors, and programmatic skins into
your Flex application without
embedding them at compile time.

You might also find something useful here: AS3 Runtime Font Loading.

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