Android Font problem

Hi, I'm new using Flexel (v.7.24)

I have a Firemonkey app that creates a PDF (TFlexCelPdfExport) from an Excel file processed with TFlexCelReport.
It works fine on Windows and iOS. But on Android, it gives an error when running TFlexCelPdfExport.Export(OutFile): "The folder with truetype fonts: /data/user/0/MY_APP/files/Fonts/" does not exist." I'm not very familiar with Android. Do I need to copy fonts to that folder in my app?

Can you help me with this?

Regards, R

Hi,
Indeed, fonts on Android are problematic, because it mostly comes with 1 font (Roboto) so you need to either use internal PDF fonts, or provide them with your app.

We have a longer explanation of what to do here: FlexCel Android Guide | FlexCel Studio for VCL and FireMonkey documentation

Let me know if it helps