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

Text support #22

Open
sunjay opened this issue Nov 19, 2017 · 0 comments
Open

Text support #22

sunjay opened this issue Nov 19, 2017 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Nov 19, 2017

Support drawing text. Similar in function to the Python turtle.write method.

If someone would like to take this on, please leave a comment and I'll provide more detailed implementation steps. Adding text is not going to be super difficult, though it will take some insight into how the library works in order to implement it properly. Text will be implemented as a new kind of drawing primitive, similar to the Line and Polygon primitives we currently support. Pathfinder does support rendering text via the fill_text method, so we can use its APIs to implement this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant