File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Userland/Libraries/LibGfx Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 11
11
#include < LibGfx/Painter.h>
12
12
#include < stdio.h>
13
13
14
- // Make sure that no matter what order tests are run in, we've got some
15
- // default fonts for the application to use without talking to WindowServer
16
- static struct FontDatabaseSpoofer {
17
- FontDatabaseSpoofer ()
18
- {
19
- Gfx::FontDatabase::the ().set_default_font_query (" Katica 10 400 0" sv);
20
- }
21
- } g_spoof;
22
-
23
14
BENCHMARK_CASE (diagonal_lines)
24
15
{
25
16
int const run_count = 50 ;
Original file line number Diff line number Diff line change 14
14
#include " Bitmap.h"
15
15
#include " Font/Emoji.h"
16
16
#include " Font/Font.h"
17
- #include " Font/FontDatabase.h"
18
17
#include " Gamma.h"
19
18
#include < AK/Assertions.h>
20
19
#include < AK/Debug.h>
You can’t perform that action at this time.
0 commit comments