writingstyle (text styling)
General info
the writing style class Is a class your going to use with almost everything your going to have to use in this package, because this class defines how the text your display to your console window is going to look. Like stuff from text style(bold, italic , .. e.g) and color of your chars so this is a very usefull class
How to use
object Creation
This code returns the default text style object: white text with black background and no forground color
Creating colored style object
this returns a style with color red
Last updated