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

Add default font support for argument font of TextClip #2338

Open
Pandede opened this issue Jan 21, 2025 · 0 comments
Open

Add default font support for argument font of TextClip #2338

Pandede opened this issue Jan 21, 2025 · 0 comments
Labels
feature-request Request for a new feature or additional functionality.

Comments

@Pandede
Copy link

Pandede commented Jan 21, 2025

Currently, the font argument requires users to provide the path to a TrueType font file. While this works well in most cases, it can be inconvenient for testing purposes, as it requires installing or specifying a font file beforehand.

To enhance usability, I propose leveraging the PIL.ImageFont API's load_default method, which allows loading a basic TrueType font without requiring prior installation. This would simplify the workflow, especially for testing or lightweight applications.

@Pandede Pandede added the feature-request Request for a new feature or additional functionality. label Jan 21, 2025
@Pandede Pandede changed the title Add default font Support for argument font of TextClip Add default font support for argument font of TextClip Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature or additional functionality.
Projects
None yet
Development

No branches or pull requests

1 participant