Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Text Improvements #112

Open
SK83RJOSH opened this issue Feb 18, 2023 · 2 comments
Open

Text Improvements #112

SK83RJOSH opened this issue Feb 18, 2023 · 2 comments
Labels
enhancement New feature or request topic:api API functionality, including both host and guest

Comments

@SK83RJOSH
Copy link
Contributor

SK83RJOSH commented Feb 18, 2023

There's a couple issues with text that would be nice to resolve:

  • Text should have the ability to be two-sided; it would be nice to duplicate the geometry on both sides so the text can be read regardless of its rotation (with(two_sided()) or similar).
  • It would be really nice to be able to center the generated mesh so that text is aligned correctly to the object that it's following. Might be nice to implement this via a helper (centered_text("Centered")) and a component with(alignment(), TextAlignment::Center).
@SK83RJOSH SK83RJOSH added enhancement New feature or request topic:api API functionality, including both host and guest labels Feb 18, 2023
@SK83RJOSH
Copy link
Contributor Author

Considering that the existing text is mostly intended for use with UI; I suspect it's unlikely I'll get both of these for the time being so I'll bodge it using width() + duplicating the entity for now.

@marceline-cramer
Copy link
Contributor

I would like this for Flowerpot so I'm bumping this.

@philpax philpax mentioned this issue Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:api API functionality, including both host and guest
Projects
None yet
Development

No branches or pull requests

2 participants