LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.

Start using it right away for window titles.
This commit is contained in:
Andreas Kling 2019-02-04 11:37:15 +01:00
commit cacba45f1c
Notes: sideshowbarker 2024-07-19 15:52:27 +09:00
5 changed files with 37 additions and 2 deletions

View file

@ -9,6 +9,7 @@
class Font : public Retainable<Font> {
public:
static Font& default_font();
static Font& default_bold_font();
RetainPtr<Font> clone() const;