Can not apply custom font family to SfChart

Hi Syncfusion,
I have sample project. I can not apply font by Xamarin ExportFont to SfChart. But I can apply it to Label.
Platform: Android & iOS

 MainPage
{
           InitializeComponent();
            Chart.Title.Text = "Custom font";
            Chart.Title.FontFamily = "Typewriter";

            //Using Label custom font. Comment them if using SfChart
            Label lb = new Label();
            lb.FontFamily = "Typewriter";
            lb.Text = "Custom font";
            lb.HorizontalOptions = lb.VerticalOptions = LayoutOptions.CenterAndExpand;
            this.Content = new StackLayout() { Children = { lb } };
}

Please check my attachment.
Thanks you.


Attachment: Chart_GettingStarted_381d5799.rar

3 Replies 1 reply marked as answer

DD Devakumar Dhanapoosanam Syncfusion Team June 26, 2020 09:09 AM UTC

Hi Nguyen Khoa Lu, 
 
Greetings from Syncfusion. 
 
Please refer the below KB for applying the custom font, 
 
 
Please let us know if you need any further assistance on this. 
 
Regards, 
Devakumar D 


Marked as answer

NK Nguyen Khoa Lu June 26, 2020 09:23 AM UTC

Hi Devakumar Dhanapoosanam,
Thanks for your answer, I know how to using custom font by any platform. But can I using custom font by Xamarin ExportFont???



DD Devakumar Dhanapoosanam Syncfusion Team June 29, 2020 05:31 AM UTC

Hi Nguyen Khoa Lu, 
 
Thanks for your update. 
 
Currently we have support to add the custom font files based on the platform specific.  
 
We would like to let you know that already we have considered this as a feature request and logged feature request. Please find the below feedback link to track the status of the feature, 
 
 
Please cast your vote to make it count. We will prioritize the features every release based on the demands and we do not have an immediate plan to implement this feature since we committed with already planned work. So, this feature will be available in any of our upcoming releases.        
      
If you have any more specifications/suggestions to the feature request, you can add it as a comment in the portal. 
 
Regards, 
Devakumar D 


Loader.
Up arrow icon