diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-04 11:37:15 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-04 11:37:15 +0100 |
commit | cacba45f1c615257c2c6a9f041e851e0ac030c13 (patch) | |
tree | 37447734500405b2fb10e4447bf4c2bd94bc4d7c /SharedGraphics/Font.h | |
parent | ac11c90dee3ac43e5e6d78ff9e9b64c4ce115744 (diff) | |
download | serenity-cacba45f1c615257c2c6a9f041e851e0ac030c13.zip |
LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.
Start using it right away for window titles.
Diffstat (limited to 'SharedGraphics/Font.h')
-rw-r--r-- | SharedGraphics/Font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SharedGraphics/Font.h b/SharedGraphics/Font.h index b32d672b1f..0b560d822c 100644 --- a/SharedGraphics/Font.h +++ b/SharedGraphics/Font.h @@ -9,6 +9,7 @@ class Font : public Retainable<Font> { public: static Font& default_font(); + static Font& default_bold_font(); RetainPtr<Font> clone() const; |