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

mixed font issue arabic and english in one paragraph #857

Closed
PRATHYUSH-DOM opened this issue Aug 13, 2018 · 1 comment
Closed

mixed font issue arabic and english in one paragraph #857

PRATHYUSH-DOM opened this issue Aug 13, 2018 · 1 comment

Comments

@PRATHYUSH-DOM
Copy link

PRATHYUSH-DOM commented Aug 13, 2018

        doc.registerFont('Arabic1', 'fonts/NotoKufiArabic-Regular.ttf');
	doc.font('Arabic1').text('No task found من يوم الى يومين تصليح ، وجاري المتابعة');

screen shot 2018-08-13 at 12 58 14 pm

@liborm85
Copy link
Collaborator

Can be used this:

doc.text('No task found', { continued: true }).font('Arabic1').text('من يوم الى يومين تصليح ، وجاري المتابعة');

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