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

Wish: implement an API to rendering text along/by a path #180

Open
mhfan opened this issue Oct 28, 2023 · 1 comment
Open

Wish: implement an API to rendering text along/by a path #180

mhfan opened this issue Oct 28, 2023 · 1 comment

Comments

@mhfan
Copy link

mhfan commented Oct 28, 2023

It would be cool and useful.

https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath

@kobalicek
Copy link
Member

BTW the example you provided doesn't distort the text, it only lays it on a curve and only rotates each character based on the position on the path segment.

This would be possible to do with some math even now, but the problem is that it's not that nice when the angle is acute.

Blend2D actually has distorting text along a path on a roadmap, but it's on the bottom of a priority list at the moment unfortunately.

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

2 participants