mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Ask for a bold_variant() of the default_fixed_width_font() instead.
This commit is contained in:
parent
6a012ad79f
commit
8a6c37deef
7 changed files with 4 additions and 22 deletions
|
@ -46,11 +46,6 @@ TEST_CASE(test_default_fixed_width_font)
|
|||
EXPECT(!Gfx::FontDatabase::default_fixed_width_font().name().is_null());
|
||||
}
|
||||
|
||||
TEST_CASE(test_default_bold_fixed_width_font)
|
||||
{
|
||||
EXPECT(!Gfx::FontDatabase::default_bold_fixed_width_font().name().is_null());
|
||||
}
|
||||
|
||||
TEST_CASE(test_clone)
|
||||
{
|
||||
u8 glyph_height = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue