mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 543780 - don't consider FF_DONTCARE fonts to match all generic family names. r=jdaggett
This commit is contained in:
parent
8d54b7682f
commit
182798d5d4
@ -204,7 +204,7 @@ public:
|
||||
// All other fonts will be grouped correctly using family...
|
||||
switch (mWindowsFamily) {
|
||||
case FF_DONTCARE:
|
||||
return PR_TRUE;
|
||||
return PR_FALSE;
|
||||
case FF_ROMAN:
|
||||
return aGeneric.EqualsLiteral("serif");
|
||||
case FF_SWISS:
|
||||
|
Loading…
Reference in New Issue
Block a user