Terminal: Implement dumb font bolding

This is just drawing character twice at one pixel offset
This commit is contained in:
2025-05-05 23:09:53 +03:00
parent f959905adf
commit 57f6f50939
2 changed files with 5 additions and 1 deletions

View File

@@ -102,4 +102,5 @@ private:
uint32_t m_fg_color { 0 };
uint32_t m_bg_color { 0 };
bool m_colors_inverted { false };
bool m_is_bold { false };
};