mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out 36f327aaffa5 (bug 739804) for WinXP reftest orange
This commit is contained in:
parent
26956d1485
commit
d8bb91cc56
@ -808,7 +808,6 @@ static const char kFontEuphemia[] = "Euphemia";
|
||||
static const char kFontGabriola[] = "Gabriola";
|
||||
static const char kFontKhmerUI[] = "Khmer UI";
|
||||
static const char kFontLaoUI[] = "Lao UI";
|
||||
static const char kFontLucidaSansUnicode[] = "Lucida Sans Unicode";
|
||||
static const char kFontMVBoli[] = "MV Boli";
|
||||
static const char kFontMalgunGothic[] = "Malgun Gothic";
|
||||
static const char kFontMicrosoftJhengHei[] = "Microsoft JhengHei";
|
||||
@ -838,9 +837,9 @@ gfxWindowsPlatform::GetCommonFallbackFonts(const PRUint32 aCh,
|
||||
if (!IS_IN_BMP(aCh)) {
|
||||
PRUint32 p = aCh >> 16;
|
||||
if (p == 1) { // SMP plane
|
||||
aFontList.AppendElement(kFontCambriaMath);
|
||||
aFontList.AppendElement(kFontSegoeUISymbol);
|
||||
aFontList.AppendElement(kFontEbrima);
|
||||
aFontList.AppendElement(kFontCambriaMath);
|
||||
}
|
||||
} else {
|
||||
PRUint32 b = (aCh >> 8) & 0xff;
|
||||
@ -899,9 +898,9 @@ gfxWindowsPlatform::GetCommonFallbackFonts(const PRUint32 aCh,
|
||||
aFontList.AppendElement(kFontSegoeUI);
|
||||
aFontList.AppendElement(kFontSegoeUISymbol);
|
||||
aFontList.AppendElement(kFontCambria);
|
||||
aFontList.AppendElement(kFontCambriaMath);
|
||||
aFontList.AppendElement(kFontMeiryo);
|
||||
aFontList.AppendElement(kFontArial);
|
||||
aFontList.AppendElement(kFontLucidaSansUnicode);
|
||||
aFontList.AppendElement(kFontEbrima);
|
||||
break;
|
||||
case 0x2d:
|
||||
|
Loading…
Reference in New Issue
Block a user