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

Allow Text3D to use TTFLoader #2094

Open
mz8i opened this issue Sep 14, 2024 · 0 comments · May be fixed by #2095
Open

Allow Text3D to use TTFLoader #2094

mz8i opened this issue Sep 14, 2024 · 0 comments · May be fixed by #2095
Labels
enhancement New feature or request

Comments

@mz8i
Copy link

mz8i commented Sep 14, 2024

Describe the feature you'd like:

three-stdlib provides a TTFLoader that automatically does the same type of conversion that happens when using the Facetype.js website. Text3D should support both loaders, depending on the content-type returned from the fetched URL. This way, especially during development where speed of loading is not a concern, developers don't have to manually convert fonts using the Facetype.js website, which slows down experimentation with different fonts / variants etc.

Suggested implementation:

I will submit a PR soon.

@mz8i mz8i added the enhancement New feature or request label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant