summaryrefslogtreecommitdiff
path: root/Tests/LibGfx/TestFontHandling.cpp
AgeCommit message (Expand)Author
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-01LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd933Nico Weber
2022-08-04Tests: Update TestFontHandling and add new testthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2021-09-19Tests: Conform font tests to new font formatthankyouverycool
2021-05-21Tests: Remove default font tests from LibGfx/TestFontHandlingAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro