embedded font won't work in Flex mobile ActionBar

前端 未结 6 1127
执念已碎
执念已碎 2021-02-09 14:33

i\'ve got a few fonts embedded and am using them in my mobile application, and they are all working, except for the ones i try to use for the \"ActionBar\". They work everywhere

6条回答
  •  盖世英雄少女心
    2021-02-09 15:13

    Embed a separate copy of the font with embedAsCFF: true; and apply that to the label in the skin and it will work. I can't remember the reasoning for it off hand (deadline=wtfever), but I know this solved this exact issue for me.

    True story. =)

    P.s. make sure the bold / italics are correct in the style as well.

提交回复
热议问题