thankyouverycool
96895cd22c
Everywhere: Fully qualify font names by including their slope
...
Fixes typefaces of the same weight but different slopes being
incorrectly returned for each other by FontDatabase.
2022-02-01 10:06:26 +01:00
thankyouverycool
41ce6d0cd0
Tests: Conform font tests to new font format
2021-09-19 00:58:59 +02:00
Andreas Kling
8f96d20b86
Tests: Remove default font tests from LibGfx/TestFontHandling
...
The system default font functions now rely on communication with
WindowServer and so we can't really test them here.
2021-05-21 21:02:43 +02:00
Andreas Kling
8a6c37deef
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
...
Ask for a bold_variant() of the default_fixed_width_font() instead.
2021-05-20 20:55:29 +02:00
Andreas Kling
6a012ad79f
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
...
Instead use default_font().bold_variant() in cases where we want a bold
variant of the default font. :^)
2021-05-20 20:55:29 +02:00
Brian Gianforcaro
fd0dbd1ebf
Tests: Establish root Tests directory, move Userland/Tests there
...
With the goal of centralizing all tests in the system, this is a
first step to establish a Tests sub-tree. It will contain all of
the unit tests and test harnesses for the various components in the
system.
2021-05-06 17:54:28 +02:00