-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Is your feature request related to a problem? Please describe.
I would like to add more depth to what is rendered, by using bold characters
Describe the solution you'd like
I would like to set some "pixel" to be rendered as bold. Maybe something like:
engine.set_pxl(1, 2, pixel::pxl_fg('Z', Color::Red).bold());But I don't have much opinion on the API.
Describe alternatives you've considered
Aside using crosstem directly, I don't see how to achieve that via console_engine
Additional context
There might be other desirable styles such as italic, underline, etc.
Metadata
Metadata
Assignees
Labels
No labels