SyfSchydea / New-Horizons-Pattern-Generator

Takes an image and outputs a New Horizons pattern
3 stars 0 forks source link

tty colours: Allow bold/faint #27

Closed SyfSchydea closed 4 years ago

SyfSchydea commented 4 years ago

(child issue of #12)

Currently only basic foreground colours are implemented in TTY/FormattedString. Update it to allow bold and faint.

This should include good optimisation of control codes. eg. CSI39m CSI22m (<Reset FG> <Bold off>) should be replaced with CSI0m (<Reset all>)

SyfSchydea commented 4 years ago

Done.