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

Colored/decorated text #4

Open
Jenna1337 opened this issue Aug 19, 2024 · 1 comment
Open

Colored/decorated text #4

Jenna1337 opened this issue Aug 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Jenna1337
Copy link
Member

Add support for ECMA-48 Select Graphic Rendition.

Note features such as bold and italic may be unfeasible, but colors and underlines and strikethroughs should be possible.

Reference: https://www.ecma-international.org/wp-content/uploads/ECMA-48_5th_edition_june_1991.pdf#page75
section 8.3.117

@Jenna1337 Jenna1337 added the enhancement New feature or request label Aug 19, 2024
@Jenna1337
Copy link
Member Author

This should be possible, but we'd have to process the string into chunks, and then draw each one with their own call to spriteBatch.DrawString

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

No branches or pull requests

1 participant