mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
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:
parent
ac11c90dee
commit
cacba45f1c
5 changed files with 37 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
class Font : public Retainable<Font> {
|
||||
public:
|
||||
static Font& default_font();
|
||||
static Font& default_bold_font();
|
||||
|
||||
RetainPtr<Font> clone() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue