mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Increase max size for GDI classic forced families.
Set the maximum size at which we will force GDI classic mode using force_gdi_classic_for_families to 17 to prevent some known font artifacts using d2d.
This commit is contained in:
parent
28646a9cc1
commit
4f33dfa20b
1 changed files with 1 additions and 1 deletions
|
|
@ -3397,7 +3397,7 @@ pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families",
|
|||
"Arial,Consolas,Courier New,Microsoft Sans Serif,Segoe UI,Tahoma,Trebuchet MS,Verdana");
|
||||
// The maximum size at which we will force GDI classic mode using
|
||||
// force_gdi_classic_for_families.
|
||||
pref("gfx.font_rendering.cleartype_params.force_gdi_classic_max_size", 15);
|
||||
pref("gfx.font_rendering.cleartype_params.force_gdi_classic_max_size", 17);
|
||||
|
||||
pref("ui.key.menuAccessKeyFocuses", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue