зеркало из https://github.com/mozilla/gecko-dev.git
Back out 36f327aaffa5 (bug 739804) for WinXP reftest orange
This commit is contained in:
Родитель
9a5c49a16a
Коммит
14e63f87fb
|
@ -808,7 +808,6 @@ static const char kFontEuphemia[] = "Euphemia";
|
||||||
static const char kFontGabriola[] = "Gabriola";
|
static const char kFontGabriola[] = "Gabriola";
|
||||||
static const char kFontKhmerUI[] = "Khmer UI";
|
static const char kFontKhmerUI[] = "Khmer UI";
|
||||||
static const char kFontLaoUI[] = "Lao UI";
|
static const char kFontLaoUI[] = "Lao UI";
|
||||||
static const char kFontLucidaSansUnicode[] = "Lucida Sans Unicode";
|
|
||||||
static const char kFontMVBoli[] = "MV Boli";
|
static const char kFontMVBoli[] = "MV Boli";
|
||||||
static const char kFontMalgunGothic[] = "Malgun Gothic";
|
static const char kFontMalgunGothic[] = "Malgun Gothic";
|
||||||
static const char kFontMicrosoftJhengHei[] = "Microsoft JhengHei";
|
static const char kFontMicrosoftJhengHei[] = "Microsoft JhengHei";
|
||||||
|
@ -838,9 +837,9 @@ gfxWindowsPlatform::GetCommonFallbackFonts(const PRUint32 aCh,
|
||||||
if (!IS_IN_BMP(aCh)) {
|
if (!IS_IN_BMP(aCh)) {
|
||||||
PRUint32 p = aCh >> 16;
|
PRUint32 p = aCh >> 16;
|
||||||
if (p == 1) { // SMP plane
|
if (p == 1) { // SMP plane
|
||||||
|
aFontList.AppendElement(kFontCambriaMath);
|
||||||
aFontList.AppendElement(kFontSegoeUISymbol);
|
aFontList.AppendElement(kFontSegoeUISymbol);
|
||||||
aFontList.AppendElement(kFontEbrima);
|
aFontList.AppendElement(kFontEbrima);
|
||||||
aFontList.AppendElement(kFontCambriaMath);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
PRUint32 b = (aCh >> 8) & 0xff;
|
PRUint32 b = (aCh >> 8) & 0xff;
|
||||||
|
@ -899,9 +898,9 @@ gfxWindowsPlatform::GetCommonFallbackFonts(const PRUint32 aCh,
|
||||||
aFontList.AppendElement(kFontSegoeUI);
|
aFontList.AppendElement(kFontSegoeUI);
|
||||||
aFontList.AppendElement(kFontSegoeUISymbol);
|
aFontList.AppendElement(kFontSegoeUISymbol);
|
||||||
aFontList.AppendElement(kFontCambria);
|
aFontList.AppendElement(kFontCambria);
|
||||||
|
aFontList.AppendElement(kFontCambriaMath);
|
||||||
aFontList.AppendElement(kFontMeiryo);
|
aFontList.AppendElement(kFontMeiryo);
|
||||||
aFontList.AppendElement(kFontArial);
|
aFontList.AppendElement(kFontArial);
|
||||||
aFontList.AppendElement(kFontLucidaSansUnicode);
|
|
||||||
aFontList.AppendElement(kFontEbrima);
|
aFontList.AppendElement(kFontEbrima);
|
||||||
break;
|
break;
|
||||||
case 0x2d:
|
case 0x2d:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче