We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some fonts are not printable in all environments. In random-na mode, we should print the font name.
random-na
>>> from art import * >>> tprint("test","random-na")
[Warning] 'font-x' is not printable in this environment.
[Warning] 'random-na' is not printable in this environment.
Windows 10
Python 3.8
art.__version__
ART 5.6
The text was updated successfully, but these errors were encountered:
@sadrasabouri Do you have any interest to handle this issue?
Sorry, something went wrong.
@sepandhaghighi sure.
I think the best way is to convert indirect_font function to a decorator like @font_handler and call it wherever needed.
indirect_font
@font_handler
sadrasabouri
Successfully merging a pull request may close this issue.
Description
Some fonts are not printable in all environments.
In
random-na
mode, we should print the font name.Steps/Code to Reproduce
Expected Behavior
Actual Behavior
Operating System
Windows 10
Python Version
Python 3.8
ART Version (Use :
art.__version__
)ART 5.6
The text was updated successfully, but these errors were encountered: