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 a method for exposing the transform of any character by index #127

Open
theanine opened this issue Jan 23, 2020 · 2 comments
Open

Add a method for exposing the transform of any character by index #127

theanine opened this issue Jan 23, 2020 · 2 comments

Comments

@theanine
Copy link

The transform should return the rotate and translate properties.

@peterhry
Copy link
Owner

Interesting idea. Can you elaborate a bit? What is the use case for getting the transform properties?

@theanine
Copy link
Author

You would then be able to detect what portion of the parent object the text is consuming, for example, to make the text more responsive.

@theanine theanine changed the title Add a method for getting the transform of any character by index Add a method for exposing the transform of any character by index Jan 25, 2020
theanine added a commit to theanine/CircleType that referenced this issue Jan 26, 2020
The transform is returned as an array of rotate
and translate properties of the character index
specified. This satisfies feature request peterhry#127.
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