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.
Flex 文档说我们需要包含日文字符的字体,Flash Player 无法从运行它的系统访问字体。如果我的 flex 应用程序必须支持所有语言,我应该将整个字体库嵌入到 swf 文件中吗?在我的情况下,数据是从 MySQL 提供的,所以我不能回退到运行时加载。
是否有任何与 Arial Unicode MS 字体等效的 ttf 字体?
请帮帮我。
如果您使用的是 Flex 4 SDK,那么它应该会自动发生 - 您只需要定义一个字体后备链,例如,
fontFamily: "Hiragino Kaku Gothic Pro W3","MS GOTHIC","_sans";