We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
spriteBatch.DrawString
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: