Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照指示创建了一个 .swf,使用了三种字体变体 - 粗体、正常和斜体,但是只有文件中包含的第一个字体变体真正起作用 - 正常和斜体变体只是不显示。这里发生了什么?其他人看到这个问题吗?
查看呈现的 .swf 文件,我只能看到测试文本中包含/显示的一种字体样式,尽管 swf 生成的报告显示所有字体都已嵌入。为什么是这样?
谢谢
在 Flash 中,字体变体“FontName Bold”、“FontName Italic”实际上是不同的字体系列。Flash UI 中的按钮触发的粗体和斜体是文档中提到的。这些也是由HTML 标记中的<b>/<strong>和<i>/触发的。<em>
<b>
<strong>
<i>
<em>