Hello,
I'm try to use my own font for the charts. But if I do so, all labels for X
and Y axes shows up as blank.

This is what I am trying:
@font-face
{
    src: url("assets/fonts/CALIBRIL.TTF");
    fontFamily: myFont;
    fontStyle: normal;
    fontWeight: normal;
    embedAsCFF: true;
    advancedAntiAliasing: true;
}

<mx:ColumnChart id="column" fontFamily='myFont'
click="column_clickHandler(event)"
                        height="100%" showDataTips="true"
                        width="50%"
                        seriesFilters="{[]}"
                        >

But if I use system fonts like  Arial, Times etc, they all seem to work
fine.

Version: Flex 4.14 AIR 16, FP 16

Am I missing something?

Reply via email to