Terminal: Implement dumb font bolding
This is just drawing character twice at one pixel offset
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user