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.
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:
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_engineAdditional context
There might be other desirable styles such as italic, underline, etc.