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

Remove print statement '$fontName has no Unicode support see https://github.com/DavBfr/dart_pdf/wiki/Fonts-Management' #1708

Open
MarkOSullivan94 opened this issue Aug 5, 2024 · 1 comment · May be fixed by #1709
Labels
enhancement New feature or request needs triage

Comments

@MarkOSullivan94
Copy link

Is your feature request related to a problem? Please describe.

Every single time I run my CLI tool to generate a PDF file, I see this print statement which makes it look like there's an error or something has went wrong when it's just a warning message.

It has lead to a lot of confusion and has resulted in many "issues" being opened because of a misunderstanding of the message which is not actually an error message.

#810
#1538
#405
#384
#252

Instead of having a message printed in the console, this warning message should be covered in the README.

Describe the solution you'd like

This should not be appearing by default and should be removed from type1_font.dart

Describe alternatives you've considered

Add ability to have the console output be more verbose should a developer using this package be having issues.

Additional context

@nickolasdeluca
Copy link

Please remove this weird print message or at least lock it behind a debug mode or something.
Like, is there a way to actually make it stop happening? is there a font that has Unicode support that this package supports?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants