Merge pull request #11454 from Snuffleupagus/move-SegoeUISymbol
Move the SegoeUISymbol font to the `getNonStdFontMap` (PR 8698 follow-up)
This commit is contained in:
commit
a0fe7a77d6
@ -58,7 +58,6 @@ const getStdFontMap = getLookupTableFactory(function(t) {
|
|||||||
t["Helvetica-BoldOblique"] = "Helvetica-BoldOblique";
|
t["Helvetica-BoldOblique"] = "Helvetica-BoldOblique";
|
||||||
t["Helvetica-Italic"] = "Helvetica-Oblique";
|
t["Helvetica-Italic"] = "Helvetica-Oblique";
|
||||||
t["Helvetica-Oblique"] = "Helvetica-Oblique";
|
t["Helvetica-Oblique"] = "Helvetica-Oblique";
|
||||||
t["SegoeUISymbol"] = "Helvetica";
|
|
||||||
t["Symbol-Bold"] = "Symbol";
|
t["Symbol-Bold"] = "Symbol";
|
||||||
t["Symbol-BoldItalic"] = "Symbol";
|
t["Symbol-BoldItalic"] = "Symbol";
|
||||||
t["Symbol-Italic"] = "Symbol";
|
t["Symbol-Italic"] = "Symbol";
|
||||||
@ -118,6 +117,7 @@ const getNonStdFontMap = getLookupTableFactory(function(t) {
|
|||||||
t["MS-PMincho-BoldItalic"] = "MS PMincho-BoldItalic";
|
t["MS-PMincho-BoldItalic"] = "MS PMincho-BoldItalic";
|
||||||
t["MS-PMincho-Italic"] = "MS PMincho-Italic";
|
t["MS-PMincho-Italic"] = "MS PMincho-Italic";
|
||||||
t["NuptialScript"] = "Times-Italic";
|
t["NuptialScript"] = "Times-Italic";
|
||||||
|
t["SegoeUISymbol"] = "Helvetica";
|
||||||
t["Wingdings"] = "ZapfDingbats";
|
t["Wingdings"] = "ZapfDingbats";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user