【问题标题】:Problem setting font size when font family is set to Courier in Flex在 Flex 中将字体系列设置为 Courier 时设置字体大小的问题
【发布时间】:2011-08-23 23:41:10
【问题描述】:

当字体系列设置为 Courier 时,我似乎无法设置图例项文本的字体大小。

legendItem.setStyle("fontFamily", "Courier");
legendItem.setStyle("fontSize", 7);

不起作用。

但是:

legendItem.setStyle("fontFamily", "Verdana");
legendItem.setStyle("fontSize", 7);

会!

这是 Flex 错误吗?

【问题讨论】:

    标签: apache-flex fonts size


    【解决方案1】:

    我认为您的系统中不存在 courier 字体。

    如果存在则使用嵌入字体

    Embedded Fonts

    【讨论】:

    • 感谢您的建议。我试过这个,我得到了以下错误:无法转码 C:/WINNT/Fonts/coure.ttf
    猜你喜欢
    • 2015-12-08
    • 2014-10-17
    • 2017-08-12
    • 1970-01-01
    • 2012-12-21
    • 1970-01-01
    • 2021-04-07
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多