serenity/Tests/LibGfx
Aliaksandr Kalenik 1f4106842d LibGfx: Pass font width to FontDatabase::get()
Width need to be passed to `FontDatabase::get()` to resolve font name
unambiguously.
2023-02-05 08:06:06 +00:00
..
test-inputs Tests: Add a basic ICC profile test 2023-02-01 19:19:30 +01:00
BenchmarkGfxPainter.cpp LibGfx+Tests: Remove code unnecessary after 9e7c16d0a4 2023-02-01 08:56:56 -05:00
CMakeLists.txt Tests: Add a basic ICC profile test 2023-02-01 19:19:30 +01:00
TestFontHandling.cpp LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
TestICCProfile.cpp Tests: Add a basic ICC profile test 2023-02-01 19:19:30 +01:00
TestImageDecoder.cpp