Baghdady92
Baghdady92
use this example ``` pw.TableHelper.fromTextArray( headerDirection: pw.TextDirection.rtl, tableDirection: pw.TextDirection.rtl, cellAlignment: pw.Alignment.centerRight, data: [ ['احمد', 'هلاوو اشلونك', 'العنوان'], ['1993', 'احمد اياد محمد البغدادى', 'Acrobat 1'], ['1994', 'PDF 1.1', 'Acrobat 2'], ['1996',...
i fixed the problem @DavBfr merged it use flag flutter run --dart-define=use_arabic=true or flutter run--dart-define=use_bidi=false check the changelog if you need more information [d381150](https://github.com/DavBfr/dart_pdf/commit/d38115071b264b98fda1823d172e82c39da3e965)
> @trippersham see #89, where there is a similar problem. > > As described in the other issue you should be able to solve your issue setting the `primaryjoin` instead...
use font support arabic well also try my fix on this matter `flutter run --dart-define=use_arabic=true`