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

Dynamic text support? #24

Closed
fallenartist opened this issue Jul 29, 2016 · 1 comment
Closed

Dynamic text support? #24

fallenartist opened this issue Jul 29, 2016 · 1 comment

Comments

@fallenartist
Copy link

Amazing project 👍 I was wondering if it could support dynamically generated text? In theory, with path code for all characters in the four needed sizes in memory, a dynamic SVG could be assembled on the fly and HTML element updated. Have you tried that and can I add it as a feature request?

@fallenartist fallenartist changed the title Live text support? Dynamic text support? Jul 29, 2016
@LettError
Copy link
Owner

Cheers! In theory this is of course possible. You'd need to have a source for interpolatable outlines. A UFO? Specially prepared TTF?, read the data, construct the glyphs, interpolate and draw. That's quite some work for javascript if it has to happen in the client.

Will it ever be a feature of this specific project? Probably not.

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

No branches or pull requests

2 participants