var RT=function(){function t(t,e){return!t.hasOwnProperty(e)}function e(t){for(var e=Object.keys(t),n=0,r=e.length,o={};n>4);do{if(r=255&t.charCodeAt(a),a=a+1|0,61===r)return i;r=H[r]}while(a>2);do{if(o=255&t.charCodeAt(a),a=a+1|0,61===o)return i;o=H[o]}while(a=n)){var o,s=e.charCodeAt(r);return s>=55296&&s<=56319&&n>r+1&&(o=e.charCodeAt(r+1),o>=56320&&o<=57343)?1024*(s-55296)+o-56320+65536:s}};Object.defineProperty?Object.defineProperty(String.prototype,"codePointAt",{value:t,configurable:!0,writable:!0}):String.prototype.codePointAt=t}(),String.fromCodePoint||!function(){var t=function(){try{var t={},e=Object.defineProperty,n=e(t,t,t)&&e}catch(t){}return n}(),e=String.fromCharCode,n=Math.floor,r=function(){var t,r,o=16384,s=[],a=-1,i=arguments.length;if(!i)return"";for(var u="";++a1114111||n(f)!=f)throw RangeError("Invalid code point: "+f);f<=65535?s.push(f):(f-=65536,t=(f>>10)+55296,r=f%1024+56320,s.push(t,r)),(a+1==i||s.length>o)&&(u+=e.apply(null,s),s.length=0)}return u};t?t(String,"fromCodePoint",{value:r,configurable:!0,writable:!0}):String.fromCodePoint=r}(),!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.axios=e():t.axios=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){t.exports=n(1)},function(t,e,n){"use strict";function r(t){var e=new a(t),n=s(a.prototype.request,e);return o.extend(n,a.prototype,e),o.extend(n,e),n}var o=n(2),s=n(3),a=n(4),i=r();i.Axios=a,i.create=function(t){return r(t)},i.Cancel=n(22),i.CancelToken=n(23),i.isCancel=n(19),i.all=function(t){return Promise.all(t)},i.spread=n(24),t.exports=i,t.exports.default=i},function(t,e,n){"use strict";function r(t){return"[object Array]"===b.call(t)}function o(t){return"[object ArrayBuffer]"===b.call(t)}function s(t){return"undefined"!=typeof FormData&&t instanceof FormData}function a(t){var e;return e="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer}function i(t){return"string"==typeof t}function u(t){return"number"==typeof t}function f(t){return"undefined"==typeof t}function h(t){return null!==t&&"object"==typeof t}function l(t){return"[object Date]"===b.call(t)}function c(t){return"[object File]"===b.call(t)}function p(t){return"[object Blob]"===b.call(t)}function g(t){return"[object Function]"===b.call(t)}function d(t){return h(t)&&g(t.pipe)}function v(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams}function C(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function y(){return"undefined"!=typeof window&&"undefined"!=typeof document&&"function"==typeof document.createElement}function m(t,e){if(null!==t&&"undefined"!=typeof t)if("object"==typeof t||r(t)||(t=[t]),r(t))for(var n=0,o=t.length;n=200&&t<300}}},function(t,e,n){"use strict";var r=n(2);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},function(t,e,n){"use strict";var r=n(2),o=n(8),s=n(11),a=n(12),i=n(13),u=n(9),f="undefined"!=typeof window&&window.btoa||n(14);t.exports=function(t){return new Promise(function(e,h){var l=t.data,c=t.headers;r.isFormData(l)&&delete c["Content-Type"];var p=new XMLHttpRequest,g="onreadystatechange",d=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in p||i(t.url)||(p=new window.XDomainRequest,g="onload",d=!0,p.onprogress=function(){},p.ontimeout=function(){}),t.auth){var v=t.auth.username||"",C=t.auth.password||"";c.Authorization="Basic "+f(v+":"+C)}if(p.open(t.method.toUpperCase(),s(t.url,t.params,t.paramsSerializer),!0),p.timeout=t.timeout,p[g]=function(){if(p&&(4===p.readyState||d)&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in p?a(p.getAllResponseHeaders()):null,r=t.responseType&&"text"!==t.responseType?p.response:p.responseText,s={data:r,status:1223===p.status?204:p.status,statusText:1223===p.status?"No Content":p.statusText,headers:n,config:t,request:p};o(e,h,s),p=null}},p.onerror=function(){h(u("Network Error",t)),p=null},p.ontimeout=function(){h(u("timeout of "+t.timeout+"ms exceeded",t,"ECONNABORTED")),p=null},r.isStandardBrowserEnv()){var y=n(15),m=(t.withCredentials||i(t.url))&&t.xsrfCookieName?y.read(t.xsrfCookieName):void 0;m&&(c[t.xsrfHeaderName]=m)}if("setRequestHeader"in p&&r.forEach(c,function(t,e){"undefined"==typeof l&&"content-type"===e.toLowerCase()?delete c[e]:p.setRequestHeader(e,t)}),t.withCredentials&&(p.withCredentials=!0),t.responseType)try{p.responseType=t.responseType}catch(t){if("json"!==p.responseType)throw t}"function"==typeof t.onDownloadProgress&&p.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(t){p&&(p.abort(),h(t),p=null)}),void 0===l&&(l=null),p.send(l)})}},function(t,e,n){"use strict";var r=n(9);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n)):t(n)}},function(t,e,n){"use strict";var r=n(10);t.exports=function(t,e,n,o){var s=new Error(t);return r(s,e,n,o)}},function(t,e){"use strict";t.exports=function(t,e,n,r){return t.config=e,n&&(t.code=n),t.response=r,t}},function(t,e,n){"use strict";function r(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var o=n(2);t.exports=function(t,e,n){if(!e)return t;var s;if(n)s=n(e);else if(o.isURLSearchParams(e))s=e.toString();else{var a=[];o.forEach(e,function(t,e){null!==t&&"undefined"!=typeof t&&(o.isArray(t)&&(e+="[]"),o.isArray(t)||(t=[t]),o.forEach(t,function(t){o.isDate(t)?t=t.toISOString():o.isObject(t)&&(t=JSON.stringify(t)),a.push(r(e)+"="+r(t))}))}),s=a.join("&")}return s&&(t+=(t.indexOf("?")===-1?"?":"&")+s),t}},function(t,e,n){"use strict";var r=n(2);t.exports=function(t){var e,n,o,s={};return t?(r.forEach(t.split("\n"),function(t){o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e&&(s[e]=s[e]?s[e]+", "+n:n)}),s):s}},function(t,e,n){"use strict";var r=n(2);t.exports=r.isStandardBrowserEnv()?function(){function t(t){var e=t;return n&&(o.setAttribute("href",e),e=o.href),o.setAttribute("href",e),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:"/"===o.pathname.charAt(0)?o.pathname:"/"+o.pathname}}var e,n=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");return e=t(window.location.href),function(n){var o=r.isString(n)?t(n):n;return o.protocol===e.protocol&&o.host===e.host}}():function(){return function(){return!0}}()},function(t,e){"use strict";function n(){this.message="String contains an invalid character"}function r(t){for(var e,r,s=String(t),a="",i=0,u=o;s.charAt(0|i)||(u="=",i%1);a+=u.charAt(63&e>>8-i%1*8)){if(r=s.charCodeAt(i+=.75),r>255)throw new n;e=e<<8|r}return a}var o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";n.prototype=new Error,n.prototype.code=5,n.prototype.name="InvalidCharacterError",t.exports=r},function(t,e,n){"use strict";var r=n(2);t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,o,s,a){var i=[];i.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),r.isString(o)&&i.push("path="+o),r.isString(s)&&i.push("domain="+s),a===!0&&i.push("secure"),document.cookie=i.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},function(t,e,n){"use strict";function r(){this.handlers=[]}var o=n(2);r.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){o.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=r},function(t,e,n){"use strict";function r(t){t.cancelToken&&t.cancelToken.throwIfRequested()}var o=n(2),s=n(18),a=n(19),i=n(5);t.exports=function(t){r(t),t.headers=t.headers||{},t.data=s(t.data,t.headers,t.transformRequest),t.headers=o.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),o.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]});var e=t.adapter||i.adapter;return e(t).then(function(e){return r(t),e.data=s(e.data,e.headers,t.transformResponse),e},function(e){return a(e)||(r(t),e&&e.response&&(e.response.data=s(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},function(t,e,n){"use strict";var r=n(2);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},function(t,e){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e){"use strict";t.exports=function(t,e){return t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,"")}},function(t,e){"use strict";function n(t){this.message=t}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,t.exports=n},function(t,e,n){"use strict";function r(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new o(t),e(n.reason))})}var o=n(22);r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var t,e=new r(function(e){t=e});return{token:e,cancel:t}},t.exports=r},function(t,e){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}}])}),!function(t){"use strict";function e(t,e){var n=(65535&t)+(65535&e),r=(t>>16)+(e>>16)+(n>>16);return r<<16|65535&n}function n(t,e){return t<>>32-e}function r(t,r,o,s,a,i){return e(n(e(e(r,t),e(s,i)),a),o)}function o(t,e,n,o,s,a,i){return r(e&n|~e&o,t,e,s,a,i)}function s(t,e,n,o,s,a,i){return r(e&o|n&~o,t,e,s,a,i)}function a(t,e,n,o,s,a,i){return r(e^n^o,t,e,s,a,i)}function i(t,e,n,o,s,a,i){return r(n^(e|~o),t,e,s,a,i)}function u(t,n){t[n>>5]|=128<>>9<<4)+14]=n;var r,u,f,h,l,c=1732584193,p=-271733879,g=-1732584194,d=271733878;for(r=0;r>5]>>>e%32&255);return n}function h(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(255&t.charCodeAt(e/8))<16&&(o=u(o,8*t.length)),n=0;n<16;n+=1)s[n]=909522486^o[n],a[n]=1549556828^o[n];return r=u(s.concat(h(e)),512+8*e.length),f(u(a.concat(r),640))}function p(t){var e,n,r="0123456789abcdef",o="";for(n=0;n>>4&15)+r.charAt(15&e);return o}function g(t){return unescape(encodeURIComponent(t))}function d(t){return l(g(t))}function v(t){return p(d(t))}function C(t,e){return c(g(t),g(e))}function y(t,e){return p(C(t,e))}function m(t,e,n){return e?n?C(e,t):y(e,t):n?d(t):v(t)}"function"==typeof define&&define.amd?define(function(){return m}):"object"==typeof module&&module.exports?module.exports=m:t.md5=m}(this);var I=function(t,e){return void 0===e&&(e=document),e.getElementsByTagName(t)},R=function(t,e,n){return t.setAttribute(e,n)},F=function(t,e){t.removeAttribute(e)},E=function(t,e,n){t.addEventListener(e,n,!1)},k=function(t,e,n){t.removeEventListener(e,n,!1)},A=function(t,e){return t.getAttribute(e)},M=function(t){switch(typeof t){case"string":return t;case"boolean":return t?"true":"false";case"number":return isFinite(t)?t:"";default:return""}},L=function(t,e,n,r){return e=e||"&",n=n||"=",null===t&&(t=void 0),"object"==typeof t?Object.keys(t).map(function(r){var o=encodeURIComponent(M(r))+n;return Array.isArray(t[r])?t[r].map(function(t){return o+encodeURIComponent(M(t))}).join(e):o+encodeURIComponent(M(t[r]))}).join(e):r?encodeURIComponent(M(r))+n+encodeURIComponent(M(t)):""},O={},x=window.navigator.userAgent.toLowerCase(),N=(x.indexOf("firefox")!==-1,x.indexOf("safari")!==-1),G=x.indexOf("chrome")!==-1,P=!1;if(x.match(/(msie|MSIE)/)||x.match(/(T|t)rident/)){var B=x.match(/((msie|MSIE)\s|rv:)([\d\.]+)/)[3];B=parseInt(B),11===B&&(P=!0)}var V=function(t,e,n,r){void 0===n&&(n="URL");var o;switch(n){case"base64":o="data:application/octet-stream;base64,"+t;break;case"URL":default:o=t}var s=e.replace(/["']/g,"\\$&");if("number"==typeof r&&(G||N)){var a=s="D"+e.substr(1),i=document.createElement("span");i.innerHTML=".",i.setAttribute("data-rt-ignore",!0),i.style.fontFamily="'"+a+"'",i.style.position="absolute",i.style.top="0px",i.style.left="0px",i.style.opacity="0",document.body.appendChild(i),setTimeout(function(){V(t,e,n)},r)}var u;return s in O?u=O[s]:(u=document.createElement("style"),O[s]=u),document.head.appendChild(u),u.textContent="@font-face{\n font-family:'"+s+"';\n src: url('"+o+"');\n font-display: block;\n}",u},X=new Promise(function(t){function e(){t(),k(n,s,e),k(r,o,e)}var n=document,r=window,o="load",s="DOMContentLoaded";"complete"===n.readyState?t():(E(n,s,e),E(r,o,e))}),U=function(t){for(var e="",n=[],r=0;;r+=1){var o=t.charAt(r);if(""===o)break;if('"'===o||"'"===o){var s=r+1;do if(s=t.indexOf(o,s)+1,!s)break;while("\\"===t.charAt(s-2));n.push(t.slice(r+1,s-1).replace(/\\('|")/g,"$1")),r=s-1,e=""}else","===o?/^\s*$/.test(e)||(n.push(e.replace(/^\s+|\s+$/,"").replace(/\s+/g," ")),e=""):e+=o}return/^\s*$/.test(e)||n.push(e.replace(/^\s+|\s+$/,"").replace(/\s+/g," ")),n},H=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1],$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",j=function(t){var e,n,r,o,s,a;for(r=t.length,n=0,e="";n>2),e+=$.charAt((3&o)<<4),e+="==";break}if(s=t[n],n=n+1|0,n==r){e+=$.charAt(o>>2),e+=$.charAt((3&o)<<4|(240&s)>>4),e+=$.charAt((15&s)<<2),e+="=";break}a=t[n],n=n+1|0,e+=$.charAt(o>>2),e+=$.charAt((3&o)<<4|(240&s)>>4),e+=$.charAt((15&s)<<2|(192&a)>>6),e+=$.charAt(63&a)}return e},q=function(t){var e,n,r={},o={};for(e=0;e127?n-256:n),this._flag&&0==r&&this._endian&&(n=n>127?n-256:n),e+=this._endian?n<<8*(this._bytecount-1-r):n<<8*r;t.offset+=this._bytecount,this._flag||(e>>>=0),this._number=e},r.prototype.C=function(t){if(this._endian)for(var e=0;e>>8*(this._bytecount-1-e)&255;else for(var e=0;e>>8*e&255;t.offset+=this._bytecount},r.prototype.get=function(){return this._number},r.prototype.set=function(t){this._number=t},r.prototype.size=function(t){return this._bytecount},r},Q={},tt=function(t,e,n){var r=function(r){this.offset=new(J(t,e,n)),null!=r?this._ref=new r(arguments):this._ref=null,this._offset=null};return r.prototype.D=function(t,e,n){this.offset.D(t),n&&this.DRef(t,e)},r.prototype.DRef=function(t,e){if(0==this.offset.get())this._ref=null;else{var n=Q[e+this.offset.get()];if(null==n){var r=t.offset;t.offset=e+this.offset.get(),this._ref.D(t),t.offset=r,Q[e+this.offset]=this._ref}else this._ref=n}},r.prototype.C=function(t){this._offset=t.offset,this.offset.set(0),this.offset.C(t)},r.prototype.finalize=function(t,e){if(null!=this._ref){if(null==e&&(e=0),null==this._offset)throw"!offsetOffset";var n=t.offset;t.offset=this._offset,this.offset.set(n-e),this.offset.C(t),t.offset=n,this._ref.C(t),this._offset=null}},r.prototype.get=function(){return this.offset.get()},r.prototype.set=function(t){this.offset=t},r.prototype.getRef=function(){return this._ref},r.prototype.setRef=function(t){this._ref=t},r},et=function(t,e,n){var r=function(){this.checksum=new(J(t,e,n)),this._offset=null};return r.prototype.D=function(t){this.checksum.D(t)},r.prototype.C=function(t){this._offset=t.offset,this.checksum.set(0),this.checksum.C(t)},r.prototype.finalize=function(t,e,n,r){if(null==this._offset)throw"!offsetOffset";var o=t.offset;t.offset=this._offset;for(var s=0,a=n-e,i=0;i>>0}r&&(s=2981146554-s),this.checksum.set(s),this.checksum.C(t),t.offset=o,this._offset=null},r.prototype.get=function(){return this.checksum.get()},r.prototype.set=function(t){this.checksum.set(t)},r},nt=function(t,e,n){var r=function(){this.length=new(J(t,e,n)),this._offset=null};return r.prototype.D=function(t){this.length.D(t)},r.prototype.C=function(t){this._offset=t.offset,this.length.set(0),this.length.C(t)},r.prototype.finalize=function(t,e,n){if(null==this._offset)throw"!offsetOffset";var r=t.offset;t.offset=this._offset,this.length.set(n-e),this.length.C(t),t.offset=r,this._offset=null},r.prototype.get=function(){return this.length.get()},r.prototype.set=function(t){this.length=t},r},rt=J(!1,1,!1),ot=(J(!0,1,!1),J(!1,2,!1)),st=J(!0,2,!1),at=J(!1,2,!1),it=J(!0,2,!1),ut=J(!1,4,!1),ft=J(!0,4,!1),ht=J(!1,2,!1),lt=J(!0,2,!1),ct=J(!1,3,!1),pt=J(!1,2,!1),gt=tt(!1,2,!1),dt=tt(!1,4,!1),vt=et(!1,4,!1),Ct=nt(!1,4,!1),yt=function(){this.major=new st,this.minor=new ot};yt.prototype.D=function(t){this.major.D(t),this.minor.D(t)},yt.prototype.C=function(t){this.major.C(t),this.minor.C(t)};var mt=J(!1,2,!1);mt.prototype.get=function(){for(var t=(49152&this._number)>>14,e=16383&this._number,n=t,r=8192,o=.5,s=2;s<16;s=s+1|0)e&r&&(n+=o),r>>=1,o/=2;return n},mt.prototype.set=function(t){this._number=Math.round(16384*t)};var _t=function(){this._tag="",this._bytecount=4};_t.prototype.D=function(t){for(var e="",n=0;n>16,e=65535&this._number,n=t,r=32768,o=.5,s=2;s<32;s++)e&r&&(n+=o),r>>=1,o/=2;return n},bt.prototype.set=function(t){this._number=Math.round(65536*t)};var St=function(){var t=this;t.tag=new _t,t.checkSum=new vt,t.offset=new dt,t.length=new Ct};St.prototype.C=function(t){var e=this;e.tag.C(t),e.checkSum.C(t),e.offset.C(t),e.length.C(t)};var Tt=function(t){var e=this;e.sfntVersion=new yt,e.numTables=new ot,e.searchRange=new ot,e.entrySelector=new ot,e.rangeShift=new ot,e.tableRecords=[],_TTF=null};Tt.COrder={head:100,hhea:99,maxp:98,"OS/2":97,hmtx:96,LTSH:95,VDMX:94,hdmx:93,cmap:92,fpgm:91,prep:90,cvt:89,loca:88,glyf:87,kern:86,name:85,post:84,gasp:83,PCLT:82,DSIG:0},Tt.opxs=function(t){return t in Tt.COrder?Tt.COrder[t]:5},Tt.prototype.C=function(t){for(var e=this,n=!1,r=e.tableRecords.length,o=0;oe?1:te?-1:0});for(var o=0;o=1&&(e.ulUnicodeRange1.C(t),e.ulUnicodeRange2.C(t),e.ulUnicodeRange3.C(t),e.ulUnicodeRange4.C(t));e.achVendID.C(t),e.fsSelection.C(t),e.usFirstCharIndex.C(t),e.usLastCharIndex.C(t),e.sTypoAscender.C(t),e.sTypoDescender.C(t),e.sTypoLineGap.C(t),e.usWinAscent.C(t),e.usWinDescent.C(t),e.version.get()>=1&&(e.ulCodePageRange1.C(t),e.ulCodePageRange2.C(t)),e.version.get()>=2&&(e.sxHeight.C(t),e.sCapHeight.C(t),e.usDefaultChar.C(t),e.usBreakChar.C(t),e.usMaxContext.C(t))},Et.prototype.factory=function(t){var e=new Et;e.version.set(3),e.fsType.set(0),e.achVendID.set(t.VENDOR_ID),e.sTypoAscender.set(parseInt(t.TYPOGRAPHIC_ASCENDER,10)),e.sTypoDescender.set(parseInt(t.TYPOGRAPHIC_DESCENDER,10)),e.sTypoLineGap.set(0),e.xAvgCharWidth.set(parseInt(t.R_X_AVG_CHARWIDTH,10));var n=parseInt(t.FONT_WIDTH,10),r=5;switch(n){case"ULTRA_CONDENSED":r=1;break;case"EXTRA_CONDENSED":r=2;break;case"CONDENSED":r=3;break;case"SEMI_CONDENSED":r=4;break;case"MEDIUM":r=5;break;case"SEMI_EXPANDED":r=6;break;case"EXPANDED":r=7;break;case"EXTRA_EXPANDED":r=8;break;case"ULTRA_EXPANDED":r=9}e.usWidthClass.set(r);var o=parseInt(t.FONT_WEIGHT,10),s=400;switch(o){case"THIN":s=100;break;case"EXTRA_LIGHT":s=200;break;case"LIGHT":s=300;break;case"NORMAL":s=400;break;case"MEDIUM":s=500;break;case"SEMI_BOLD":s=600;break;case"BOLD":s=700;break;case"EXTRA_BOLD":s=800;break;case"BLACK":s=900}e.usWeightClass.set(s),e.usWinAscent.set(parseInt(t.ALPHABETIC_ASCENDER,10)),e.usWinDescent.set(Math.abs(parseInt(t.ALPHABETIC_DESCENDER,10)));var a=t.H_SUBSCRIPT.split(",");e.ySubscriptXSize.set(parseInt(a[0],10)),e.ySubscriptYSize.set(parseInt(a[1],10)),e.ySubscriptXOffset.set(parseInt(a[2],10)),e.ySubscriptYOffset.set(parseInt(a[3],10));var i=t.H_SUPERSCRIPT.split(",");e.ySuperscriptXSize.set(parseInt(i[0],10)),e.ySuperscriptYSize.set(parseInt(i[1],10)),e.ySuperscriptXOffset.set(parseInt(i[2],10)),e.ySuperscriptYOffset.set(parseInt(i[3],10));var u=t.H_STRIKEOUT.split(",");return e.yStrikeoutSize.set(parseInt(u[0],10)),e.yStrikeoutPosition.set(parseInt(u[1],10)),e};var kt=function(){var t=this;t.tag="post",t.version=new yt,t.italicAngle=new yt,t.underlinePosition=new it,t.underlineThickness=new it,t.isFixedPitch=new ut,t.minMemType42=new ut,t.maxMemType42=new ut,t.minMemType1=new ut,t.maxMemType1=new ut,t.structs=null};kt.prototype.C=function(t){var e=this;e.version.C(t),e.italicAngle.C(t),e.underlinePosition.C(t),e.underlineThickness.C(t),e.isFixedPitch.C(t),e.minMemType42.C(t),e.maxMemType42.C(t),e.minMemType1.C(t),e.maxMemType1.C(t),2===e.version.major.get()&&e.structs.C(t)},kt.prototype.factory=function(){var t=new kt;return t.version.major.set(3),t.version.minor.set(0),t};var At=function(){var t=this;t.tag="maxp",t.tableVersionNumber=new yt,t.numGlyphs=new ot,t.maxPoints=new ot,t.maxContours=new ot,t.maxCompositePoints=new ot,t.maxCompositeContours=new ot,t.maxZones=new ot,t.maxTwilightPoints=new ot,t.maxStorage=new ot,t.maxFunctionDefs=new ot,t.maxInstructionDefs=new ot,t.maxStackElements=new ot,t.maxSizeOfInstructions=new ot,t.maxComponentElements=new ot,t.maxComponentDepth=new ot};At.prototype.C=function(t){var e=this;e.tableVersionNumber.C(t),e.numGlyphs.C(t),1===e.tableVersionNumber.major.get()&&0===e.tableVersionNumber.minor.get()&&(e.maxPoints.C(t),e.maxContours.C(t),e.maxCompositePoints.C(t),e.maxCompositeContours.C(t),e.maxZones.C(t),e.maxTwilightPoints.C(t),e.maxStorage.C(t),e.maxFunctionDefs.C(t),e.maxInstructionDefs.C(t),e.maxStackElements.C(t),e.maxSizeOfInstructions.C(t),e.maxComponentElements.C(t),e.maxComponentDepth.C(t))},At.prototype.factory=function(t){var e=new At;return e.numGlyphs.set(parseInt(t.R_NUM_GLYPHS,10)),"TT"===t.FONT_TYPE?(e.tableVersionNumber.major.set(1),e.tableVersionNumber.minor.set(0),e.maxPoints.set(parseInt(t.R_TT_MAX_POINTS,10)),e.maxContours.set(parseInt(t.R_TT_MAX_CONTOURS,10)),e.maxCompositePoints.set(parseInt(t.R_TT_MAX_COMPOSITE_POINTS,10)),e.maxCompositeContours.set(parseInt(t.R_TT_MAX_COMPOSITE_CONTOURS,10)),e.maxZones.set(parseInt(t.R_TT_MAX_ZONES,10)),e.maxTwilightPoints.set(parseInt(t.R_TT_MAX_TWILIGHT_POINTS,10)),e.maxStorage.set(parseInt(t.R_TT_MAX_STORAGE,10)),e.maxFunctionDefs.set(parseInt(t.R_TT_MAX_FUNCTION_DEFS,10)),e.maxInstructionDefs.set(parseInt(t.R_TT_MAX_INSTRUCTION_DEFS,10)),e.maxStackElements.set(parseInt(t.R_TT_MAX_STACK_ELEMENTS,10)),e.maxSizeOfInstructions.set(parseInt(t.R_TT_MAX_SIZE_OF_INSTRUCTIONS,10)),e.maxComponentElements.set(parseInt(t.R_TT_MAX_COMPONENT_ELEMENTS,10)),e.maxComponentDepth.set(parseInt(t.R_TT_MAX_COMPONENT_DEPTH,10))):(e.tableVersionNumber.major.set(0),e.tableVersionNumber.minor.set(20480)),e};var Mt=function(t){var e=this;e.tag="cvt ",e.instructions=[],e._TTF=t};Mt.prototype.C=function(t){for(var e=_this.instructions.length,n=0;n0){e.langTagCount.C(t),n=e.langTagCount.get();for(var r=0;r>8&255),o.push(255&i.charCodeAt(f));var h=new Xt;h.platformID.set(3),h.encodingID.set(1),h.languageID.set(1033),h.nameID.set(parseInt(a,10)),h.length.set(2*u),h.offset.set(s),t.nameRecords.push(h),s+=2*u}return t.stringData=o,t};var Xt=function(){var t=this;t.platformID=new ot,t.encodingID=new ot,t.languageID=new ot,t.nameID=new ot,t.length=new ot,t.offset=new ot,t._string=[]};Xt.prototype.C=function(t){var e=this;e.platformID.C(t),e.encodingID.C(t),e.languageID.C(t),e.nameID.C(t),e.length.C(t),e.offset.C(t)};var Ut=function(t){var e=this;e.tag="vmtx",e.vMetrics=[],e.topSideBearing=[],e._TTF=t};Ut.prototype.C=function(t){for(var e=this,n=e.vMetrics.length,r=0;r65536)throw new Error("GID is over 0xFFFF.")}if(s.push(65535),a.push(65535),i.push(1),u.push(0),Math.max(s.length,a.length,i.length,u.length)!==Math.min(s.length,a.length,i.length,u.length))throw new Error("All Array Length is not equal");o=s.length,r.length.set(14+2*a.length+2+2*s.length+2*i.length+2*u.length+2*f.length),r.segCountX2.set(2*o),r.searchRange.set(2*Math.pow(2,Math.floor(Math.log(o)/Math.log(2)))),r.entrySelector.set(Math.log(r.searchRange.get()/2)/Math.log(2)),r.rangeShift.set(2*o-r.searchRange.get());for(var C=0;C0?(this.glyph=new oe(this),this.glyph.D(t)):(this.glyph=new se(this),this.glyph.D(t)))},re.prototype.C=function(){var t=new ArrayBuffer(2e4),e=new Uint8Array(t),n={data:e,offset:0,memory:!0},r=this.numberOfContours.get();r>0?(this.numberOfContours.C(n),this.xMin.C(n),this.yMin.C(n),this.xMax.C(n),this.yMax.C(n),this.glyph.C(n),Y.TTF.prototype.padding(n,4)):r<0&&(this.numberOfContours.C(n),this.xMin.C(n),this.yMin.C(n),this.xMax.C(n),this.yMax.C(n),this.glyph.C(n),Y.TTF.prototype.padding(n,4)),this.data=n.data.subarray(0,n.offset)},re.prototype.getPath=function(){return 0===this.numberOfContours.get()?" ":this.glyph.getPath(this._elements)},re.prototype.getBBox=function(t){if(this.glyph instanceof se)return t?this.glyph.getBBox(this._elements):{xMin:0,yMin:0,xMax:0,yMax:0};if(this.glyph instanceof oe)return this.glyph.getBBox();throw new Error("グリフが不明")},re.prototype.getPnts=function(t){return t?this.glyph instanceof se?this.glyph.getPnts(this._elements):0:this.glyph instanceof oe?this.glyph.getPnts():0},re.prototype.getCnts=function(t){return t?this.glyph instanceof se?this.glyph.getCnts(this._elements):0:this.glyph instanceof oe?this.glyph.getCnts():-1},re.prototype.getDepth=function(){return this.glyph instanceof se?this.glyph.getDepth(this._elements):0},re.prototype.getElements=function(){return this.glyph instanceof se?this.glyph.getElements(this._elements):0};var oe=function(t){this.endPtsOfContours=[],this.instructionLength=new ot,this.instructions=[],this.flags=[],this.xCoordinates=[],this.yCoordinates=[],this._glyf=t};oe.prototype.C=function(t){for(var e=0;e0){var k=new ye;k.set("GID"+R),_.StringINDEX.data.push(k)}"undefined"!=typeof E&&(r=Math.min(E.XMin,r),o=Math.min(E.YMin,o),s=Math.max(E.XMax,s),a=Math.max(E.YMax,a),i=Math.min(E.LSB,i),u=Math.min(E.AW-E.LSB-(E.XMax-E.XMin),u),y=Math.max(E.LSB+(E.XMax-E.XMin),y),0!==E.AW&&(v=Math.max(E.AW,v),g+=E.AW,c+=1),f=Math.min(E.TSB,f),h=Math.min(E.AH-E.TSB-(E.YMax-E.YMin),h),m=Math.max(E.TSB+(E.YMax-E.YMin),m),0!==E.AH&&(C=Math.max(E.AH,C),d+=E.aH,p+=1))}e.R_BOUNDING_BOX=[r,o,s,a].join(","),e.R_MIN_RIGHT_SIDE_BEARING=u,e.R_MIN_LEFT_SIDE_BEARING=i,e.R_X_AVG_CHARWIDTH=Math.floor(g/c),e.R_ADVANCE_WIDTH_MAX=v,e.R_X_MAX_EXTENT=y,e.R_MIN_TOP_SIDE_BEARING=f,e.R_MIN_BOTTOM_SIDE_BEARING=h,e.R_Y_AVG_CHARWIDTH=Math.floor(d/p),e.R_ADVANCE_HEIGHT_MAX=C,e.R_Y_MAX_EXTENT=m,_.major.set(1),_.minor.set(0),_.hdrSize.set(4),_.offSize.set(4);var A=new ye;A.set("WebFont"),_.NameINDEX.data.push(A);var M=new _e,L=Math.floor(1e4*Math.random()),O=[Math.floor(10*Math.random()),Math.floor(100*Math.random()),Math.floor(1e3*Math.random()),Math.floor(1e4*Math.random())],x=[.001,0,0,.001,0,0];if("string"==typeof e.CFF_FONT_MATRIX){var N=e.CFF_FONT_MATRIX.slice(1,-1).split(",");x[0]=parseFloat(N[0]),x[1]=parseFloat(N[1]),x[2]=parseFloat(N[2]),x[3]=parseFloat(N[3]),x[4]=parseFloat(N[4]),x[5]=parseFloat(N[5])}var G=-100,P=50,B=[r,o,s,a];return M.setValueFromKey(0,[379]),M.setValueFromKey(1,[391]),M.setValueFromKey(3072,[392]),M.setValueFromKey(2,[393]),M.setValueFromKey(3,[394]),M.setValueFromKey(4,[388]),M.setValueFromKey(5,B),M.setValueFromKey(3073,[0]),M.setValueFromKey(3074,[1]),M.setValueFromKey(3075,[G]),M.setValueFromKey(3076,[P]),M.setValueFromKey(3077,[0]),M.setValueFromKey(3078,[2]),M.setValueFromKey(3079,x),M.setValueFromKey(13,[L]),M.setValueFromKey(3080,[0]),M.setValueFromKey(14,O),M.setValueFromKey(15,[0]),M.setValueFromKey(16,[0]),M.setValueFromKey(17,[0]),M.setValueFromKey(18,[0,0]),_.TopDictINDEX.data.push(M),_.Charsets.format.set(2),D.set(395,I-2),_.Charsets.subtable=D,_.PrivateDICT=new _e,"string"==typeof e.OT_BLUE_VALUES&&_.PrivateDICT.setValueFromKey(6,e.OT_BLUE_VALUES.split(",").map(parseFloat)),"string"==typeof e.OT_OTHER_BLUES&&_.PrivateDICT.setValueFromKey(7,e.OT_OTHER_BLUES.split(",").map(parseFloat)),"string"==typeof e.OT_FAMILY_BLUES&&_.PrivateDICT.setValueFromKey(8,e.OT_FAMILY_BLUES.split(",").map(parseFloat)),"string"==typeof e.OT_FAMILY_OTHER_BLUES&&_.PrivateDICT.setValueFromKey(9,e.OT_FAMILY_OTHER_BLUES.split(",").map(parseFloat)),"string"==typeof e.OT_FAMILY_OTHER_BLUES&&_.PrivateDICT.setValueFromKey(9,e.OT_FAMILY_OTHER_BLUES.split(",").map(parseFloat)),"string"==typeof e.OT_STD_HW&&_.PrivateDICT.setValueFromKey(10,[parseFloat(e.OT_STD_HW)]),"string"==typeof e.OT_STD_VW&&_.PrivateDICT.setValueFromKey(11,[parseFloat(e.OT_STD_VW)]),"string"==typeof e.OT_STEM_SNAP_H&&_.PrivateDICT.setValueFromKey(3084,[parseFloat(e.OT_STEM_SNAP_H)]),"string"==typeof e.OT_STEM_SNAP_V&&_.PrivateDICT.setValueFromKey(3085,[parseFloat(e.OT_STEM_SNAP_V)]),"string"==typeof e.OT_STEM_SNAP_V&&_.PrivateDICT.setValueFromKey(3085,[parseFloat(e.OT_STEM_SNAP_V)]),"string"==typeof e.OT_DEFAULT_WIDTH_X&&_.PrivateDICT.setValueFromKey(20,[parseFloat(e.OT_DEFAULT_WIDTH_X)]),"string"==typeof e.OT_NOMINAL_WIDTH_X&&_.PrivateDICT.setValueFromKey(21,[parseFloat(e.OT_NOMINAL_WIDTH_X)]),_.PrivateDICT.setValueFromKey(3086,[0]),_.PrivateDICT.setValueFromKey(3089,[1]),_.PrivateDICT.setValueFromKey(3090,[.06]),_.PrivateDICT.setValueFromKey(3091,[0]),_},me.prototype.factoryCID=function(t,e,n,r){var o=1e4,s=1e4,a=-1e4,i=-1e4,u=1e4,f=1e4,h=1e4,c=1e4,p=0,g=0,d=0,v=0,C=-1e4,y=-1e4,m=-1e4,_=-1e4,D=new me,w=D.NameINDEX,b=D.TopDictINDEX,S=new _e,T=D.StringINDEX,I=new Z.Table.Charsets,R=new Z.Table.CharsetsFormat2,F=new Z.Table.CharStringsINDEX,E=new Z.Table.FDArray,k=new Z.Table.FDSelect,A=new ye("WebFont"),M=new ye("string"==typeof n.CFF_NOTICE?n.CFF_NOTICE:"use dynamic webfont only"),L=new ye("string"==typeof n.CFF_COPYRIGHT?n.CFF_COPYRIGHT:"Copyright (c) 2015 Realtype"),O=new ye("string"==typeof n.CFF_FULL_NAME?n.CFF_FULL_NAME:"WebFont Regular"),x=new ye("string"==typeof n.CFF_FAMILY_NAME?n.CFF_FAMILY_NAME:"WebFont"),N=0,G=-100,P=50;if("string"==typeof n.H_UNDERLINE){var B=n.H_UNDERLINE.split(",");G=parseInt(B[0])/2+parseInt(B[1]),P=parseInt(B[0])}var V=[.001,0,0,.001,0,0];if("string"==typeof n.CFF_FONT_MATRIX){var X=n.CFF_FONT_MATRIX.split(",");V[0]=parseFloat(X[0]),V[1]=parseFloat(X[1]),V[2]=parseFloat(X[2]),V[3]=parseFloat(X[3]),V[4]=parseFloat(X[4]),V[5]=parseFloat(X[5])}var U=Math.floor(1e4*Math.random()),H=[0,0,0,0],$=[Math.floor(10*Math.random()),Math.floor(100*Math.random()),Math.floor(1e3*Math.random()),Math.floor(1e4*Math.random())],j="Adobe",q="Identity",W=0;if("string"==typeof n.CID_ROS){var X=n.CID_ROS.split(" ");j=X[0],q=X[1],W=parseInt(X[2])}j=new ye(j),q=new ye(q);var K="string"==typeof n.CID_FONT_VERSION?parseFloat(n.CID_FONT_VERSION):1,z="string"==typeof n.CID_FONT_REVISION?parseFloat(n.CID_FONT_REVISION):0,Y=parseInt(n.R_NUM_GLYPHS);k.format.set(3);var J={},Q=0;for(var tt in e)J[tt]=Q++;for(var et=new Z.Table.FDSelectFormat3,nt=-1,rt=Y,ot=0;ot=3072?(o.set(12),s.set(n-3072),o.C(e),s.C(e)):(o.set(n),o.C(e))};var De=function(){this.data=null};De.prototype.C=function(t){t.data.set(this.data,t.offset),t.offset+=this.data.length},Z.Table.NameINDEX=function(t){Z.Table.INDEX.call(this,t)},r(Z.Table.NameINDEX,Z.Table.INDEX),Z.Table.NameINDEX.prototype.D=function(t){this.undefined(t);for(var e=0;e0})},Ve.prototype.positioning=function(t){for(var e=[],n=this.SubTable.length,r=0;r0})},Ve.prototype._getLookUpTable=function(t,e){var n=null;if("GSUB"===t)switch(e){case 1:n=Ue;break;case 2:n=je;break;case 3:n=We;break;case 4:n=ze;break;case 5:n=Je;break;case 6:n=an;break;case 7:n=vn;break;case 8:n=Cn}else{if("GPOS"!==t)throw"unknown Table:"+t+":"+e;switch(e){case 1:n=C_GPOSLookUp1;break;case 2:n=C_GPOSLookUp2;break;case 3:n=C_GPOSLookUp3;break;case 4:n=C_GPOSLookUp4;break;case 5:n=C_GPOSLookUp5;break;case 6:n=C_GPOSLookUp6;break;case 7:n=C_GPOSLookUp7;break;case 8:n=C_GPOSLookUp8;break;case 9:n=C_GPOSLookUp9}}return n};var Xe=function(){this.tag="GSUB",this.Version=new yt,this.ScriptList=new gt(Ae,this.tag),this.FeatureList=new gt(Ne,this.tag),this.LookupList=new gt(Be,this.tag)};Xe.prototype.D=function(t){var e=t.offset;this.Version.D(t),this.ScriptList.D(t,e,!0),this.FeatureList.D(t,e,!0),this.LookupList.D(t,e,!0)},Xe.prototype.subGID=function(t,e,n,r,o){var s=this,a=s.ScriptList._ref.ScriptRecord.filter(function(e){return null===t||t.indexOf(e.ScriptTag.get())!==-1}),i=[];a.map(function(t){null!==t.Script._ref.DefaultLangSys._ref&&(i=i.concat(t.Script._ref.DefaultLangSys._ref.FeatureIndex.map(function(t){return t.get()}))),t.Script._ref.LangSysRecord.map(function(t){null!==e&&e.indexOf(t.LangSysTag.get())===-1||(i=i.concat(t.LangSys._ref.FeatureIndex.map(function(t){return t.get()})))})}),i=c(i);var u=[],f={};i.map(function(t){var e=s.FeatureList._ref.FeatureRecord[t],n=e.FeatureTag.get();u.push(n),n in f||(f[n]=[]),Array.prototype.push.apply(f[n],e.Feature._ref.LookupListIndex.map(function(t){return t.get()}))});for(var h in f)f[h]=c(f[h]);var l=[];return c(u).map(function(t){if(null===n||n.indexOf(t)!==-1){var e=[].concat(o),r=[];f[t].map(function(t){s.LookupList._ref.Lookup[t]._ref.substitute(e).map(function(t,n,o){var s=[];t.map(function(t,e,n){s=s.concat(t.sub)}),e=e.concat(s),r=r.concat(s)})}),l=l.concat(r)}}),l};var Ue=function(){this.tag="LookUp1",this.LookupType=1,this.SubstFormat=new ht,this.Subst=null,this.sOffset=null,this.stream=null,this.pack=!0};Ue.prototype.D=function(t){this.sOffset=t.offset,this.stream=t},Ue.prototype.undefined=function(){var t=this.stream.offset;if(this.stream.offset=this.sOffset,this.SubstFormat.D(this.stream),1===this.SubstFormat.get())this.Subst=new He;else{if(2!==this.SubstFormat.get())throw"unknown type";this.Subst=new $e}this.Subst.D(this.stream,this.sOffset,!0),this.pack=!1,this.stream.offset=t},Ue.prototype.substitute=function(t){return this.pack&&this.undefined(),this.Subst.substitute(t)};var He=function(){this.tag="SubstFormat1",this.Coverage=new gt(we,this.tag),this.DeltaGlyphID=new lt};He.prototype.D=function(t,e){this.Coverage.D(t,e,!0),this.DeltaGlyphID.D(t)},He.prototype.substitute=function(t){var e=[],n=this.Coverage._ref.getRanges(),r=a(n).keys.map(function(t){return parseInt(t)});null!==t&&(r=K(t,r));for(var o=r.length,s=0;s0&&(e.CID=c(this.requestCache),this.requestCache=[]),e},wn.prototype.collectCodeAssign=function(e){if("undefined"==typeof e.CID)throw new Error("3-2");for(var n in e.CID)if(!t(e.CID,n))if(null!==e.CID[n]){var r=String.fromCodePoint(this.privateCPCount++);this.CIDs[n]=r;var o=e.CID[n];this.requestGIDCache.push(o),this.cmap[r]=o}else this.CIDs[n]=null;return this.cmap},wn.prototype.collectGlyphMessage=function(t){for(var e=[],n=this.requestGIDCache.length,r=0;r0&&(e.names=c(this.requestCache),this.requestCache=[]),e},bn.prototype.collectCodeAssign=function(e){if("undefined"==typeof e.names)throw new Error("3-2");for(var n in e.names)if(!t(e.names,n))if(null!==e.names[n]){var r=String.fromCodePoint(this.privateCPCount++);this.names[n]=r;var o=e.names[n];this.requestGIDCache.push(o),this.cmap[r]=o}else this.names[n]=null;return this.cmap},bn.prototype.collectGlyphMessage=function(t){for(var e=[],n=this.requestGIDCache.length,r=0;r0&&(e.GID=c(this.requestCache),this.requestCache=[]),e},Sn.prototype.collectCodeAssign=function(e){if("undefined"==typeof e.GID)throw new Error("3-2");for(var n in e.GID)if(!t(e.GID,n))if(null!==e.GID[n]){var r=String.fromCodePoint(this.privateCPCount++);this.GID[n]=r;var o=e.GID[n];this.requestGIDCache.push(o),this.cmap[r]=o}else this.GID[n]=null;return this.cmap},Sn.prototype.collectGlyphMessage=function(t){for(var e=[],n=this.requestGIDCache.length,r=0;r