-
Notifications
You must be signed in to change notification settings - Fork 10
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
Copy-paste not working for rendered glyphs #17
Comments
Seems to me that this can be solved by passing by glyphs with the correct @devongovett why did you do that? If present, we can use |
@devongovett sorry for bothering you! But I'm stuck in here. How can I do to access a glyph |
You'd need the original string that the glyphs were constructed with, and the string indexes of the glyphs. Then you can just slice the string to get the code points. |
Thanks for your answer! |
yep |
As explained here #15, copy pasting text from documents created with the
TextRendeder
is not working. Devon pointed out the cause of the issue, but it will require q bit more research from my side to solve itThe text was updated successfully, but these errors were encountered: