Rename LizaBold to LizaRegular and LizaBlack to LizaBold.

LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^)
This commit is contained in:
Andreas Kling 2019-02-05 09:07:23 +01:00
parent 0c38a4c30f
commit b1e054ffe8
Notes: sideshowbarker 2024-07-19 15:51:53 +09:00
7 changed files with 2 additions and 5 deletions

View file

@ -7,7 +7,6 @@ GButton::GButton(GWidget* parent)
: GWidget(parent)
{
set_fill_with_background_color(false);
set_font(Font::default_bold_font());
}
GButton::~GButton()