XAxisLeft的Android mp android图表集类型脸

Ama*_*alo 6 charts android android-studio android-typeface mpandroidchart

我有一个使用库MPAndroidChart的折线图

    mChart.setData(data);
                        mChart.getAxisLeft().setTypeface(MyApplication.giloryItaly);
                        mChart.invalidate();

                        mChart.getXAxis().setTypeface(MyApplication.giloryItaly);
                        mChart.getAxisRight().setTypeface(MyApplication.giloryItaly);
Run Code Online (Sandbox Code Playgroud)

问题是,AxisLeft即使使用,字体值也无法更改

mChart.getAxisLeft().setTypeface(MyApplication.giloryItaly);
Run Code Online (Sandbox Code Playgroud)

但适用于 XAxis

任何解决方案如何改变字体类型AxisLeftAxisRight?