bold property
AnsiPen
get
bold
Adds bold style (SGR 1).
Implementation
AnsiPen get bold {
styleStack.add(QuectoColors.bold);
return this;
}
Adds bold style (SGR 1).
AnsiPen get bold {
styleStack.add(QuectoColors.bold);
return this;
}