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

Include font file #28

Merged
merged 5 commits into from
Aug 20, 2024
Merged

Include font file #28

merged 5 commits into from
Aug 20, 2024

Conversation

jimbarrett27
Copy link
Owner

No description provided.

@jimbarrett27 jimbarrett27 requested a review from naslundx August 18, 2024 20:29
@@ -64,7 +64,7 @@ def text_image_and_rectangle_strategy(draw):

text = draw(st.text(min_size=1, max_size=10))

font_size = draw(st.integers(min_value=5, max_value=100))
font_size = draw(st.integers(min_value=10, max_value=100))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change the default param value in make_word_cloud as well?

CHANGELOG.md Outdated
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- Custom width and height now supported
- A default font file is correctly include in the build
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

included*

@jimbarrett27 jimbarrett27 merged commit 8f8cf3a into main Aug 20, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants