: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
t.LucidaConsole = "Courier";
t["LucidaConsole-Bold"] = "Courier-Bold";
t["LucidaConsole-BoldItalic"] = "Courier-BoldOblique";
t["LucidaConsole-Italic"] = "Courier-Oblique";
t["LucidaSans-Demi"] = "Helvetica-Bold";
t["MS-Gothic"] = "MS Gothic";
t["MS-Gothic-Bold"] = "MS Gothic-Bold";
t["MS-Gothic-BoldItalic"] = "MS Gothic-BoldItalic";
t["MS-Gothic-Italic"] = "MS Gothic-Italic";
t["MS-Mincho"] = "MS Mincho";
t["MS-Mincho-Bold"] = "MS Mincho-Bold";
t["MS-Mincho-BoldItalic"] = "MS Mincho-BoldItalic";
t["MS-Mincho-Italic"] = "MS Mincho-Italic";
t["MS-PGothic"] = "MS PGothic";
t["MS-PGothic-Bold"] = "MS PGothic-Bold";
t["MS-PGothic-BoldItalic"] = "MS PGothic-BoldItalic";
t["MS-PGothic-Italic"] = "MS PGothic-Italic";
t["MS-PMincho"] = "MS PMincho";
t["MS-PMincho-Bold"] = "MS PMincho-Bold";
t["MS-PMincho-BoldItalic"] = "MS PMincho-BoldItalic";
t["MS-PMincho-Italic"] = "MS PMincho-Italic";
t.NuptialScript = "Times-Italic";
t.SegoeUISymbol = "Helvetica";
const getSerifFonts = getLookupTableFactory(function (t) {
t["Adobe Jenson"] = true;
t["American Typewriter"] = true;
t["Bembo Schoolbook"] = true;
t["Berkeley Old Style"] = true;
t["Bernhard Modern"] = true;
t["Berthold City"] = true;
t["Bauer Bodoni"] = true;
t["Book Antiqua"] = true;
t["Bordeaux Roman"] = true;
t["Californian FB"] = true;
t["Century Old Style"] = true;
t["Century Schoolbook"] = true;
t["Computer Modern"] = true;
t["Concrete Roman"] = true;
t["Cooper Black"] = true;
t["Friz Quadrata"] = true;
t["Goudy Old Style"] = true;
t["Goudy Schoolbook"] = true;
t["Goudy Pro Font"] = true;
t["Guardian Egyptian"] = true;
t["High Tower Text"] = true;
t["Hoefler Text"] = true;
t["Humana Serif"] = true;
t.LiberationSerif = true;
t["Liberation Serif"] = true;
t["Linux Libertine"] = true;
t["Lucida Bright"] = true;
t["Nimbus Roman"] = true;
t["NPS Rawlinson Roadway"] = true;
t["Plantin Schoolbook"] = true;
t["Poor Richard"] = true;
t["Rawlinson Roadway"] = true;
t["Stone Informal"] = true;
t["Trump Mediaeval"] = true;
t["Bitstream Vera"] = true;
const getSymbolsFonts = getLookupTableFactory(function (t) {
t["Wingdings-Bold"] = true;
t["Wingdings-Regular"] = true;
const getGlyphMapForStandardFonts = getLookupTableFactory(function (t) {