UNPKG

@thamidu-nadun/md_parser

Version:

Parse markdown content to html with custom plugins. Ideal for tech blog. Everything right out-of-the-box.

288 lines 164 kB
import e from "markdown-it"; import { full as t } from "markdown-it-emoji"; import r from "js-yaml"; function n(e2, t2, r2) { const n2 = (r2 = r2 || {}).marker || ":", i2 = n2.charCodeAt(0), o2 = n2.length, a2 = r2.validate || function(e3) { return e3.trim().split(" ", 2)[0] === t2; }, s2 = r2.render || function(e3, r3, n3, i3, o3) { return 1 === e3[r3].nesting && e3[r3].attrJoin("class", t2), o3.renderToken(e3, r3, n3, i3, o3); }; e2.block.ruler.before("fence", "container_" + t2, function(e3, r3, s3, l2) { let u2, c2 = false, p2 = e3.bMarks[r3] + e3.tShift[r3], h2 = e3.eMarks[r3]; if (i2 !== e3.src.charCodeAt(p2)) return false; for (u2 = p2 + 1; u2 <= h2 && n2[(u2 - p2) % o2] === e3.src[u2]; u2++) ; const m2 = Math.floor((u2 - p2) / o2); if (m2 < 3) return false; u2 -= (u2 - p2) % o2; const d2 = e3.src.slice(p2, u2), f2 = e3.src.slice(u2, h2); if (!a2(f2, d2)) return false; if (l2) return true; let g2 = r3; for (; (g2++, !(g2 >= s3)) && (p2 = e3.bMarks[g2] + e3.tShift[g2], h2 = e3.eMarks[g2], !(p2 < h2 && e3.sCount[g2] < e3.blkIndent)); ) if (i2 === e3.src.charCodeAt(p2) && !(e3.sCount[g2] - e3.blkIndent >= 4)) { for (u2 = p2 + 1; u2 <= h2 && n2[(u2 - p2) % o2] === e3.src[u2]; u2++) ; if (!(Math.floor((u2 - p2) / o2) < m2 || (u2 -= (u2 - p2) % o2, u2 = e3.skipSpaces(u2), u2 < h2))) { c2 = true; break; } } const v2 = e3.parentType, y2 = e3.lineMax; e3.parentType = "container", e3.lineMax = g2; const b2 = e3.push("container_" + t2 + "_open", "div", 1); b2.markup = d2, b2.block = true, b2.info = f2, b2.map = [r3, g2], e3.md.block.tokenize(e3, r3 + 1, g2); const w2 = e3.push("container_" + t2 + "_close", "div", -1); return w2.markup = e3.src.slice(p2, u2), w2.block = true, e3.parentType = v2, e3.lineMax = y2, e3.line = g2 + (c2 ? 1 : 0), true; }, { alt: ["paragraph", "reference", "blockquote", "list"] }), e2.renderer.rules["container_" + t2 + "_open"] = s2, e2.renderer.rules["container_" + t2 + "_close"] = s2; } function i(e2, t2, r2, n2) { const i2 = Number(e2[t2].meta.id + 1).toString(); let o2 = ""; return "string" == typeof n2.docId && (o2 = `-${n2.docId}-`), o2 + i2; } function o(e2, t2) { let r2 = Number(e2[t2].meta.id + 1).toString(); return e2[t2].meta.subId > 0 && (r2 += `:${e2[t2].meta.subId}`), `[${r2}]`; } function a(e2, t2, r2, n2, i2) { const o2 = i2.rules.footnote_anchor_name(e2, t2, r2, n2, i2), a2 = i2.rules.footnote_caption(e2, t2, r2, n2, i2); let s2 = o2; return e2[t2].meta.subId > 0 && (s2 += `:${e2[t2].meta.subId}`), `<sup class="footnote-ref"><a href="#fn${o2}" id="fnref${s2}">${a2}</a></sup>`; } function s(e2, t2, r2) { return (r2.xhtmlOut ? '<hr class="footnotes-sep" />\n' : '<hr class="footnotes-sep">\n') + '<section class="footnotes">\n<ol class="footnotes-list">\n'; } function l() { return "</ol>\n</section>\n"; } function u(e2, t2, r2, n2, i2) { let o2 = i2.rules.footnote_anchor_name(e2, t2, r2, n2, i2); return e2[t2].meta.subId > 0 && (o2 += `:${e2[t2].meta.subId}`), `<li id="fn${o2}" class="footnote-item">`; } function c() { return "</li>\n"; } function p(e2, t2, r2, n2, i2) { let o2 = i2.rules.footnote_anchor_name(e2, t2, r2, n2, i2); return e2[t2].meta.subId > 0 && (o2 += `:${e2[t2].meta.subId}`), ` <a href="#fnref${o2}" class="footnote-backref">↩︎</a>`; } function h(e2) { return e2 && e2.__esModule && Object.prototype.hasOwnProperty.call(e2, "default") ? e2.default : e2; } var m, d; const f = h(function() { if (d) return m; d = 1; var e2 = true, t2 = false, r2 = false; function n2(e3, t3, r3) { var n3 = e3.attrIndex(t3), i3 = [t3, r3]; n3 < 0 ? e3.attrPush(i3) : e3.attrs[n3] = i3; } function i2(e3, t3) { for (var r3 = e3[t3].level - 1, n3 = t3 - 1; n3 >= 0; n3--) if (e3[n3].level === r3) return n3; return -1; } function o2(e3, t3) { return "inline" === e3[t3].type && function(e4) { return "paragraph_open" === e4.type; }(e3[t3 - 1]) && function(e4) { return "list_item_open" === e4.type; }(e3[t3 - 2]) && function(e4) { return 0 === e4.content.indexOf("[ ] ") || 0 === e4.content.indexOf("[x] ") || 0 === e4.content.indexOf("[X] "); }(e3[t3]); } function a2(n3, i3) { if (n3.children.unshift(function(t3, r3) { var n4 = new r3("html_inline", "", 0), i4 = e2 ? ' disabled="" ' : ""; 0 === t3.content.indexOf("[ ] ") ? n4.content = '<input class="task-list-item-checkbox"' + i4 + 'type="checkbox">' : 0 !== t3.content.indexOf("[x] ") && 0 !== t3.content.indexOf("[X] ") || (n4.content = '<input class="task-list-item-checkbox" checked=""' + i4 + 'type="checkbox">'); return n4; }(n3, i3)), n3.children[1].content = n3.children[1].content.slice(3), n3.content = n3.content.slice(3), t2) if (r2) { n3.children.pop(); var o3 = "task-item-" + Math.ceil(1e7 * Math.random() - 1e3); n3.children[0].content = n3.children[0].content.slice(0, -1) + ' id="' + o3 + '">', n3.children.push(function(e3, t3, r3) { var n4 = new r3("html_inline", "", 0); return n4.content = '<label class="task-list-item-label" for="' + t3 + '">' + e3 + "</label>", n4.attrs = [{ for: t3 }], n4; }(n3.content, o3, i3)); } else n3.children.unshift(function(e3) { var t3 = new e3("html_inline", "", 0); return t3.content = "<label>", t3; }(i3)), n3.children.push(function(e3) { var t3 = new e3("html_inline", "", 0); return t3.content = "</label>", t3; }(i3)); } return m = function(s2, l2) { l2 && (e2 = !l2.enabled, t2 = !!l2.label, r2 = !!l2.labelAfter), s2.core.ruler.after("inline", "github-task-lists", function(t3) { for (var r3 = t3.tokens, s3 = 2; s3 < r3.length; s3++) o2(r3, s3) && (a2(r3[s3], t3.Token), n2(r3[s3 - 2], "class", "task-list-item" + (e2 ? "" : " enabled")), n2(r3[i2(r3, s3 - 2)], "class", "contains-task-list")); }); }; }()); var g, v; const y = h(v ? g : (v = 1, g = function(e2, t2) { var r2 = "-", n2 = r2.charCodeAt(0); e2.block.ruler.before("table", "front_matter", function(e3, i2, o2, a2) { var s2, l2, u2, c2, p2, h2, m2, d2 = false, f2 = e3.bMarks[i2] + e3.tShift[i2], g2 = e3.eMarks[i2]; if (0 !== i2 || n2 !== e3.src.charCodeAt(0)) return false; for (s2 = f2 + 1; s2 <= g2; s2++) if (r2[(s2 - f2) % 1] !== e3.src[s2]) { m2 = s2 + 1; break; } if ((u2 = Math.floor((s2 - f2) / 1)) < 3) return false; if (s2 -= (s2 - f2) % 1, a2) return true; for (l2 = i2; !(++l2 >= o2 || "..." === e3.src.slice(f2, g2) || (f2 = e3.bMarks[l2] + e3.tShift[l2]) < (g2 = e3.eMarks[l2]) && e3.sCount[l2] < e3.blkIndent); ) if (n2 === e3.src.charCodeAt(f2) && !(e3.sCount[l2] - e3.blkIndent >= 4)) { for (s2 = f2 + 1; s2 <= g2 && r2[(s2 - f2) % 1] === e3.src[s2]; s2++) ; if (!(Math.floor((s2 - f2) / 1) < u2 || (s2 -= (s2 - f2) % 1, (s2 = e3.skipSpaces(s2)) < g2))) { d2 = true; break; } } return p2 = e3.parentType, h2 = e3.lineMax, e3.parentType = "container", e3.lineMax = l2, (c2 = e3.push("front_matter", null, 0)).hidden = true, c2.markup = e3.src.slice(i2, s2), c2.block = true, c2.map = [i2, l2 + (d2 ? 1 : 0)], c2.meta = e3.src.slice(m2, f2 - 1), e3.parentType = p2, e3.lineMax = h2, e3.line = l2 + (d2 ? 1 : 0), t2(c2.meta), true; }, { alt: ["paragraph", "reference", "blockquote", "list"] }); })), b = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-lightbulb-icon lucide-lightbulb"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"/><path d="M9 18h6"/><path d="M10 22h4"/></svg> ', w = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-notepad-text-icon lucide-notepad-text"><path d="M8 2v4"/><path d="M12 2v4"/><path d="M16 2v4"/><rect width="16" height="18" x="4" y="4" rx="2"/><path d="M8 10h6"/><path d="M8 14h8"/><path d="M8 18h5"/></svg>', x = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-alert-icon lucide-triangle-alert"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"/><path d="M12 9v4"/><path d="M12 17h.01"/></svg>', k = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-info-icon lucide-info"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>', z = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-alert-icon lucide-shield-alert"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="M12 8v4"/><path d="M12 16h.01"/></svg>'; function M(e2, t2, r2) { return 1 === e2[t2].nesting ? ` <div class="my-4 border-l-4 p-4 rounded border-green-500 bg-black text-gray-100"> <span class="text-green-500 flex gap-2"> ${r2} TIP </span> <div class="mt-4 ml-2"> ` : "</div></div>"; } const S = [{ name: "tip", render: (e2, t2) => M(e2, t2, b) }, { name: "note", render: (e2, t2) => M(e2, t2, w) }, { name: "warning", render: (e2, t2) => M(e2, t2, x) }, { name: "info", render: (e2, t2) => M(e2, t2, k) }, { name: "error", render: (e2, t2) => M(e2, t2, z) }]; var T, A, C, N, q, _, R, I, E, O, D, L, P, B; function F() { if (A) return T; function e2(t2, r2, n2) { var i2 = "KaTeX parse error: " + t2; if (void 0 !== r2 && void 0 !== n2) { i2 += " at position " + n2 + ": "; var o2 = r2._input; o2 = o2.slice(0, n2) + "̲" + o2.slice(n2); var a2 = Math.max(0, n2 - 15), s2 = n2 + 15; i2 += o2.slice(a2, s2); } var l2 = new Error(i2); return l2.name = "ParseError", l2.__proto__ = e2.prototype, l2.position = n2, l2; } return A = 1, e2.prototype.__proto__ = Error.prototype, T = e2; } function $() { if (N) return C; function e2(e3, t2) { return void 0 === e3 ? t2 : e3; } return N = 1, C = function(t2) { t2 = t2 || {}, this.displayMode = e2(t2.displayMode, false), this.throwOnError = e2(t2.throwOnError, true), this.errorColor = e2(t2.errorColor, "#cc0000"); }; } function V() { if (_) return q; function e2(e3, t3, r3, n3) { this.id = e3, this.size = t3, this.cramped = n3, this.sizeMultiplier = r3; } _ = 1, e2.prototype.sup = function() { return n2[i2[this.id]]; }, e2.prototype.sub = function() { return n2[o2[this.id]]; }, e2.prototype.fracNum = function() { return n2[a2[this.id]]; }, e2.prototype.fracDen = function() { return n2[s2[this.id]]; }, e2.prototype.cramp = function() { return n2[l2[this.id]]; }, e2.prototype.cls = function() { return t2[this.size] + (this.cramped ? " cramped" : " uncramped"); }, e2.prototype.reset = function() { return r2[this.size]; }; var t2 = ["displaystyle textstyle", "textstyle", "scriptstyle", "scriptscriptstyle"], r2 = ["reset-textstyle", "reset-textstyle", "reset-scriptstyle", "reset-scriptscriptstyle"], n2 = [new e2(0, 0, 1, false), new e2(1, 0, 1, true), new e2(2, 1, 1, false), new e2(3, 1, 1, true), new e2(4, 2, 0.7, false), new e2(5, 2, 0.7, true), new e2(6, 3, 0.5, false), new e2(7, 3, 0.5, true)], i2 = [4, 5, 4, 5, 6, 7, 6, 7], o2 = [5, 5, 5, 5, 7, 7, 7, 7], a2 = [2, 3, 4, 5, 6, 7, 6, 7], s2 = [3, 3, 5, 5, 7, 7, 7, 7], l2 = [1, 1, 3, 3, 5, 5, 7, 7]; return q = { DISPLAY: n2[0], TEXT: n2[2], SCRIPT: n2[4], SCRIPTSCRIPT: n2[6] }; } function G() { if (I) return R; I = 1; var e2, t2 = Array.prototype.indexOf, r2 = function(e3, r3) { if (null == e3) return -1; if (t2 && e3.indexOf === t2) return e3.indexOf(r3); for (var n3 = 0, i3 = e3.length; n3 < i3; n3++) if (e3[n3] === r3) return n3; return -1; }, n2 = /([A-Z])/g, i2 = { "&": "&amp;", ">": "&gt;", "<": "&lt;", '"': "&quot;", "'": "&#x27;" }, o2 = /[&><"']/g; function a2(e3) { return i2[e3]; } if ("undefined" != typeof document) { var s2 = document.createElement("span"); e2 = "textContent" in s2 ? function(e3, t3) { e3.textContent = t3; } : function(e3, t3) { e3.innerText = t3; }; } return R = { contains: function(e3, t3) { return -1 !== r2(e3, t3); }, deflt: function(e3, t3) { return void 0 === e3 ? t3 : e3; }, escape: function(e3) { return ("" + e3).replace(o2, a2); }, hyphenate: function(e3) { return e3.replace(n2, "-$1").toLowerCase(); }, indexOf: r2, setTextContent: e2, clearNode: function(t3) { e2(t3, ""); } }; } function X() { if (O) return E; O = 1; var e2 = G(), t2 = function(e3) { for (var t3 = (e3 = e3.slice()).length - 1; t3 >= 0; t3--) e3[t3] || e3.splice(t3, 1); return e3.join(" "); }; function r2(e3, t3, r3, n3, i3, o2) { this.classes = e3 || [], this.children = t3 || [], this.height = r3 || 0, this.depth = n3 || 0, this.maxFontSize = i3 || 0, this.style = o2 || {}, this.attributes = {}; } function n2(e3, t3, r3, n3) { this.children = e3 || [], this.height = t3 || 0, this.depth = r3 || 0, this.maxFontSize = n3 || 0; } function i2(e3, t3, r3, n3, i3, o2, a2) { this.value = e3 || "", this.height = t3 || 0, this.depth = r3 || 0, this.italic = n3 || 0, this.skew = i3 || 0, this.classes = o2 || [], this.style = a2 || {}, this.maxFontSize = 0; } return r2.prototype.setAttribute = function(e3, t3) { this.attributes[e3] = t3; }, r2.prototype.toNode = function() { var e3 = document.createElement("span"); for (var r3 in e3.className = t2(this.classes), this.style) Object.prototype.hasOwnProperty.call(this.style, r3) && (e3.style[r3] = this.style[r3]); for (var n3 in this.attributes) Object.prototype.hasOwnProperty.call(this.attributes, n3) && e3.setAttribute(n3, this.attributes[n3]); for (var i3 = 0; i3 < this.children.length; i3++) e3.appendChild(this.children[i3].toNode()); return e3; }, r2.prototype.toMarkup = function() { var r3 = "<span"; this.classes.length && (r3 += ' class="', r3 += e2.escape(t2(this.classes)), r3 += '"'); var n3 = ""; for (var i3 in this.style) this.style.hasOwnProperty(i3) && (n3 += e2.hyphenate(i3) + ":" + this.style[i3] + ";"); for (var o2 in n3 && (r3 += ' style="' + e2.escape(n3) + '"'), this.attributes) Object.prototype.hasOwnProperty.call(this.attributes, o2) && (r3 += " " + o2 + '="', r3 += e2.escape(this.attributes[o2]), r3 += '"'); r3 += ">"; for (var a2 = 0; a2 < this.children.length; a2++) r3 += this.children[a2].toMarkup(); return r3 += "</span>"; }, n2.prototype.toNode = function() { for (var e3 = document.createDocumentFragment(), t3 = 0; t3 < this.children.length; t3++) e3.appendChild(this.children[t3].toNode()); return e3; }, n2.prototype.toMarkup = function() { for (var e3 = "", t3 = 0; t3 < this.children.length; t3++) e3 += this.children[t3].toMarkup(); return e3; }, i2.prototype.toNode = function() { var e3 = document.createTextNode(this.value), r3 = null; for (var n3 in this.italic > 0 && ((r3 = document.createElement("span")).style.marginRight = this.italic + "em"), this.classes.length > 0 && ((r3 = r3 || document.createElement("span")).className = t2(this.classes)), this.style) this.style.hasOwnProperty(n3) && ((r3 = r3 || document.createElement("span")).style[n3] = this.style[n3]); return r3 ? (r3.appendChild(e3), r3) : e3; }, i2.prototype.toMarkup = function() { var r3 = false, n3 = "<span"; this.classes.length && (r3 = true, n3 += ' class="', n3 += e2.escape(t2(this.classes)), n3 += '"'); var i3 = ""; for (var o2 in this.italic > 0 && (i3 += "margin-right:" + this.italic + "em;"), this.style) this.style.hasOwnProperty(o2) && (i3 += e2.hyphenate(o2) + ":" + this.style[o2] + ";"); i3 && (r3 = true, n3 += ' style="' + e2.escape(i3) + '"'); var a2 = e2.escape(this.value); return r3 ? (n3 += ">", n3 += a2, n3 += "</span>") : a2; }, E = { span: r2, documentFragment: n2, symbolNode: i2 }; } function H() { if (B) return P; B = 1; var e2 = V(), t2 = L ? D : (L = 1, D = { "AMS-Regular": { 65: [0, 0.68889, 0, 0], 66: [0, 0.68889, 0, 0], 67: [0, 0.68889, 0, 0], 68: [0, 0.68889, 0, 0], 69: [0, 0.68889, 0, 0], 70: [0, 0.68889, 0, 0], 71: [0, 0.68889, 0, 0], 72: [0, 0.68889, 0, 0], 73: [0, 0.68889, 0, 0], 74: [0.16667, 0.68889, 0, 0], 75: [0, 0.68889, 0, 0], 76: [0, 0.68889, 0, 0], 77: [0, 0.68889, 0, 0], 78: [0, 0.68889, 0, 0], 79: [0.16667, 0.68889, 0, 0], 80: [0, 0.68889, 0, 0], 81: [0.16667, 0.68889, 0, 0], 82: [0, 0.68889, 0, 0], 83: [0, 0.68889, 0, 0], 84: [0, 0.68889, 0, 0], 85: [0, 0.68889, 0, 0], 86: [0, 0.68889, 0, 0], 87: [0, 0.68889, 0, 0], 88: [0, 0.68889, 0, 0], 89: [0, 0.68889, 0, 0], 90: [0, 0.68889, 0, 0], 107: [0, 0.68889, 0, 0], 165: [0, 0.675, 0.025, 0], 174: [0.15559, 0.69224, 0, 0], 240: [0, 0.68889, 0, 0], 295: [0, 0.68889, 0, 0], 710: [0, 0.825, 0, 0], 732: [0, 0.9, 0, 0], 770: [0, 0.825, 0, 0], 771: [0, 0.9, 0, 0], 989: [0.08167, 0.58167, 0, 0], 1008: [0, 0.43056, 0.04028, 0], 8245: [0, 0.54986, 0, 0], 8463: [0, 0.68889, 0, 0], 8487: [0, 0.68889, 0, 0], 8498: [0, 0.68889, 0, 0], 8502: [0, 0.68889, 0, 0], 8503: [0, 0.68889, 0, 0], 8504: [0, 0.68889, 0, 0], 8513: [0, 0.68889, 0, 0], 8592: [-0.03598, 0.46402, 0, 0], 8594: [-0.03598, 0.46402, 0, 0], 8602: [-0.13313, 0.36687, 0, 0], 8603: [-0.13313, 0.36687, 0, 0], 8606: [0.01354, 0.52239, 0, 0], 8608: [0.01354, 0.52239, 0, 0], 8610: [0.01354, 0.52239, 0, 0], 8611: [0.01354, 0.52239, 0, 0], 8619: [0, 0.54986, 0, 0], 8620: [0, 0.54986, 0, 0], 8621: [-0.13313, 0.37788, 0, 0], 8622: [-0.13313, 0.36687, 0, 0], 8624: [0, 0.69224, 0, 0], 8625: [0, 0.69224, 0, 0], 8630: [0, 0.43056, 0, 0], 8631: [0, 0.43056, 0, 0], 8634: [0.08198, 0.58198, 0, 0], 8635: [0.08198, 0.58198, 0, 0], 8638: [0.19444, 0.69224, 0, 0], 8639: [0.19444, 0.69224, 0, 0], 8642: [0.19444, 0.69224, 0, 0], 8643: [0.19444, 0.69224, 0, 0], 8644: [0.1808, 0.675, 0, 0], 8646: [0.1808, 0.675, 0, 0], 8647: [0.1808, 0.675, 0, 0], 8648: [0.19444, 0.69224, 0, 0], 8649: [0.1808, 0.675, 0, 0], 8650: [0.19444, 0.69224, 0, 0], 8651: [0.01354, 0.52239, 0, 0], 8652: [0.01354, 0.52239, 0, 0], 8653: [-0.13313, 0.36687, 0, 0], 8654: [-0.13313, 0.36687, 0, 0], 8655: [-0.13313, 0.36687, 0, 0], 8666: [0.13667, 0.63667, 0, 0], 8667: [0.13667, 0.63667, 0, 0], 8669: [-0.13313, 0.37788, 0, 0], 8672: [-0.064, 0.437, 0, 0], 8674: [-0.064, 0.437, 0, 0], 8705: [0, 0.825, 0, 0], 8708: [0, 0.68889, 0, 0], 8709: [0.08167, 0.58167, 0, 0], 8717: [0, 0.43056, 0, 0], 8722: [-0.03598, 0.46402, 0, 0], 8724: [0.08198, 0.69224, 0, 0], 8726: [0.08167, 0.58167, 0, 0], 8733: [0, 0.69224, 0, 0], 8736: [0, 0.69224, 0, 0], 8737: [0, 0.69224, 0, 0], 8738: [0.03517, 0.52239, 0, 0], 8739: [0.08167, 0.58167, 0, 0], 8740: [0.25142, 0.74111, 0, 0], 8741: [0.08167, 0.58167, 0, 0], 8742: [0.25142, 0.74111, 0, 0], 8756: [0, 0.69224, 0, 0], 8757: [0, 0.69224, 0, 0], 8764: [-0.13313, 0.36687, 0, 0], 8765: [-0.13313, 0.37788, 0, 0], 8769: [-0.13313, 0.36687, 0, 0], 8770: [-0.03625, 0.46375, 0, 0], 8774: [0.30274, 0.79383, 0, 0], 8776: [-0.01688, 0.48312, 0, 0], 8778: [0.08167, 0.58167, 0, 0], 8782: [0.06062, 0.54986, 0, 0], 8783: [0.06062, 0.54986, 0, 0], 8785: [0.08198, 0.58198, 0, 0], 8786: [0.08198, 0.58198, 0, 0], 8787: [0.08198, 0.58198, 0, 0], 8790: [0, 0.69224, 0, 0], 8791: [0.22958, 0.72958, 0, 0], 8796: [0.08198, 0.91667, 0, 0], 8806: [0.25583, 0.75583, 0, 0], 8807: [0.25583, 0.75583, 0, 0], 8808: [0.25142, 0.75726, 0, 0], 8809: [0.25142, 0.75726, 0, 0], 8812: [0.25583, 0.75583, 0, 0], 8814: [0.20576, 0.70576, 0, 0], 8815: [0.20576, 0.70576, 0, 0], 8816: [0.30274, 0.79383, 0, 0], 8817: [0.30274, 0.79383, 0, 0], 8818: [0.22958, 0.72958, 0, 0], 8819: [0.22958, 0.72958, 0, 0], 8822: [0.1808, 0.675, 0, 0], 8823: [0.1808, 0.675, 0, 0], 8828: [0.13667, 0.63667, 0, 0], 8829: [0.13667, 0.63667, 0, 0], 8830: [0.22958, 0.72958, 0, 0], 8831: [0.22958, 0.72958, 0, 0], 8832: [0.20576, 0.70576, 0, 0], 8833: [0.20576, 0.70576, 0, 0], 8840: [0.30274, 0.79383, 0, 0], 8841: [0.30274, 0.79383, 0, 0], 8842: [0.13597, 0.63597, 0, 0], 8843: [0.13597, 0.63597, 0, 0], 8847: [0.03517, 0.54986, 0, 0], 8848: [0.03517, 0.54986, 0, 0], 8858: [0.08198, 0.58198, 0, 0], 8859: [0.08198, 0.58198, 0, 0], 8861: [0.08198, 0.58198, 0, 0], 8862: [0, 0.675, 0, 0], 8863: [0, 0.675, 0, 0], 8864: [0, 0.675, 0, 0], 8865: [0, 0.675, 0, 0], 8872: [0, 0.69224, 0, 0], 8873: [0, 0.69224, 0, 0], 8874: [0, 0.69224, 0, 0], 8876: [0, 0.68889, 0, 0], 8877: [0, 0.68889, 0, 0], 8878: [0, 0.68889, 0, 0], 8879: [0, 0.68889, 0, 0], 8882: [0.03517, 0.54986, 0, 0], 8883: [0.03517, 0.54986, 0, 0], 8884: [0.13667, 0.63667, 0, 0], 8885: [0.13667, 0.63667, 0, 0], 8888: [0, 0.54986, 0, 0], 8890: [0.19444, 0.43056, 0, 0], 8891: [0.19444, 0.69224, 0, 0], 8892: [0.19444, 0.69224, 0, 0], 8901: [0, 0.54986, 0, 0], 8903: [0.08167, 0.58167, 0, 0], 8905: [0.08167, 0.58167, 0, 0], 8906: [0.08167, 0.58167, 0, 0], 8907: [0, 0.69224, 0, 0], 8908: [0, 0.69224, 0, 0], 8909: [-0.03598, 0.46402, 0, 0], 8910: [0, 0.54986, 0, 0], 8911: [0, 0.54986, 0, 0], 8912: [0.03517, 0.54986, 0, 0], 8913: [0.03517, 0.54986, 0, 0], 8914: [0, 0.54986, 0, 0], 8915: [0, 0.54986, 0, 0], 8916: [0, 0.69224, 0, 0], 8918: [0.0391, 0.5391, 0, 0], 8919: [0.0391, 0.5391, 0, 0], 8920: [0.03517, 0.54986, 0, 0], 8921: [0.03517, 0.54986, 0, 0], 8922: [0.38569, 0.88569, 0, 0], 8923: [0.38569, 0.88569, 0, 0], 8926: [0.13667, 0.63667, 0, 0], 8927: [0.13667, 0.63667, 0, 0], 8928: [0.30274, 0.79383, 0, 0], 8929: [0.30274, 0.79383, 0, 0], 8934: [0.23222, 0.74111, 0, 0], 8935: [0.23222, 0.74111, 0, 0], 8936: [0.23222, 0.74111, 0, 0], 8937: [0.23222, 0.74111, 0, 0], 8938: [0.20576, 0.70576, 0, 0], 8939: [0.20576, 0.70576, 0, 0], 8940: [0.30274, 0.79383, 0, 0], 8941: [0.30274, 0.79383, 0, 0], 8994: [0.19444, 0.69224, 0, 0], 8995: [0.19444, 0.69224, 0, 0], 9416: [0.15559, 0.69224, 0, 0], 9484: [0, 0.69224, 0, 0], 9488: [0, 0.69224, 0, 0], 9492: [0, 0.37788, 0, 0], 9496: [0, 0.37788, 0, 0], 9585: [0.19444, 0.68889, 0, 0], 9586: [0.19444, 0.74111, 0, 0], 9632: [0, 0.675, 0, 0], 9633: [0, 0.675, 0, 0], 9650: [0, 0.54986, 0, 0], 9651: [0, 0.54986, 0, 0], 9654: [0.03517, 0.54986, 0, 0], 9660: [0, 0.54986, 0, 0], 9661: [0, 0.54986, 0, 0], 9664: [0.03517, 0.54986, 0, 0], 9674: [0.11111, 0.69224, 0, 0], 9733: [0.19444, 0.69224, 0, 0], 10003: [0, 0.69224, 0, 0], 10016: [0, 0.69224, 0, 0], 10731: [0.11111, 0.69224, 0, 0], 10846: [0.19444, 0.75583, 0, 0], 10877: [0.13667, 0.63667, 0, 0], 10878: [0.13667, 0.63667, 0, 0], 10885: [0.25583, 0.75583, 0, 0], 10886: [0.25583, 0.75583, 0, 0], 10887: [0.13597, 0.63597, 0, 0], 10888: [0.13597, 0.63597, 0, 0], 10889: [0.26167, 0.75726, 0, 0], 10890: [0.26167, 0.75726, 0, 0], 10891: [0.48256, 0.98256, 0, 0], 10892: [0.48256, 0.98256, 0, 0], 10901: [0.13667, 0.63667, 0, 0], 10902: [0.13667, 0.63667, 0, 0], 10933: [0.25142, 0.75726, 0, 0], 10934: [0.25142, 0.75726, 0, 0], 10935: [0.26167, 0.75726, 0, 0], 10936: [0.26167, 0.75726, 0, 0], 10937: [0.26167, 0.75726, 0, 0], 10938: [0.26167, 0.75726, 0, 0], 10949: [0.25583, 0.75583, 0, 0], 10950: [0.25583, 0.75583, 0, 0], 10955: [0.28481, 0.79383, 0, 0], 10956: [0.28481, 0.79383, 0, 0], 57350: [0.08167, 0.58167, 0, 0], 57351: [0.08167, 0.58167, 0, 0], 57352: [0.08167, 0.58167, 0, 0], 57353: [0, 0.43056, 0.04028, 0], 57356: [0.25142, 0.75726, 0, 0], 57357: [0.25142, 0.75726, 0, 0], 57358: [0.41951, 0.91951, 0, 0], 57359: [0.30274, 0.79383, 0, 0], 57360: [0.30274, 0.79383, 0, 0], 57361: [0.41951, 0.91951, 0, 0], 57366: [0.25142, 0.75726, 0, 0], 57367: [0.25142, 0.75726, 0, 0], 57368: [0.25142, 0.75726, 0, 0], 57369: [0.25142, 0.75726, 0, 0], 57370: [0.13597, 0.63597, 0, 0], 57371: [0.13597, 0.63597, 0, 0] }, "Caligraphic-Regular": { 48: [0, 0.43056, 0, 0], 49: [0, 0.43056, 0, 0], 50: [0, 0.43056, 0, 0], 51: [0.19444, 0.43056, 0, 0], 52: [0.19444, 0.43056, 0, 0], 53: [0.19444, 0.43056, 0, 0], 54: [0, 0.64444, 0, 0], 55: [0.19444, 0.43056, 0, 0], 56: [0, 0.64444, 0, 0], 57: [0.19444, 0.43056, 0, 0], 65: [0, 0.68333, 0, 0.19445], 66: [0, 0.68333, 0.03041, 0.13889], 67: [0, 0.68333, 0.05834, 0.13889], 68: [0, 0.68333, 0.02778, 0.08334], 69: [0, 0.68333, 0.08944, 0.11111], 70: [0, 0.68333, 0.09931, 0.11111], 71: [0.09722, 0.68333, 0.0593, 0.11111], 72: [0, 0.68333, 965e-5, 0.11111], 73: [0, 0.68333, 0.07382, 0], 74: [0.09722, 0.68333, 0.18472, 0.16667], 75: [0, 0.68333, 0.01445, 0.05556], 76: [0, 0.68333, 0, 0.13889], 77: [0, 0.68333, 0, 0.13889], 78: [0, 0.68333, 0.14736, 0.08334], 79: [0, 0.68333, 0.02778, 0.11111], 80: [0, 0.68333, 0.08222, 0.08334], 81: [0.09722, 0.68333, 0, 0.11111], 82: [0, 0.68333, 0, 0.08334], 83: [0, 0.68333, 0.075, 0.13889], 84: [0, 0.68333, 0.25417, 0], 85: [0, 0.68333, 0.09931, 0.08334], 86: [0, 0.68333, 0.08222, 0], 87: [0, 0.68333, 0.08222, 0.08334], 88: [0, 0.68333, 0.14643, 0.13889], 89: [0.09722, 0.68333, 0.08222, 0.08334], 90: [0, 0.68333, 0.07944, 0.13889] }, "Fraktur-Regular": { 33: [0, 0.69141, 0, 0], 34: [0, 0.69141, 0, 0], 38: [0, 0.69141, 0, 0], 39: [0, 0.69141, 0, 0], 40: [0.24982, 0.74947, 0, 0], 41: [0.24982, 0.74947, 0, 0], 42: [0, 0.62119, 0, 0], 43: [0.08319, 0.58283, 0, 0], 44: [0, 0.10803, 0, 0], 45: [0.08319, 0.58283, 0, 0], 46: [0, 0.10803, 0, 0], 47: [0.24982, 0.74947, 0, 0], 48: [0, 0.47534, 0, 0], 49: [0, 0.47534, 0, 0], 50: [0, 0.47534, 0, 0], 51: [0.18906, 0.47534, 0, 0], 52: [0.18906, 0.47534, 0, 0], 53: [0.18906, 0.47534, 0, 0], 54: [0, 0.69141, 0, 0], 55: [0.18906, 0.47534, 0, 0], 56: [0, 0.69141, 0, 0], 57: [0.18906, 0.47534, 0, 0], 58: [0, 0.47534, 0, 0], 59: [0.12604, 0.47534, 0, 0], 61: [-0.13099, 0.36866, 0, 0], 63: [0, 0.69141, 0, 0], 65: [0, 0.69141, 0, 0], 66: [0, 0.69141, 0, 0], 67: [0, 0.69141, 0, 0], 68: [0, 0.69141, 0, 0], 69: [0, 0.69141, 0, 0], 70: [0.12604, 0.69141, 0, 0], 71: [0, 0.69141, 0, 0], 72: [0.06302, 0.69141, 0, 0], 73: [0, 0.69141, 0, 0], 74: [0.12604, 0.69141, 0, 0], 75: [0, 0.69141, 0, 0], 76: [0, 0.69141, 0, 0], 77: [0, 0.69141, 0, 0], 78: [0, 0.69141, 0, 0], 79: [0, 0.69141, 0, 0], 80: [0.18906, 0.69141, 0, 0], 81: [0.03781, 0.69141, 0, 0], 82: [0, 0.69141, 0, 0], 83: [0, 0.69141, 0, 0], 84: [0, 0.69141, 0, 0], 85: [0, 0.69141, 0, 0], 86: [0, 0.69141, 0, 0], 87: [0, 0.69141, 0, 0], 88: [0, 0.69141, 0, 0], 89: [0.18906, 0.69141, 0, 0], 90: [0.12604, 0.69141, 0, 0], 91: [0.24982, 0.74947, 0, 0], 93: [0.24982, 0.74947, 0, 0], 94: [0, 0.69141, 0, 0], 97: [0, 0.47534, 0, 0], 98: [0, 0.69141, 0, 0], 99: [0, 0.47534, 0, 0], 100: [0, 0.62119, 0, 0], 101: [0, 0.47534, 0, 0], 102: [0.18906, 0.69141, 0, 0], 103: [0.18906, 0.47534, 0, 0], 104: [0.18906, 0.69141, 0, 0], 105: [0, 0.69141, 0, 0], 106: [0, 0.69141, 0, 0], 107: [0, 0.69141, 0, 0], 108: [0, 0.69141, 0, 0], 109: [0, 0.47534, 0, 0], 110: [0, 0.47534, 0, 0], 111: [0, 0.47534, 0, 0], 112: [0.18906, 0.52396, 0, 0], 113: [0.18906, 0.47534, 0, 0], 114: [0, 0.47534, 0, 0], 115: [0, 0.47534, 0, 0], 116: [0, 0.62119, 0, 0], 117: [0, 0.47534, 0, 0], 118: [0, 0.52396, 0, 0], 119: [0, 0.52396, 0, 0], 120: [0.18906, 0.47534, 0, 0], 121: [0.18906, 0.47534, 0, 0], 122: [0.18906, 0.47534, 0, 0], 8216: [0, 0.69141, 0, 0], 8217: [0, 0.69141, 0, 0], 58112: [0, 0.62119, 0, 0], 58113: [0, 0.62119, 0, 0], 58114: [0.18906, 0.69141, 0, 0], 58115: [0.18906, 0.69141, 0, 0], 58116: [0.18906, 0.47534, 0, 0], 58117: [0, 0.69141, 0, 0], 58118: [0, 0.62119, 0, 0], 58119: [0, 0.47534, 0, 0] }, "Main-Bold": { 33: [0, 0.69444, 0, 0], 34: [0, 0.69444, 0, 0], 35: [0.19444, 0.69444, 0, 0], 36: [0.05556, 0.75, 0, 0], 37: [0.05556, 0.75, 0, 0], 38: [0, 0.69444, 0, 0], 39: [0, 0.69444, 0, 0], 40: [0.25, 0.75, 0, 0], 41: [0.25, 0.75, 0, 0], 42: [0, 0.75, 0, 0], 43: [0.13333, 0.63333, 0, 0], 44: [0.19444, 0.15556, 0, 0], 45: [0, 0.44444, 0, 0], 46: [0, 0.15556, 0, 0], 47: [0.25, 0.75, 0, 0], 48: [0, 0.64444, 0, 0], 49: [0, 0.64444, 0, 0], 50: [0, 0.64444, 0, 0], 51: [0, 0.64444, 0, 0], 52: [0, 0.64444, 0, 0], 53: [0, 0.64444, 0, 0], 54: [0, 0.64444, 0, 0], 55: [0, 0.64444, 0, 0], 56: [0, 0.64444, 0, 0], 57: [0, 0.64444, 0, 0], 58: [0, 0.44444, 0, 0], 59: [0.19444, 0.44444, 0, 0], 60: [0.08556, 0.58556, 0, 0], 61: [-0.10889, 0.39111, 0, 0], 62: [0.08556, 0.58556, 0, 0], 63: [0, 0.69444, 0, 0], 64: [0, 0.69444, 0, 0], 65: [0, 0.68611, 0, 0], 66: [0, 0.68611, 0, 0], 67: [0, 0.68611, 0, 0], 68: [0, 0.68611, 0, 0], 69: [0, 0.68611, 0, 0], 70: [0, 0.68611, 0, 0], 71: [0, 0.68611, 0, 0], 72: [0, 0.68611, 0, 0], 73: [0, 0.68611, 0, 0], 74: [0, 0.68611, 0, 0], 75: [0, 0.68611, 0, 0], 76: [0, 0.68611, 0, 0], 77: [0, 0.68611, 0, 0], 78: [0, 0.68611, 0, 0], 79: [0, 0.68611, 0, 0], 80: [0, 0.68611, 0, 0], 81: [0.19444, 0.68611, 0, 0], 82: [0, 0.68611, 0, 0], 83: [0, 0.68611, 0, 0], 84: [0, 0.68611, 0, 0], 85: [0, 0.68611, 0, 0], 86: [0, 0.68611, 0.01597, 0], 87: [0, 0.68611, 0.01597, 0], 88: [0, 0.68611, 0, 0], 89: [0, 0.68611, 0.02875, 0], 90: [0, 0.68611, 0, 0], 91: [0.25, 0.75, 0, 0], 92: [0.25, 0.75, 0, 0], 93: [0.25, 0.75, 0, 0], 94: [0, 0.69444, 0, 0], 95: [0.31, 0.13444, 0.03194, 0], 96: [0, 0.69444, 0, 0], 97: [0, 0.44444, 0, 0], 98: [0, 0.69444, 0, 0], 99: [0, 0.44444, 0, 0], 100: [0, 0.69444, 0, 0], 101: [0, 0.44444, 0, 0], 102: [0, 0.69444, 0.10903, 0], 103: [0.19444, 0.44444, 0.01597, 0], 104: [0, 0.69444, 0, 0], 105: [0, 0.69444, 0, 0], 106: [0.19444, 0.69444, 0, 0], 107: [0, 0.69444, 0, 0], 108: [0, 0.69444, 0, 0], 109: [0, 0.44444, 0, 0], 110: [0, 0.44444, 0, 0], 111: [0, 0.44444, 0, 0], 112: [0.19444, 0.44444, 0, 0], 113: [0.19444, 0.44444, 0, 0], 114: [0, 0.44444, 0, 0], 115: [0, 0.44444, 0, 0], 116: [0, 0.63492, 0, 0], 117: [0, 0.44444, 0, 0], 118: [0, 0.44444, 0.01597, 0], 119: [0, 0.44444, 0.01597, 0], 120: [0, 0.44444, 0, 0], 121: [0.19444, 0.44444, 0.01597, 0], 122: [0, 0.44444, 0, 0], 123: [0.25, 0.75, 0, 0], 124: [0.25, 0.75, 0, 0], 125: [0.25, 0.75, 0, 0], 126: [0.35, 0.34444, 0, 0], 168: [0, 0.69444, 0, 0], 172: [0, 0.44444, 0, 0], 175: [0, 0.59611, 0, 0], 176: [0, 0.69444, 0, 0], 177: [0.13333, 0.63333, 0, 0], 180: [0, 0.69444, 0, 0], 215: [0.13333, 0.63333, 0, 0], 247: [0.13333, 0.63333, 0, 0], 305: [0, 0.44444, 0, 0], 567: [0.19444, 0.44444, 0, 0], 710: [0, 0.69444, 0, 0], 711: [0, 0.63194, 0, 0], 713: [0, 0.59611, 0, 0], 714: [0, 0.69444, 0, 0], 715: [0, 0.69444, 0, 0], 728: [0, 0.69444, 0, 0], 729: [0, 0.69444, 0, 0], 730: [0, 0.69444, 0, 0], 732: [0, 0.69444, 0, 0], 768: [0, 0.69444, 0, 0], 769: [0, 0.69444, 0, 0], 770: [0, 0.69444, 0, 0], 771: [0, 0.69444, 0, 0], 772: [0, 0.59611, 0, 0], 774: [0, 0.69444, 0, 0], 775: [0, 0.69444, 0, 0], 776: [0, 0.69444, 0, 0], 778: [0, 0.69444, 0, 0], 779: [0, 0.69444, 0, 0], 780: [0, 0.63194, 0, 0], 824: [0.19444, 0.69444, 0, 0], 915: [0, 0.68611, 0, 0], 916: [0, 0.68611, 0, 0], 920: [0, 0.68611, 0, 0], 923: [0, 0.68611, 0, 0], 926: [0, 0.68611, 0, 0], 928: [0, 0.68611, 0, 0], 931: [0, 0.68611, 0, 0], 933: [0, 0.68611, 0, 0], 934: [0, 0.68611, 0, 0], 936: [0, 0.68611, 0, 0], 937: [0, 0.68611, 0, 0], 8211: [0, 0.44444, 0.03194, 0], 8212: [0, 0.44444, 0.03194, 0], 8216: [0, 0.69444, 0, 0], 8217: [0, 0.69444, 0, 0], 8220: [0, 0.69444, 0, 0], 8221: [0, 0.69444, 0, 0], 8224: [0.19444, 0.69444, 0, 0], 8225: [0.19444, 0.69444, 0, 0], 8242: [0, 0.55556, 0, 0], 8407: [0, 0.72444, 0.15486, 0], 8463: [0, 0.69444, 0, 0], 8465: [0, 0.69444, 0, 0], 8467: [0, 0.69444, 0, 0], 8472: [0.19444, 0.44444, 0, 0], 8476: [0, 0.69444, 0, 0], 8501: [0, 0.69444, 0, 0], 8592: [-0.10889, 0.39111, 0, 0], 8593: [0.19444, 0.69444, 0, 0], 8594: [-0.10889, 0.39111, 0, 0], 8595: [0.19444, 0.69444, 0, 0], 8596: [-0.10889, 0.39111, 0, 0], 8597: [0.25, 0.75, 0, 0], 8598: [0.19444, 0.69444, 0, 0], 8599: [0.19444, 0.69444, 0, 0], 8600: [0.19444, 0.69444, 0, 0], 8601: [0.19444, 0.69444, 0, 0], 8636: [-0.10889, 0.39111, 0, 0], 8637: [-0.10889, 0.39111, 0, 0], 8640: [-0.10889, 0.39111, 0, 0], 8641: [-0.10889, 0.39111, 0, 0], 8656: [-0.10889, 0.39111, 0, 0], 8657: [0.19444, 0.69444, 0, 0], 8658: [-0.10889, 0.39111, 0, 0], 8659: [0.19444, 0.69444, 0, 0], 8660: [-0.10889, 0.39111, 0, 0], 8661: [0.25, 0.75, 0, 0], 8704: [0, 0.69444, 0, 0], 8706: [0, 0.69444, 0.06389, 0], 8707: [0, 0.69444, 0, 0], 8709: [0.05556, 0.75, 0, 0], 8711: [0, 0.68611, 0, 0], 8712: [0.08556, 0.58556, 0, 0], 8715: [0.08556, 0.58556, 0, 0], 8722: [0.13333, 0.63333, 0, 0], 8723: [0.13333, 0.63333, 0, 0], 8725: [0.25, 0.75, 0, 0], 8726: [0.25, 0.75, 0, 0], 8727: [-0.02778, 0.47222, 0, 0], 8728: [-0.02639, 0.47361, 0, 0], 8729: [-0.02639, 0.47361, 0, 0], 8730: [0.18, 0.82, 0, 0], 8733: [0, 0.44444, 0, 0], 8734: [0, 0.44444, 0, 0], 8736: [0, 0.69224, 0, 0], 8739: [0.25, 0.75, 0, 0], 8741: [0.25, 0.75, 0, 0], 8743: [0, 0.55556, 0, 0], 8744: [0, 0.55556, 0, 0], 8745: [0, 0.55556, 0, 0], 8746: [0, 0.55556, 0, 0], 8747: [0.19444, 0.69444, 0.12778, 0], 8764: [-0.10889, 0.39111, 0, 0], 8768: [0.19444, 0.69444, 0, 0], 8771: [222e-5, 0.50222, 0, 0], 8776: [0.02444, 0.52444, 0, 0], 8781: [222e-5, 0.50222, 0, 0], 8801: [222e-5, 0.50222, 0, 0], 8804: [0.19667, 0.69667, 0, 0], 8805: [0.19667, 0.69667, 0, 0], 8810: [0.08556, 0.58556, 0, 0], 8811: [0.08556, 0.58556, 0, 0], 8826: [0.08556, 0.58556, 0, 0], 8827: [0.08556, 0.58556, 0, 0], 8834: [0.08556, 0.58556, 0, 0], 8835: [0.08556, 0.58556, 0, 0], 8838: [0.19667, 0.69667, 0, 0], 8839: [0.19667, 0.69667, 0, 0], 8846: [0, 0.55556, 0, 0], 8849: [0.19667, 0.69667, 0, 0], 8850: [0.19667, 0.69667, 0, 0], 8851: [0, 0.55556, 0, 0], 8852: [0, 0.55556, 0, 0], 8853: [0.13333, 0.63333, 0, 0], 8854: [0.13333, 0.63333, 0, 0], 8855: [0.13333, 0.63333, 0, 0], 8856: [0.13333, 0.63333, 0, 0], 8857: [0.13333, 0.63333, 0, 0], 8866: [0, 0.69444, 0, 0], 8867: [0, 0.69444, 0, 0], 8868: [0, 0.69444, 0, 0], 8869: [0, 0.69444, 0, 0], 8900: [-0.02639, 0.47361, 0, 0], 8901: [-0.02639, 0.47361, 0, 0], 8902: [-0.02778, 0.47222, 0, 0], 8968: [0.25, 0.75, 0, 0], 8969: [0.25, 0.75, 0, 0], 8970: [0.25, 0.75, 0, 0], 8971: [0.25, 0.75, 0, 0], 8994: [-0.13889, 0.36111, 0, 0], 8995: [-0.13889, 0.36111, 0, 0], 9651: [0.19444, 0.69444, 0, 0], 9657: [-0.02778, 0.47222, 0, 0], 9661: [0.19444, 0.69444, 0, 0], 9667: [-0.02778, 0.47222, 0, 0], 9711: [0.19444, 0.69444, 0, 0], 9824: [0.12963, 0.69444, 0, 0], 9825: [0.12963, 0.69444, 0, 0], 9826: [0.12963, 0.69444, 0, 0], 9827: [0.12963, 0.69444, 0, 0], 9837: [0, 0.75, 0, 0], 9838: [0.19444, 0.69444, 0, 0], 9839: [0.19444, 0.69444, 0, 0], 10216: [0.25, 0.75, 0, 0], 10217: [0.25, 0.75, 0, 0], 10815: [0, 0.68611, 0, 0], 10927: [0.19667, 0.69667, 0, 0], 10928: [0.19667, 0.69667, 0, 0] }, "Main-Italic": { 33: [0, 0.69444, 0.12417, 0], 34: [0, 0.69444, 0.06961, 0], 35: [0.19444, 0.69444, 0.06616, 0], 37: [0.05556, 0.75, 0.13639, 0], 38: [0, 0.69444, 0.09694, 0], 39: [0, 0.69444, 0.12417, 0], 40: [0.25, 0.75, 0.16194, 0], 41: [0.25, 0.75, 0.03694, 0], 42: [0, 0.75, 0.14917, 0], 43: [0.05667, 0.56167, 0.03694, 0], 44: [0.19444, 0.10556, 0, 0], 45: [0, 0.43056, 0.02826, 0], 46: [0, 0.10556, 0, 0], 47: [0.25, 0.75, 0.16194, 0], 48: [0, 0.64444, 0.13556, 0], 49: [0, 0.64444, 0.13556, 0], 50: [0, 0.64444, 0.13556, 0], 51: [0, 0.64444, 0.13556, 0], 52: [0.19444, 0.64444, 0.13556, 0], 53: [0, 0.64444, 0.13556, 0], 54: [0, 0.64444, 0.13556, 0], 55: [0.19444, 0.64444, 0.13556, 0], 56: [0, 0.64444, 0.13556, 0], 57: [0, 0.64444, 0.13556, 0], 58: [0, 0.43056, 0.0582, 0], 59: [0.19444, 0.43056, 0.0582, 0], 61: [-0.13313, 0.36687, 0.06616, 0], 63: [0, 0.69444, 0.1225, 0], 64: [0, 0.69444, 0.09597, 0], 65: [0, 0.68333, 0, 0], 66: [0, 0.68333, 0.10257, 0], 67: [0, 0.68333, 0.14528, 0], 68: [0, 0.68333, 0.09403, 0], 69: [0, 0.68333, 0.12028, 0], 70: [0, 0.68333, 0.13305, 0], 71: [0, 0.68333, 0.08722, 0], 72: [0, 0.68333, 0.16389, 0], 73: [0, 0.68333, 0.15806, 0], 74: [0, 0.68333, 0.14028, 0], 75: [0, 0.68333, 0.14528, 0], 76: [0, 0.68333, 0, 0], 77: [0, 0.68333, 0.16389, 0], 78: [0, 0.68333, 0.16389, 0], 79: [0, 0.68333, 0.09403, 0], 80: [0, 0.68333, 0.10257, 0], 81: [0.19444, 0.68333, 0.09403, 0], 82: [0, 0.68333, 0.03868, 0], 83: [0, 0.68333, 0.11972, 0], 84: [0, 0.68333, 0.13305, 0], 85: [0, 0.68333, 0.16389, 0], 86: [0, 0.68333, 0.18361, 0], 87: [0, 0.68333, 0.18361, 0], 88: [0, 0.68333, 0.15806, 0], 89: [0, 0.68333, 0.19383, 0], 90: [0, 0.68333, 0.14528, 0], 91: [0.25, 0.75, 0.1875, 0], 93: [0.25, 0.75, 0.10528, 0], 94: [0, 0.69444, 0.06646, 0], 95: [0.31, 0.12056, 0.09208, 0], 97: [0, 0.43056, 0.07671, 0], 98: [0, 0.69444, 0.06312, 0], 99: [0, 0.43056, 0.05653, 0], 100: [0, 0.69444, 0.10333, 0], 101: [0, 0.43056, 0.07514, 0], 102: [0.19444, 0.69444, 0.21194, 0], 103: [0.19444, 0.43056, 0.08847, 0], 104: [0, 0.69444, 0.07671, 0], 105: [0, 0.65536, 0.1019, 0], 106: [0.19444, 0.65536, 0.14467, 0], 107: [0, 0.69444, 0.10764, 0], 108: [0, 0.69444, 0.10333, 0], 109: [0, 0.43056, 0.07671, 0], 110: [0, 0.43056, 0.07671, 0], 111: [0, 0.43056, 0.06312, 0], 112: [0.19444, 0.43056, 0.06312, 0], 113: [0.19444, 0.43056, 0.08847, 0], 114: [0, 0.43056, 0.10764, 0], 115: [0, 0.43056, 0.08208, 0], 116: [0, 0.61508, 0.09486, 0], 117: [0, 0.43056, 0.07671, 0], 118: [0, 0.43056, 0.10764, 0], 119: [0, 0.43056, 0.10764, 0], 120: [0, 0.43056, 0.12042, 0], 121: [0.19444, 0.43056, 0.08847, 0], 122: [0, 0.43056, 0.12292, 0], 126: [0.35, 0.31786, 0.11585, 0], 163: [0, 0.69444, 0, 0], 305: [0, 0.43056, 0, 0.02778], 567: [0.19444, 0.43056, 0, 0.08334], 768: [0, 0.69444, 0, 0], 769: [0, 0.69444, 0.09694, 0], 770: [0, 0.69444, 0.06646, 0], 771: [0, 0.66786, 0.11585, 0], 772: [0, 0.56167, 0.10333, 0], 774: [0, 0.69444, 0.10806, 0], 775: [0, 0.66786, 0.11752, 0], 776: [0, 0.66786, 0.10474, 0], 778: [0, 0.69444, 0, 0], 779: [0, 0.69444, 0.1225, 0], 780: [0, 0.62847, 0.08295, 0], 915: [0, 0.68333, 0.13305, 0], 916: [0, 0.68333, 0, 0], 920: [0, 0.68333, 0.09403, 0], 923: [0, 0.68333, 0, 0], 926: [0, 0.68333, 0.15294, 0], 928: [0, 0.68333, 0.16389, 0], 931: [0, 0.68333, 0.12028, 0], 933: [0, 0.68333, 0.11111, 0], 934: [0, 0.68333, 0.05986, 0], 936: [0, 0.68333, 0.11111, 0], 937: [0, 0.68333, 0.10257, 0], 8211: [0, 0.43056, 0.09208, 0], 8212: [0, 0.43056, 0.09208, 0], 8216: [0, 0.69444, 0.12417, 0], 8217: [0, 0.69444, 0.12417, 0], 8220: [0, 0.69444, 0.1685, 0], 8221: [0, 0.69444, 0.06961, 0], 8463: [0, 0.68889, 0, 0] }, "Main-Regular": { 32: [0, 0, 0, 0], 33: [0, 0.69444, 0, 0], 34: [0, 0.69444, 0, 0], 35: [0.19444, 0.69444, 0, 0], 36: [0.05556, 0.75, 0, 0], 37: [0.05556, 0.75, 0, 0], 38: [0, 0.69444, 0, 0], 39: [0, 0.69444, 0, 0], 40: [0.25, 0.75, 0, 0], 41: [0.25, 0.75, 0, 0], 42: [0, 0.75, 0, 0], 43: [0.08333, 0.58333, 0, 0], 44: [0.19444, 0.10556, 0, 0], 45: [0, 0.43056, 0, 0], 46: [0, 0.10556, 0, 0], 47: [0.25, 0.75, 0, 0], 48: [0, 0.64444, 0, 0], 49: [0, 0.64444, 0, 0], 50: [0, 0.64444, 0, 0], 51: [0, 0.64444, 0, 0], 52: [0, 0.64444, 0, 0], 53: [0, 0.64444, 0, 0], 54: [0, 0.64444, 0, 0], 55: [0, 0.64444, 0, 0], 56: [0, 0.64444, 0, 0], 57: [0, 0.64444, 0, 0], 58: [0, 0.43056, 0, 0], 59: [0.19444, 0.43056, 0, 0], 60: [0.0391, 0.5391, 0, 0], 61: [-0.13313, 0.36687, 0, 0], 62: [0.0391, 0.5391, 0, 0], 63: [0, 0.69444, 0, 0], 64: [0, 0.69444, 0, 0], 65: [0, 0.68333, 0, 0], 66: [0, 0.68333, 0, 0], 67: [0, 0.68333, 0, 0], 68: [0, 0.68333, 0, 0], 69: [0, 0.68333, 0, 0], 70: [0, 0.68333, 0, 0], 71: [0, 0.68333, 0, 0], 72: [0, 0.68333, 0, 0], 73: [0, 0.68333, 0, 0], 74: [0, 0.68333, 0, 0], 75: [0, 0.68333, 0, 0], 76: [0, 0.68333, 0, 0], 77: [0, 0.68333, 0, 0], 78: [0, 0.68333, 0, 0], 79: [0, 0.68333, 0, 0], 80: [0, 0.68333, 0, 0], 81: [0.19444, 0.68333, 0, 0], 82: [0, 0.68333, 0, 0], 83: [0, 0.68333, 0, 0], 84: [0, 0.68333, 0, 0], 85: [0, 0.68333, 0, 0], 86: [0, 0.68333, 0.01389, 0], 87: [0, 0.68333, 0.01389, 0], 88: [0, 0.68333, 0, 0], 89: [0, 0.68333, 0.025, 0], 90: [0, 0.68333, 0, 0], 91: [0.25, 0.75, 0, 0], 92: [0.25, 0.75, 0, 0], 93: [0.25, 0.75, 0, 0], 94: [0, 0.69444, 0, 0], 95: [0.31, 0.12056, 0.02778, 0], 96: [0, 0.69444, 0, 0], 97: [0, 0.43056, 0, 0], 98: [0, 0.69444, 0, 0], 99: [0, 0.43056, 0, 0], 100: [0, 0.69444, 0, 0], 101: [0, 0.43056, 0, 0], 102: [0, 0.69444, 0.07778, 0], 103: [0.19444, 0.43056, 0.01389, 0], 104: [0, 0.69444, 0, 0], 105: [0, 0.66786, 0, 0], 106: [0.19444, 0.66786, 0, 0], 107: [0, 0.69444, 0, 0], 108: [0, 0.69444, 0, 0], 109: [0, 0.43056, 0, 0], 110: [0, 0.43056, 0, 0], 111: [0, 0.43056, 0, 0], 112: [0.19444, 0.43056, 0, 0], 113: [0.19444, 0.43056, 0, 0], 114: [0, 0.43056, 0, 0], 115: [0, 0.43056, 0, 0], 116: [0, 0.61508, 0, 0], 117: [0, 0.43056, 0, 0], 118: [0, 0.43056, 0.01389, 0], 119: [0, 0.43056, 0.01389, 0], 120: [0, 0.43056, 0, 0], 121: [0.19444, 0.43056, 0.01389, 0], 122: [0, 0.43056, 0, 0], 123: [0.25, 0.75, 0, 0], 124: [0.25, 0.75, 0, 0], 125: [0.25, 0.75, 0, 0], 126: [0.35, 0.31786, 0, 0], 160: [0, 0, 0, 0], 168: [0, 0.66786, 0, 0], 172: [0, 0.43056, 0, 0], 175: [0, 0.56778, 0, 0], 176: [0, 0.69444, 0, 0], 177: [0.08333, 0.58333, 0, 0], 180: [0, 0.69444, 0, 0], 215: [0.08333, 0.58333, 0, 0], 247: [0.08333, 0.58333, 0, 0], 305: [0, 0.43056, 0, 0], 567: [0.19444, 0.43056, 0, 0], 710: [0, 0.69444, 0, 0], 711: [0, 0.62847, 0, 0], 713: [0, 0.56778, 0, 0], 714: [0, 0.69444, 0, 0], 715: [0, 0.69444, 0, 0], 728: [0, 0.69444, 0, 0], 729: [0, 0.66786, 0, 0], 730: [0, 0.69444, 0, 0], 732: [0, 0.66786, 0, 0], 768: [0, 0.69444, 0, 0], 769: [0, 0.69444, 0, 0], 770: [0, 0.69444, 0, 0], 771: [0, 0.66786, 0, 0], 772: [0, 0.56778, 0, 0], 774: [0, 0.69444, 0, 0], 775: [0, 0.66786, 0, 0], 776: [0, 0.66786, 0, 0], 778: [0, 0.69444, 0, 0], 779: [0, 0.69444, 0, 0], 780: [0, 0.62847, 0, 0], 824: [0.19444, 0.69444, 0, 0], 915: [0, 0.68333, 0, 0], 916: [0, 0.68333, 0, 0], 920: [0, 0.68333, 0, 0], 923: [0, 0.68333, 0, 0], 926: [0, 0.68333, 0, 0], 928: [0, 0.68333, 0, 0], 931: [0, 0.68333, 0, 0], 933: [0, 0.68333, 0, 0], 934: [0, 0.68333, 0, 0], 936: [0, 0.68333, 0, 0], 937: [0, 0.68333, 0, 0], 8211: [0, 0.43056, 0.02778, 0], 8212: [0, 0.43056, 0.02778, 0], 8216: [0, 0.69444, 0, 0], 8217: [0, 0.69444, 0, 0], 8220: [0, 0.69444, 0, 0], 8221: [0, 0.69444, 0, 0], 8224: [0.19444, 0.69444, 0, 0], 8225: [0.19444, 0.69444, 0, 0], 8230: [0, 0.12, 0, 0], 8242: [0, 0.55556, 0, 0], 8407: [0, 0.71444, 0.15382, 0], 8463: [0, 0.68889, 0, 0], 8465: [0, 0.69444, 0, 0], 8467: [0, 0.69444, 0, 0.11111], 8472: [0.19444, 0.43056, 0, 0.11111], 8476: [0, 0.69444, 0, 0], 8501: [0, 0.69444, 0, 0], 8592: [-0.13313, 0.36687, 0, 0], 8593: [0.19444, 0.69444, 0, 0], 8594: [-0.13313, 0.36687, 0, 0], 8595: [0.19444, 0.69444, 0, 0], 8596: [-0.13313, 0.36687, 0, 0], 8597: [0.25, 0.75, 0, 0], 8598: [0.19444, 0.69444, 0, 0], 8599: [0.19444, 0.69444, 0, 0], 8600: [0.19444, 0.69444, 0, 0], 8601: [0.19444, 0.69444, 0, 0], 8614: [0.011, 0.511, 0, 0], 8617: [0.011, 0.511, 0, 0], 8618: [0.011, 0.511, 0, 0], 8636: [-0.13313, 0.36687, 0, 0], 8637: [-0.13313, 0.36687, 0, 0], 8640: [-0.13313, 0.36687, 0, 0], 8641: [-0.13313, 0.36687, 0, 0], 8652: [0.011, 0.671, 0, 0], 8656: [-0.13313, 0.36687, 0, 0], 8657: [0.19444, 0.69444, 0, 0], 8658: [-0.13313, 0.36687, 0, 0], 8659: [0.19444, 0.69444, 0, 0], 8660: [-0.13313, 0.36687, 0, 0], 8661: [0.25, 0.75, 0, 0], 8704: [0, 0.69444, 0, 0], 8706: [0, 0.69444, 0.05556, 0.08334], 8707: [0, 0.69444, 0, 0], 8709: [0.05556, 0.75, 0, 0], 8711: [0, 0.68333, 0, 0], 8712: [0.0391, 0.5391, 0, 0], 8715: [0.0391, 0.5391, 0, 0], 8722: [0.08333, 0.58333, 0, 0], 8723: [0.08333, 0.58333, 0, 0], 8725: [0.25, 0.75, 0, 0], 8726: [0.25, 0.75, 0, 0], 8727: [-0.03472, 0.46528, 0, 0], 8728: [-0.05555, 0.44445, 0, 0], 8729: [-0.05555, 0.44445, 0, 0], 8730: [0.2, 0.8, 0, 0], 8733: [0, 0.43056, 0, 0], 8734: [0, 0.43056, 0, 0], 8736: [0, 0.69224, 0, 0], 8739: [0.25, 0.75, 0, 0], 8741: [0.25, 0.75, 0, 0], 8743: [0, 0.55556, 0, 0], 8744: [0, 0.55556, 0, 0], 8745: [0, 0.55556, 0, 0], 8746: [0, 0.55556, 0, 0], 8747: [0.19444, 0.69444, 0.11111, 0], 8764: [-0.13313, 0.36687, 0, 0], 8768: [0.19444, 0.69444, 0, 0], 8771: [-0.03625, 0.46375, 0, 0], 8773: [-0.022, 0.589, 0, 0], 8776: [-0.01688, 0.48312, 0, 0], 8781: [-0.03625, 0.46375, 0, 0], 8784: [-0.133, 0.67, 0, 0], 8800: [0.215, 0.716, 0, 0], 8801: [-0.03625, 0.46375, 0, 0], 8804: [0.13597, 0.63597, 0, 0], 8805: [0.13597, 0.63597, 0, 0], 8810: [0.0391, 0.5391, 0, 0], 8811: [0.0391, 0.5391, 0, 0], 8826: [0.0391, 0.5391, 0, 0], 8827: [0.0391, 0.5391, 0, 0], 8834: [0.0391, 0.5391, 0, 0], 8835: [0.0391, 0.5391, 0, 0], 8838: [0.13597, 0.63597, 0, 0], 8839: [0.13597, 0.63597, 0, 0], 8846: [0, 0.55556, 0, 0], 8849: [0.13597, 0.63597, 0, 0], 8850: [0.13597, 0.63597, 0, 0], 8851: [0, 0.55556, 0, 0], 8852: [0, 0.55556, 0, 0], 8853: [0.08333, 0.58333, 0, 0], 8854: [0.08333, 0.58333, 0, 0], 8855: [0.08333, 0.58333, 0, 0], 8856: [0.08333, 0.58333, 0, 0], 8857: [0.08333, 0.58333, 0, 0], 8866: [0, 0.69444, 0, 0], 8867: [0, 0.69444, 0, 0], 8868: [0, 0.69444, 0, 0], 8869: [0, 0.69444, 0, 0], 8872: [0.249, 0.75, 0, 0], 8900: [-0.05555, 0.44445, 0, 0], 8901: [-0.05555, 0.44445, 0, 0], 8902: [-0.03472, 0.46528, 0, 0], 8904: [5e-3, 0.505, 0, 0], 8942: [0.03, 0.9, 0, 0], 8943: [-0.19, 0.31, 0, 0], 8945: [-0.1, 0.82, 0, 0], 8968: [0.25, 0.75, 0, 0], 8969: [0.25, 0.75, 0, 0], 8970: [0.25, 0.75, 0, 0], 8971: [0.25, 0.75, 0, 0], 8994: [-0.14236, 0.35764, 0, 0], 8995: [-0.14236, 0.35764, 0, 0], 9136: [0.244, 0.744, 0, 0], 9137: [0.244, 0.744, 0, 0], 9651: [0.19444, 0.69444, 0, 0], 9657: [-0.03472, 0.46528, 0, 0], 9661: [0.19444, 0.69444, 0, 0], 9667: [-0.03472, 0.46528, 0, 0], 9711: [0.19444, 0.69444, 0, 0], 9824: [0.12963, 0.69444, 0, 0], 9825: [0.12963, 0.69444, 0, 0], 9826: [0.12963, 0.69444, 0, 0], 9827: [0.12963, 0.69444, 0, 0], 9837: [0, 0.75, 0, 0], 9838: [0.19444, 0.69444, 0, 0], 9839: [0.19444, 0.69444, 0, 0], 10216: [0.25, 0.75, 0, 0], 10217: [0.25, 0.75, 0, 0], 10222: [0.244, 0.744, 0, 0], 10223: [0.244, 0.744, 0, 0], 10229: [0.011, 0.511, 0, 0], 10230: [0.011, 0.511, 0, 0], 10231: [0.011, 0.511, 0, 0], 10232: [0.024, 0.525, 0, 0], 10233: [0.024, 0.525, 0, 0], 10234: [0.024, 0.525, 0, 0], 10236: [0.011, 0.511, 0, 0], 10815: [0, 0.68333, 0, 0], 10927: [0.13597, 0.63597, 0, 0], 10928: [0.13597, 0.63597, 0, 0] }, "Math-BoldItalic": { 47: [0.19444, 0.69444, 0, 0], 65: [0, 0.68611, 0, 0], 66: [0, 0.68611, 0.04835, 0], 67: [0, 0.68611, 0.06979, 0], 68: [0, 0.68611, 0.03194, 0], 69: [0, 0.68611, 0.05451, 0], 70: [0, 0.68611, 0.15972, 0], 71: [0, 0.68611, 0, 0], 72: [0, 0.68611, 0.08229, 0], 73: [0, 0.68611, 0.07778, 0], 74: [0, 0.68611, 0.10069, 0], 75: [0, 0.68611, 0.06979, 0], 76: [0, 0.68611, 0, 0], 77: [0, 0.68611, 0.11424, 0], 78: [0, 0.68611, 0.11424, 0], 79: [0, 0.68611, 0.03194, 0], 80: [0, 0.68611, 0.15972, 0], 81: [0.19444, 0.68611, 0, 0], 82: [0, 0.68611, 421e-5, 0], 83: [0, 0.68611, 0.05382, 0], 84: [0, 0.68611, 0.15972, 0], 85: [0, 0.68611, 0.11424, 0], 86: [0, 0.68611, 0.25555, 0], 87: [0, 0.68611, 0.15972, 0], 88: [0, 0.68611, 0.07778, 0], 89: [0, 0.68611, 0.25555, 0], 90: [0, 0.68611, 0.06979, 0], 97: [0, 0.44444, 0, 0], 98: [0, 0.69444, 0, 0], 99: [0, 0.44444, 0, 0], 100: [0, 0.69444, 0, 0], 101: [0, 0.44444, 0, 0], 102: [0.19444, 0.69444, 0.11042, 0], 103: [0.19444, 0.44444, 0.03704, 0], 104: [0, 0.69444, 0, 0], 105: [0, 0.69326, 0, 0], 106: [0.19444, 0.69326, 0.0622, 0], 107: [0, 0.69444, 0.01852, 0], 108: [0, 0.69444, 88e-4, 0], 109: [0, 0.44444, 0, 0], 110: [0, 0.44444, 0, 0], 111: [0, 0.44444, 0, 0], 112: [0.19444, 0.44444, 0, 0], 113: [0.19444, 0.44444, 0.03704, 0], 114: [0, 0.44444, 0.03194, 0], 115: [0, 0.44444, 0, 0], 116: [0, 0.63492, 0, 0], 117: [0, 0.44444, 0, 0], 118: [0, 0.44444, 0.03704, 0], 119: [0, 0.44444, 0.02778, 0], 120: [0, 0.44444, 0, 0], 121: [0.19444, 0.44444, 0.03704, 0], 122: [0, 0.44444, 0.04213, 0], 915: [0, 0.68611, 0.15972, 0], 916: [0, 0.68611, 0, 0], 920: [0, 0.68611, 0.03194, 0], 923: [0, 0.68611, 0, 0], 926: [0, 0.68611, 0.07458, 0], 928: [0, 0.68611, 0.08229, 0], 931: [0, 0.68611, 0.05451, 0], 933: [0, 0.68611, 0.15972, 0], 934: [0, 0.68611, 0, 0], 936: [0, 0.68611, 0.11653, 0], 937: [0, 0.68611, 0.04835, 0], 945: [0, 0.44444, 0, 0], 946: [0.19444, 0.69444, 0.03403, 0], 947: [0.19444, 0.44444, 0.06389, 0], 948: [0, 0.69444, 0.03819, 0], 949: [0, 0.44444, 0, 0], 950: [0.19444, 0.69444, 0.06215, 0], 951: [0.19444, 0.44444, 0.03704, 0], 952: [0, 0.69444, 0.03194, 0], 953: [0, 0.44444, 0, 0], 954: [0, 0.44444, 0, 0], 955: [0, 0.69444, 0, 0], 956: [0.19444, 0.44444, 0, 0], 957: [0, 0.44444, 0.06898, 0], 958: [0.19444, 0.69444, 0.03021, 0], 959: [0, 0.44444, 0, 0], 960: [0, 0.44444, 0.03704, 0], 961: [0.19444, 0.44444, 0, 0], 962: [0.09722, 0.44444, 0.07917, 0], 963: [0, 0.44444, 0.03704, 0], 964: [0, 0.44444, 0.13472, 0], 965: [0, 0.44444, 0.03704, 0], 966: [0.19444, 0.44444, 0, 0], 967: [0.19444, 0.44444, 0, 0], 968: [0.19444, 0.69444, 0.03704, 0], 969: [0, 0.44444, 0.03704, 0], 977: [0, 0.69444, 0, 0], 981: [0.19444, 0.69444, 0, 0], 982: [0, 0.44444, 0.03194, 0], 1009: [0.19444, 0.44444, 0, 0], 1013: [0, 0.44444, 0, 0] }, "Math-Italic": { 47: [0.19444, 0.69444, 0, 0], 65: [0, 0.68333, 0, 0.13889], 66: [0, 0.68333, 0.05017, 0.08334], 67: [0, 0.68333, 0.07153, 0.08334], 68: [0, 0.68333, 0.02778, 0.05556], 69: [0, 0.68333, 0.05764, 0.08334], 70: [0, 0.68333, 0.13889, 0.08334], 71: [0, 0.68333, 0, 0.08334], 72: [0, 0.68333, 0.08125, 0.05556], 73: [0, 0.68333, 0.07847, 0.11111], 74: [0, 0.68333, 0.09618, 0.16667], 75: [0, 0.68333, 0.07153, 0.05556], 76: [0, 0.68333, 0, 0.02778], 77: [0, 0.68333, 0.10903, 0.08334], 78: [0, 0.68333, 0.10903, 0.08334], 79: [0, 0.68333, 0.02778, 0.08334], 80: [0, 0.68333, 0.13889, 0.08334], 81: [0.19444, 0.68333, 0, 0.08334], 82: [0, 0.68333, 773e-5, 0.08334], 83: [0, 0.68333, 0.05764, 0.08334], 84: [0