Open amitatale opened 1 year ago
I am developing app in flutter text. i want to show all my Hindi/Marathi text in flutter pdf. but some text are not working in pdf.
I am using this font for this: pdf: ^3.10.4
code: final fontData = (await rootBundle.load('assets/Hind-Medium.ttf')).buffer.asUint8List();
final pdfFont = pw.Font.ttf(fontData.buffer.asByteData());
// Create a PDF document final pdf = pw.Document();
PFA attachmentL
I am facing the same issue with Hindi text.
I am also facing the same issue for all indian languages
same issue ..any solution is there
I am developing app in flutter text. i want to show all my Hindi/Marathi text in flutter pdf. but some text are not working in pdf.
I am using this font for this: pdf: ^3.10.4
code: final fontData = (await rootBundle.load('assets/Hind-Medium.ttf')).buffer.asUint8List();
final pdfFont = pw.Font.ttf(fontData.buffer.asByteData());
// Create a PDF document final pdf = pw.Document();
PFA attachmentL