• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
If She Said "Yes".
What'll you do ?
博客园    首页    新随笔    联系   管理    订阅  订阅
Let's Use Chinaese in Flex Successfully

[原]

1. If you are developing flex based in RIA, please edit the file bellow: 

安装目录\sdks\4.0.0\frameworks\air-config.xml

  1)  find the node :

<managers>
<manager-class>flash.fonts.JREFontManager</manager-class>
<manager-class>flash.fonts.BatikFontManager</manager-class>
   <manager-class>flash.fonts.AFEFontManager</manager-class>
<manager-class>flash.fonts.CFFFontManager</manager-class>

</managers>

  2)  modify it like this:

<managers>
<manager-class>flash.fonts.JREFontManager</manager-class>
<manager-class>flash.fonts.BatikFontManager</manager-class>
<manager-class>flash.fonts.CFFFontManager</manager-class>
<manager-class>flash.fonts.AFEFontManager</manager-class>
</managers>

2.  if you are developing flex based on Explorer (the same to the above information, but the file will modified is flex-config.xm . )

posted on 2011-06-29 11:03  百花盛开  阅读(328)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3