Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem 1. table header text unicode not support and problem 2.unicode word miss spell #219

Closed
angur-mia opened this issue Feb 11, 2020 · 1 comment

Comments

@angur-mia
Copy link

angur-mia commented Feb 11, 2020

Describe the bug
['ID','দাতার তালিকা', 'Mobile','Start Date', 'Taka', 'Active'], this code i use for table header.
i get error. but table multi body data is unicode but not any unicode problem . body data show only miss spell

// your code
pdf.Table.fromTextArray(context: context, data: <List>[
['ID','দাতার তালিকা', 'Mobile','Start Date', 'Taka', 'Active'],
...list.map(
(m) => [m.getMid().toString(), m.getName(), m.getMobile(),cdate().ddMyyyy(m.getCreate_at()), m.getTaka().toString(),m.getActive() ?'হা':'না'])
]),```

@DavBfr
Copy link
Owner

DavBfr commented Feb 12, 2020

Bangla Unicode Fonts are not yet supported. This duplicates #198
Can you help on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants