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

Support single stroke fonts #785

Merged
merged 2 commits into from
Mar 25, 2018
Merged

Support single stroke fonts #785

merged 2 commits into from
Mar 25, 2018

Conversation

Quiigi
Copy link
Contributor

@Quiigi Quiigi commented Mar 24, 2018

This change allows suppressing spurious closing lines when drawing text in a single-line font.

In Summary of single-line fonts, imajeenyus writes: "Single-line fonts (also called engraving fonts, technical lettering fonts, pen plotter fonts) are hugely useful when performing machining or drawing operations." Under "Notes/warnings", that page mentions the issue of "closing lines".

True-type fonts are often outline fonts, and some software always adds closing lines, which the page above highlights in red. This proposed change adds a boolean parameter "Closed" to the "text" plugin. It's default is True, maintaining the current behavior. But with a single stroke font like MechSoft from McNeel, you want to turn this off. It saves the extra step of deleting the spurious lines manually.

@Quiigi
Copy link
Contributor Author

Quiigi commented Mar 24, 2018

Example:
single-stroke

@vlachoudis vlachoudis merged commit 3260fb7 into vlachoudis:master Mar 25, 2018
@vlachoudis
Copy link
Owner

Thanks

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