Appcelerator - 字体阿拉伯语IOS

时间:2016-05-20 11:22:04

标签: ios appcelerator appcelerator-titanium

我在使用Appcelerator钛的项目中使用字体阿拉伯语,这在Android上完美运行,但在IOS上却没有。

这似乎是iOS中的一个错误!! Appcelerator上有什么解决方案!

enter image description here

字体类

".fontRegular": {
  font: {
    fontFamily: "HsnRazan-Regular"
  }
}

1 个答案:

答案 0 :(得分:2)

在iOS上,您必须使用字体的PostScript名称。

在OS X上查找字体的PostScript名称:

  • 打开FontBook。
  • 从列表中选择所需的字体。
  • 按Cmd + I查看字体的PostScript名称。

示例:

http://docs.appcelerator.com/platform/latest/#!/guide/Custom_Fonts-section-29004935_CustomFonts-Findingafont%27sPostScriptname

http://docs.appcelerator.com/platform/latest/images/download/attachments/29004935/postscript-name.png