Hello lovely Syncfusion-Team,
FontIconFontFamily is not working with Embedded Fonts feature of Xamarin.Forms up 4.5.530 in Android but working in UWP. I have not tested it in iOS.
For example, AssemblyInfo.cs file in my shared project has the following statement:
[assembly: ExportFont("Icons.ttf")]
And the XAML file has the following imaginary code:
<SfTabView>
<SfTabItem FontIconFontFamily="Icons" IconFont="{StaticResource Home}" />
</SfTabView>
And the fonts are not loaded.
Tha same fonts are working well in Android with many other controls but the SfTabItem not.
Regards,
Abubakr
Attachment:
Untitled_6c2257f3.7z