mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
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.
This commit is contained in:
parent
87a149c9a4
commit
96895cd22c
15 changed files with 39 additions and 25 deletions
|
@ -16,7 +16,7 @@
|
|||
static struct FontDatabaseSpoofer {
|
||||
FontDatabaseSpoofer()
|
||||
{
|
||||
Gfx::FontDatabase::the().set_default_font_query("Katica 10 400"sv);
|
||||
Gfx::FontDatabase::the().set_default_font_query("Katica 10 400 0"sv);
|
||||
}
|
||||
} g_spoof;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue