@pdfme/ui 5.3.11-dev.5 → 5.3.11-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js
CHANGED
@@ -131,11 +131,11 @@ endstream`,s}copyBytesInto(s,c){this.updateDict();const u=c;c+=this.dict.copyByt
|
|
131
131
|
`).replace(/\s+$/,"")}get children(){return this.childNodes.filter(B=>B instanceof v)}toString(){const B=this.tagName;if(B){const R=/^(img|br|hr|area|base|input|doctype|link|meta)$/i.test(B),O=this.rawAttrs?" "+this.rawAttrs:"";return R?`<${B}${O} />`:`<${B}${O}>${this.innerHTML}</${B}>`}else return this.innerHTML}get innerHTML(){return this.childNodes.map(B=>B.toString()).join("")}set innerHTML(B){const R=T(B);this.childNodes.forEach(O=>O.remove()),R.childNodes.forEach(O=>this.appendChild(O))}set_content(B){if(B instanceof c)B=[B];else if(typeof B=="string"){const R=T(B);B=R.childNodes.length?R.childNodes:[new u(B)]}this.childNodes=B}get outerHTML(){return this.toString()}trimRight(B){for(let R=0;R<this.childNodes.length;R++){const O=this.childNodes[R];if(O.nodeType===s.ELEMENT_NODE)O.trimRight(B);else{const M=O.rawText.search(B);M>-1&&(O.value=O.rawText.substr(0,M),this.childNodes.length=R+1)}}return this}get structure(){const B=[];let R=0;function O(_){B.push(" ".repeat(R)+_)}function M(_){const D=_.id?"#"+_.id:"",H=_.classNames.length?"."+_.classNames.join("."):"";O(_.tagName+D+H),R++;for(let U=0;U<_.childNodes.length;U++){const Q=_.childNodes[U];Q.nodeType===s.ELEMENT_NODE?M(Q):Q.nodeType===s.TEXT_NODE&&(Q.isWhitespace||O("#text"))}R--}return M(this),B.join(`
|
132
132
|
`)}removeWhitespace(){let B=0;for(let R=0;R<this.childNodes.length;R++){const O=this.childNodes[R];if(O.nodeType===s.TEXT_NODE){if(O.isWhitespace)continue;O.value=O.rawText.trim()}else O.nodeType===s.ELEMENT_NODE&&O.removeWhitespace();this.childNodes[B++]=O}return this.childNodes.length=B,this}querySelectorAll(B){if(!(B instanceof x))if(B.includes(",")){const _=B.split(","),D=new Set(_.map(H=>this.querySelectorAll(H.trim())).flat());return Array.from(D)}else return this.querySelectorAll(new x(B));const R=B,O=new Set,M=[];for(this.childNodes.forEach(_=>M.push(_));M.length>0;){const _=M.shift();_.nodeType===s.ELEMENT_NODE&&(R.advance(_)&&R.matched&&(O.add(_),R.rewind()),_.childNodes.forEach(D=>{M.push(D)}))}return Array.from(O)}querySelector(B){let R;B instanceof x?(R=B,R.reset()):R=new x(B);const O=[];for(let M=0;M<this.childNodes.length;M++)for(O.push([this.childNodes[M],0,!1]);O.length;){const _=A(O),D=_[0];if(_[1]===0){if(D.nodeType!==s.ELEMENT_NODE){O.pop();continue}if((_[2]=R.advance(D))&&R.matched)return D}_[1]<D.childNodes.length?O.push([D.childNodes[_[1]++],0,!1]):(_[2]&&R.rewind(),O.pop())}return null}appendChild(B){return this.childNodes.push(B),B instanceof v&&(B.parentNode=this),B}prependChild(B){return this.childNodes.unshift(B),B instanceof v&&(B.parentNode=this),B}get firstChild(){return this.childNodes[0]}get lastChild(){return A(this.childNodes)}get attributes(){if(this._attrs)return this._attrs;this._attrs={};const B=this.rawAttributes;for(const R in B)this._attrs[R]=(0,a.decode)(B[R]);return this._attrs}get rawAttributes(){if(this._rawAttrs)return this._rawAttrs;const B={};if(this.rawAttrs){let R;for(;R=m.exec(this.rawAttrs);)B[R[1]]=R[4]||R[5]||R[6]||""}return this._rawAttrs=B,B}setAttribute(B,R){B==="id"?this.id=R:B==="class"&&(this.classNames=R.split(/\s+/));const O=this.attributes;R===void 0?delete O[B]:O[B]=R+"",this._rawAttrs&&(R===void 0?delete this._rawAttrs[B]:this._rawAttrs[B]=(0,a.encode)(R+"")),this.rawAttrs=Object.keys(O).map(M=>M+(O[M]===""?"":'="'+(0,a.encode)(O[M])+'"')).join(" ")}removeAttribute(B){this.setAttribute(B,void 0)}setAttributes(B){B.id?this.id=B.id:B.class&&(this.classNames=B.class.split(/\s+/)),this.attributes&&(Object.keys(this.attributes).forEach(R=>delete this.attributes[R]),Object.keys(B).forEach(R=>this.attributes[R]=B[R]+"")),this.rawAttributes&&(Object.keys(this.rawAttributes).forEach(R=>delete this.rawAttributes[R]),Object.keys(B).forEach(R=>this.rawAttributes[R]=(0,a.encode)(B[R]+""))),this.rawAttrs=Object.keys(B).map(R=>R+(B[R]===""?"":'="'+(0,a.encode)(B[R]+"")+'"')).join(" ")}}src.HTMLElement=v;let b={};const g={f145:function(E,B,R,O,M){if(B=B||"",R=R||[],E.id!=B.substr(1))return!1;for(let _=R,D=0;D<_.length;D++)if(E.classNames.indexOf(_[D])===-1)return!1;return!0},f45:function(E,B,R,O,M){R=R||[];for(let _=R,D=0;D<_.length;D++)if(E.classNames.indexOf(_[D])===-1)return!1;return!0},f15:function(E,B,R,O,M){return B=B||"",E.id==B.substr(1)},f1:function(E,B,R,O,M){if(B=B||"",E.id!=B.substr(1))return!1},f5:function(E,B,R,O,M){return!0},f245:function(E,B,R,O,M){O=O||"",M=M||"";let _=E.attributes;for(let D in _){const H=_[D];if(D==O&&H==M)return!0}return!1},f25:function(E,B,R,O,M){O=O||"",M=M||"";let _=E.attributes;for(let D in _){const H=_[D];if(D==O&&H==M)return!0}return!1},f2:function(E,B,R,O,M){O=O||"",M=M||"";let _=E.attributes;for(let D in _){const H=_[D];if(D==O&&H==M)return!0}return!1},f345:function(E,B,R,O,M){if(B=B||"",R=R||[],E.tagName!=B)return!1;for(let _=R,D=0;D<_.length;D++)if(E.classNames.indexOf(_[D])===-1)return!1;return!0},f35:function(E,B,R,O,M){return B=B||"",E.tagName==B},f3:function(E,B,R,O,M){if(B=B||"",E.tagName!=B)return!1}};class x{constructor(B){this.nextMatch=0,g.f5=g.f5,this.matchers=B.split(" ").map(R=>{if(b[R])return b[R];const O=R.split("."),M=O[0],_=O.slice(1).sort();let D='"use strict";',H="f",U="",Q="";if(M&&M!="*"){let F;if(M[0]=="#")D+="if (el.id != "+JSON.stringify(M.substr(1))+") return false;",H+="1";else if(F=M.match(/^\[\s*(\S+)\s*(=|!=)\s*((((["'])([^\6]*)\6))|(\S*?))\]\s*/)){U=F[1];let j=F[2];if(j!=="="&&j!=="!=")throw new Error("Selector not supported, Expect [key${op}value].op must be =,!=");j==="="&&(j="=="),Q=F[7]||F[8],D+=`let attrs = el.attributes;for (let key in attrs){const val = attrs[key]; if (key == "${U}" && val == "${Q}"){return true;}} return false;`,H+="2"}else D+="if (el.tagName != "+JSON.stringify(M)+") return false;",H+="3"}_.length>0&&(D+="for (let cls = "+JSON.stringify(_)+", i = 0; i < cls.length; i++) if (el.classNames.indexOf(cls[i]) === -1) return false;",H+="4"),D+="return true;",H+="5";let L={func:g[H],tagName:M||"",classes:_||"",attr_key:U||"",value:Q||""};return D=D||"",b[R]=L})}advance(B){return this.nextMatch<this.matchers.length&&this.matchers[this.nextMatch].func(B,this.matchers[this.nextMatch].tagName,this.matchers[this.nextMatch].classes,this.matchers[this.nextMatch].attr_key,this.matchers[this.nextMatch].value)?(this.nextMatch++,!0):!1}rewind(){this.nextMatch--}get matched(){return this.nextMatch==this.matchers.length}reset(){this.nextMatch=0}flushCache(){b={}}}src.Matcher=x;const y=/<!--[^]*?(?=-->)-->|<(\/?)([a-z][-.:0-9_a-z]*)((\s+[a-z][-.:0-9_a-z]*(\s*=\s*("[^"]*"|'([^']*')|([^\s\/>]+)))?)*)\s*(\/?)>/ig,f=/(^|\s)(id|class)\s*=\s*("([^"]+)"|'([^']+)'|(\S+))/ig,m=/([a-z][-.:0-9_a-z]*)(\s*=\s*("([^"]*)"|'([^']*)'|(\S+)))?/ig,C={area:!0,base:!0,br:!0,col:!0,hr:!0,img:!0,input:!0,link:!0,meta:!0,source:!0},S={li:{li:!0},p:{p:!0,div:!0},b:{div:!0},td:{td:!0,th:!0},th:{td:!0,th:!0},h1:{h1:!0},h2:{h2:!0},h3:{h3:!0},h4:{h4:!0},h5:{h5:!0},h6:{h6:!0}},w={li:{ul:!0,ol:!0},a:{div:!0},b:{div:!0},i:{div:!0},p:{div:!0},td:{tr:!0,table:!0},th:{tr:!0,table:!0}},I={script:!0,noscript:!0,style:!0,pre:!0};function T(E,B){const R=new v(null);let O=R;const M=[R];let _=0;B=B||{};let D;for(;D=y.exec(E);){if(_+D[0].length<y.lastIndex){const H=E.substring(_,y.lastIndex-D[0].length);O.appendChild(new u(H))}if(_=y.lastIndex,D[0][1]=="!"){if(B.comment){const H=E.substring(_-3,_-D[0].length+4);O.appendChild(new d(H))}continue}if(B.lowerCaseTagName&&(D[2]=D[2].toLowerCase()),!D[1]&&(!D[9]&&S[O.tagName]&&S[O.tagName][D[2]]&&(M.pop(),O=A(M)),O=O.appendChild(new v(D[2],D[3].trim())),M.push(O),I[D[2]])){let H="</"+D[2]+">",U=E.indexOf(H,y.lastIndex);if(B[D[2]]){let Q;U==-1?Q=E.substr(y.lastIndex):Q=E.substring(y.lastIndex,U),Q.length>0&&O.appendChild(new u(Q))}U==-1?_=y.lastIndex=E.length+1:(_=y.lastIndex=U+H.length,D[1]="true")}if(D[1]||D[9]||C[D[2]])for(;;)if(O.tagName==D[2]){M.pop(),O=A(M);break}else{if(w[O.tagName]&&w[O.tagName][D[2]]){M.pop(),O=A(M);continue}break}}for(_<E.length&&R.appendChild(new u(E.substring(_))),R.valid=M.length===1;M.length>1;){const H=M.pop(),U=A(M);H.parentNode&&H.parentNode instanceof v&&H.parentNode.parentNode&&(H.parentNode===U&&H.tagName===U.tagName?(U.removeChild(H),H.childNodes.forEach(Q=>{U.parentNode.appendChild(Q)}),M.pop()):(U.removeChild(H),H.childNodes.forEach(Q=>{U.appendChild(Q)})))}return R}src.parse=T;const $=["html","body","address","article","aside","blockquote","canvas","dd","div","dl","dt","fieldset","figcaption","figure","footer","form","header","hr","li","main","nav","noscript","ol","p","pre","section","tfoot","table","tbody","ul","video","th","td","tr","h1","h2","h3","h4","h5","h6"];function P(E){return E.nodeType===s.ELEMENT_NODE&&E.tagName&&$.includes(E.tagName.toLowerCase())}return src.isBlock=P,src}requireSrc(),LineCapStyle.Butt,LineCapStyle.Round,LineCapStyle.Projecting,FillRule.EvenOdd,FillRule.NonZero,LineJoinStyle.Bevel,LineJoinStyle.Miter,LineJoinStyle.Round,pdfExports.GlobalWorkerOptions.workerSrc=PDFJSWorker;function dataURLToArrayBuffer(a){const s=a.split(",")[1],c=atob(s),u=new ArrayBuffer(c.length),d=new Uint8Array(u);for(let p=0;p<c.length;p++)d[p]=c.charCodeAt(p);return u}const pdf2img=async(a,s={})=>pdf2img$1(a,s,{getDocument:c=>pdfExports.getDocument(c).promise,createCanvas:(c,u)=>{const d=document.createElement("canvas");return d.width=c,d.height=u,d},canvasToArrayBuffer:(c,u)=>{const d=c.toDataURL(`image/${u}`);return dataURLToArrayBuffer(d)}}),pdf2size=async(a,s={})=>pdf2size$1(a,s,{getDocument:c=>pdfExports.getDocument(c).promise}),dictEn={cancel:"Cancel",close:"Close",clear:"Clear",set:"Set",field:"field",fieldName:"Name",align:"Align",width:"Width",height:"Height",opacity:"Opacity",rotate:"Rotate",required:"Required",editable:"Editable",edit:"Edit",plsInputName:"Please input name",fieldMustUniq:"Name of field is not unique",notUniq:"(Not unique name)",noKeyName:"No name",fieldsList:"Field List",editField:"Edit Field",type:"Type",errorOccurred:"An error occurred",errorBulkUpdateFieldName:"Cannot commit the change because the number of items has been changed.",commitBulkUpdateFieldName:"Commit Changes",bulkUpdateFieldName:"Bulk update field names",addPageAfter:"Add Page After",removePage:"Remove Current Page",removePageConfirm:"Are you sure you want to delete this page? This action cannot be undone.","validation.hexColor":"Please enter a valid hex color code.","validation.uniqueName":"Please enter a unique name.","validation.dateTimeFormat":"Invalid date time format.","schemas.color":"Color","schemas.borderWidth":"Border Width","schemas.borderColor":"Border Color","schemas.backgroundColor":"Background Color","schemas.textColor":"Text Color","schemas.bgColor":"Background Color","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Left","schemas.center":"Center","schemas.right":"Right","schemas.top":"Top","schemas.middle":"Middle","schemas.bottom":"Bottom","schemas.padding":"Padding","schemas.text.fontName":"Font Name","schemas.text.size":"Size","schemas.text.spacing":"Spacing","schemas.text.textAlign":"Text Align","schemas.text.verticalAlign":"Vertical Align","schemas.text.lineHeight":"Line Height","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Fit","schemas.text.dynamicFontSize":"Dynamic Font Size","schemas.text.format":"Format","schemas.mvt.typingInstructions":"Add variables by typing words surrounded by curly brackets, e.g.","schemas.mvt.sampleField":"name","schemas.mvt.variablesSampleData":"Variables Sample Data","schemas.barcodes.barColor":"Bar Color","schemas.barcodes.includetext":"Include Text","schemas.table.alternateBackgroundColor":"Alternate Background Color","schemas.table.tableStyle":"Table Style","schemas.table.showHead":"Show Head","schemas.table.headStyle":"Header Style","schemas.table.bodyStyle":"Body Style","schemas.table.columnStyle":"Column Style","schemas.date.format":"Date Format","schemas.date.locale":"Locale","schemas.select.options":"Options","schemas.select.optionPlaceholder":"Enter an option","schemas.radioGroup.groupName":"Group Name"},dictZh={cancel:"取消",close:"关闭",clear:"清除",set:"设置",field:"字段",fieldName:"名称",align:"对齐",width:"宽度",height:"高度",opacity:"透明度",rotate:"旋转",required:"必需的",editable:"可编辑的",edit:"编辑",plsInputName:"请输入名称",fieldMustUniq:"字段名称必须唯一",notUniq:"(名称不唯一)",noKeyName:"无名称",fieldsList:"字段列表",editField:"编辑字段",type:"类型",errorOccurred:"发生错误",errorBulkUpdateFieldName:"由于项目数量已更改,无法提交更改。",commitBulkUpdateFieldName:"提交更改",bulkUpdateFieldName:"批量更新字段名称",addPageAfter:"在之后添加页面",removePage:"删除当前页面",removePageConfirm:"您确定要删除此页面吗?此操作无法撤销。","validation.hexColor":"请输入有效的十六进制颜色代码。","validation.uniqueName":"请输入一个唯一的名称。","validation.dateTimeFormat":"日期时间格式无效。","schemas.color":"颜色","schemas.borderWidth":"边框宽度","schemas.borderColor":"边框颜色","schemas.backgroundColor":"背景颜色","schemas.textColor":"文字颜色","schemas.bgColor":"背景颜色","schemas.horizontal":"水平","schemas.vertical":"垂直","schemas.left":"左","schemas.center":"中","schemas.right":"右","schemas.top":"顶","schemas.middle":"中间","schemas.bottom":"底","schemas.padding":"填充","schemas.text.fontName":"字体名称","schemas.text.size":"大小","schemas.text.spacing":"间距","schemas.text.textAlign":"文本对齐","schemas.text.verticalAlign":"垂直对齐","schemas.text.lineHeight":"行高","schemas.text.min":"最小","schemas.text.max":"最大","schemas.text.fit":"适应","schemas.text.dynamicFontSize":"动态字体大小","schemas.text.format":"格式","schemas.mvt.typingInstructions":"通过输入用花括号括起来的单词来添加变量,例如","schemas.mvt.sampleField":"姓名","schemas.mvt.variablesSampleData":"变量样本数据","schemas.barcodes.barColor":"条码颜色","schemas.barcodes.includetext":"包括文本","schemas.table.alternateBackgroundColor":"交替背景颜色","schemas.table.tableStyle":"表格样式","schemas.table.showHead":"显示标题","schemas.table.headStyle":"表头样式","schemas.table.bodyStyle":"表体样式","schemas.table.columnStyle":"列样式","schemas.date.format":"日期格式","schemas.date.locale":" 语言环境","schemas.select.options":"选项","schemas.select.optionPlaceholder":"请输入选项","schemas.radioGroup.groupName":"组名"},dictJa={cancel:"キャンセル",close:"閉じる",clear:"クリア",set:"設定",field:"入力項目",fieldName:"項目名",align:"整列",width:"幅",height:"高さ",opacity:"不透明度",rotate:"回転",required:"必須",editable:"編集可能",edit:"編集する",plsInputName:"項目名を入力してください",fieldMustUniq:"他の入力項目名と被っています",notUniq:"(他の項目名と重複しています)",noKeyName:"項目名なし",fieldsList:"入力項目一覧",editField:"入力項目を編集",type:"タイプ",errorOccurred:"エラーが発生しました",errorBulkUpdateFieldName:"項目数が変更されているため変更をコミットできません。",commitBulkUpdateFieldName:"変更を反映",bulkUpdateFieldName:"項目名を一括変更",addPageAfter:"次にページを追加",removePage:"現在のページを削除",removePageConfirm:"ページを削除してもよろしいですか?この操作は元に戻せません。","validation.hexColor":"有効な16進数のカラーコードを入力してください。","validation.uniqueName":"一意の名前を入力してください。","validation.dateTimeFormat":"日付と時刻のフォーマットが無効です。","schemas.color":"色","schemas.borderWidth":"枠線の太さ","schemas.borderColor":"枠線の色","schemas.backgroundColor":"背景色","schemas.textColor":"テキストの色","schemas.bgColor":"背景色","schemas.horizontal":"水平","schemas.vertical":"垂直","schemas.left":"左","schemas.center":"中央","schemas.right":"右","schemas.top":"上","schemas.middle":"中間","schemas.bottom":"下","schemas.padding":"パディング","schemas.text.fontName":"フォント名","schemas.text.size":"サイズ","schemas.text.spacing":"間隔","schemas.text.textAlign":"テキストの揃え","schemas.text.verticalAlign":"垂直方向の揃え","schemas.text.lineHeight":"行の高さ","schemas.text.min":"最小","schemas.text.max":"最大","schemas.text.fit":"フィット","schemas.text.dynamicFontSize":"動的フォントサイズ","schemas.text.format":"書式","schemas.mvt.typingInstructions":"中括弧で囲まれた単語を入力して変数を追加します。例:","schemas.mvt.sampleField":"名前","schemas.mvt.variablesSampleData":"変数サンプルデータ","schemas.barcodes.barColor":"バーの色","schemas.barcodes.includetext":"テキストを含める","schemas.table.alternateBackgroundColor":"交互の背景色","schemas.table.tableStyle":"テーブルスタイル","schemas.table.showHead":"ヘッダーを表示","schemas.table.headStyle":"ヘッダースタイル","schemas.table.bodyStyle":"ボディスタイル","schemas.table.columnStyle":"カラムスタイル","schemas.date.format":"日付形式","schemas.date.locale":"ロケール","schemas.select.options":"オプション","schemas.select.optionPlaceholder":"オプションを入力してください","schemas.radioGroup.groupName":"グループ名"},dictKo={cancel:"취소",close:"닫기",clear:"지우기",set:"설정",field:"필드",fieldName:"이름",align:"정렬",width:"너비",height:"높이",opacity:"투명도",rotate:"회전",required:"필수의",editable:"편집 가능한",edit:"편집",plsInputName:"이름을 입력하세요",fieldMustUniq:"필드 이름은 유일해야 합니다",notUniq:"(유일하지 않은 이름)",noKeyName:"이름 없음",fieldsList:"필드 목록",editField:"필드 편집",type:"유형",errorOccurred:"오류 발생",errorBulkUpdateFieldName:"항목 수가 변경되어 변경을 커밋할 수 없습니다.",commitBulkUpdateFieldName:"변경 사항 커밋",bulkUpdateFieldName:"필드 이름 일괄 업데이트",addPageAfter:"다음에 페이지 추가",removePage:"현재 페이지 제거",removePageConfirm:"이 페이지를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.","validation.hexColor":"유효한 16진수 색상 코드를 입력하세요.","validation.uniqueName":"고유한 이름을 입력하세요.","validation.dateTimeFormat":"날짜/시간 형식이 잘못되었습니다.","schemas.color":"색상","schemas.borderWidth":"테두리 너비","schemas.borderColor":"테두리 색상","schemas.backgroundColor":"배경색","schemas.textColor":"텍스트 색상","schemas.bgColor":"배경색","schemas.horizontal":"수평","schemas.vertical":"수직","schemas.left":"왼쪽","schemas.center":"중앙","schemas.right":"오른쪽","schemas.top":"상단","schemas.middle":"중간","schemas.bottom":"하단","schemas.padding":"패딩","schemas.text.fontName":"글꼴 이름","schemas.text.size":"크기","schemas.text.spacing":"간격","schemas.text.textAlign":"텍스트 정렬","schemas.text.verticalAlign":"수직 정렬","schemas.text.lineHeight":"줄 높이","schemas.text.min":"최소","schemas.text.max":"최대","schemas.text.fit":"맞춤","schemas.text.dynamicFontSize":"동적 폰트 크기","schemas.text.format":"형식","schemas.mvt.typingInstructions":"중괄호로 묶인 단어를 입력하여 변수를 추가하세요.","schemas.mvt.sampleField":"이름","schemas.mvt.variablesSampleData":"변수 샘플 데이터","schemas.barcodes.barColor":"바코드 색상","schemas.barcodes.includetext":"텍스트 포함","schemas.table.alternateBackgroundColor":"대체 배경색","schemas.table.tableStyle":"테이블 스타일","schemas.table.showHead":"헤드 표시","schemas.table.headStyle":"헤더 스타일","schemas.table.bodyStyle":"본문 스타일","schemas.table.columnStyle":"열 스타일","schemas.date.format":"날짜 형식","schemas.date.locale":" 장소","schemas.select.options":"옵션","schemas.select.optionPlaceholder":"옵션을 입력하세요","schemas.radioGroup.groupName":"그룹 이름"},dictAr={cancel:"إلغاء",close:"إغلاق",clear:"مسح",set:"تعيين",field:"الحقل",fieldName:"اسم الحقل",align:"محاذاة",width:"العرض",height:"الارتفاع",opacity:"الشفافية",rotate:"تدوير",required:"مطلوب",editable:"قابل للتحرير",edit:"تعديل",plsInputName:"الرجاء إدخال الاسم",fieldMustUniq:"يجب أن يكون الحقل فريداً",notUniq:"(غير فريد)",noKeyName:"لا يوجد اسم للحقل",fieldsList:"قائمة الحقول",editField:"تعديل الحقل",type:"النوع",errorOccurred:"حدث خطأ",errorBulkUpdateFieldName:"لا يمكن تنفيذ التغيير لأنه تم تغيير عدد العناصر.",commitBulkUpdateFieldName:"تنفيذ التغييرات",bulkUpdateFieldName:"تغيير الأسماء",addPageAfter:"إضافة صفحة بعد",removePage:"احذف الصفحة الحالية",removePageConfirm:"هل أنت متأكد من رغبتك في حذف هذه الصفحة؟ لا يمكن التراجع عن هذا الإجراء.","validation.hexColor":"الرجاء إدخال رمز لون سداسي عشري صالح.","validation.uniqueName":"الرجاء إدخال اسم فريد.","validation.dateTimeFormat":"تنسيق التاريخ والوقت غير صالح.","schemas.color":"اللون","schemas.borderWidth":"عرض الحدود","schemas.borderColor":"لون الحدود","schemas.backgroundColor":"لون الخلفية","schemas.textColor":"لون الخط","schemas.bgColor":"لون الخلفية","schemas.horizontal":"أفقي","schemas.vertical":"عمودي","schemas.left":"يسار","schemas.center":"مركز","schemas.right":"يمين","schemas.top":"أعلى","schemas.middle":"وسط","schemas.bottom":"أسفل","schemas.padding":"التبطين","schemas.text.fontName":"اسم الخط","schemas.text.size":"الحجم","schemas.text.spacing":"التباعد","schemas.text.textAlign":"محاذاة النص","schemas.text.verticalAlign":"محاذاة عمودية","schemas.text.lineHeight":"ارتفاع السطر","schemas.text.min":"الحد الأدنى","schemas.text.max":"الحد الأقصى","schemas.text.fit":"ملاءمة","schemas.text.dynamicFontSize":"حجم الخط الديناميكي","schemas.text.format":"تنسيق","schemas.mvt.typingInstructions":"قم بإضافة المتغيرات عن طريق كتابة الكلمات المحاطة بأقواس متعرجة، على سبيل المثال:","schemas.mvt.sampleField":"اسم","schemas.mvt.variablesSampleData":"بيانات عينة المتغيرات","schemas.barcodes.barColor":"لون الشريط","schemas.barcodes.includetext":"تضمين النص","schemas.table.alternateBackgroundColor":"لون الخلفية البديل","schemas.table.tableStyle":"أسلوب الجدول","schemas.table.showHead":"إظهار الرأس","schemas.table.headStyle":"أسلوب الرأس","schemas.table.bodyStyle":"أسلوب الجسم","schemas.table.columnStyle":"أسلوب العمود","schemas.date.format":"تنسيق التاريخ","schemas.date.locale":"لغة","schemas.select.options":"خيارات","schemas.select.optionPlaceholder":"أدخل خيارًا","schemas.radioGroup.groupName":"اسم المجموعة"},dictTh={cancel:"ยกเลิก",close:"ปิด",clear:"ล้าง",set:"ตั้งค่า",field:"ฟิลด์",fieldName:"ชื่อฟิลด์",align:"จัดเรียง",width:"ความกว้าง",height:"ความสูง",opacity:"ความทึบ",rotate:"หมุน",required:"ที่จำเป็น",editable:"แก้ไขได้",edit:"แก้ไข",plsInputName:"กรุณาใส่ชื่อ",fieldMustUniq:"ชื่อฟิลด์ต้องไม่ซ้ำกัน",notUniq:"(ชื่อฟิลด์ซ้ำกัน)",noKeyName:"ไม่มีชื่อ",fieldsList:"รายการฟิลด์ทั้งหมด",editField:"แก้ไขฟิลด์",type:"ประเภท",errorOccurred:"เกิดข้อผิดพลาด",errorBulkUpdateFieldName:"ไม่สามารถยืนยันการแก้ไขได้เนื่องจากจำนวนรายการมีการเปลี่ยนแปลง",commitBulkUpdateFieldName:"ยืนยันการแก้ไข",bulkUpdateFieldName:"แก้ไขชื่อฟิลด์เป็นชุด",addPageAfter:"เพิ่มหน้าถัดไป",removePage:"ลบหน้าปัจจุบัน",removePageConfirm:"คุณแน่ใจหรือไม่ว่าต้องการลบหน้านี้? การกระทำนี้ไม่สามารถย้อนกลับได้","validation.hexColor":"กรุณาใส่รหัสสีแบบฐานสิบหกที่ถูกต้อง","validation.uniqueName":"กรุณาระบุชื่อที่ไม่ซ้ำ","validation.dateTimeFormat":"รูปแบบวันที่และเวลาไม่ถูกต้อง","schemas.color":"สี","schemas.borderWidth":"ความกว้างของเส้นขอบ","schemas.borderColor":"สีขอบ","schemas.backgroundColor":"สีพื้นหลัง","schemas.textColor":"สีข้อความ","schemas.bgColor":"สีพื้นหลัง","schemas.horizontal":"แนวนอน","schemas.vertical":"แนวตั้ง","schemas.left":"ซ้าย","schemas.center":"ตรงกลาง","schemas.right":"ขวา","schemas.top":"ด้านบน","schemas.middle":"ตรงกลาง","schemas.bottom":"ด้านล่าง","schemas.padding":"การเพิ่มพื้นที่","schemas.text.fontName":"ชื่อแบบอักษร","schemas.text.size":"ขนาด","schemas.text.spacing":"ระยะห่าง","schemas.text.textAlign":"จัดแนวข้อความ","schemas.text.verticalAlign":"จัดแนวแนวตั้ง","schemas.text.lineHeight":"ความสูงของบรรทัด","schemas.text.min":"ต่ำสุด","schemas.text.max":"สูงสุด","schemas.text.fit":"พอดี","schemas.text.dynamicFontSize":"ขนาดตัวอักษรแบบไดนามิก","schemas.text.format":"รูปแบบ","schemas.mvt.typingInstructions":"เพิ่มตัวแปรโดยพิมพ์คำที่ล้อมรอบด้วยวงเล็บปีกกา เช่น","schemas.mvt.sampleField":"ชื่อ","schemas.mvt.variablesSampleData":"ข้อมูลตัวอย่างตัวแปร","schemas.barcodes.barColor":"สีบาร์","schemas.barcodes.includetext":"รวมข้อความ","schemas.table.alternateBackgroundColor":"สีพื้นหลังสลับกัน","schemas.table.tableStyle":"สไตล์ตาราง","schemas.table.headStyle":"สไตล์หัวข้อ","schemas.table.showHead":"แสดงหัวข้อ","schemas.table.bodyStyle":"สไตล์เนื้อหา","schemas.table.columnStyle":"สไตล์คอลัมน์","schemas.date.format":"รูปแบบวันที่","schemas.date.locale":"สถาน","schemas.select.options":"ตัวเลือก","schemas.select.optionPlaceholder":"กรอกตัวเลือก","schemas.radioGroup.groupName":"ชื่อกลุ่ม"},dictIt={cancel:"Annulla",close:"Chiudi",clear:"Wyczyść",set:"Ustaw",field:"Campo",fieldName:"Nome",align:"Allinea",width:"Larghezza",height:"Altezza",opacity:"Opacità",rotate:"Ruota",required:"Necessaria",editable:"Modificabile",edit:"Modifica",plsInputName:"Inserisci il nome per favore",fieldMustUniq:"Il nome del campo non è univoco",notUniq:"(Nome non univoco)",noKeyName:"Nessun nome",fieldsList:"Lista campi",editField:"Modifica campo",type:"Tipo",errorOccurred:"Riscontrato errore",errorBulkUpdateFieldName:"Non è possibile salvare le modifiche perché il numero di elementi è cambiato.",commitBulkUpdateFieldName:"Salva cambiamenti",bulkUpdateFieldName:"Modifica nomi campi in blocco",addPageAfter:"Aggiungi pagina dopo",removePage:"Rimuovi la Pagina Corrente",removePageConfirm:"Sei sicuro di voler eliminare questa pagina? Questa azione non può essere annullata.","validation.hexColor":"Inserisci un codice colore esadecimale valido.","validation.uniqueName":"Inserisci un nome univoco.","validation.dateTimeFormat":"Formato data-ora non valido.","schemas.color":"Colore","schemas.borderWidth":"Spessore bordo","schemas.borderColor":"Colore bordo","schemas.backgroundColor":"Colore di Sfondo","schemas.textColor":"Colore testo","schemas.bgColor":"Colore sfondo","schemas.horizontal":"Orizzontale","schemas.vertical":"Verticale","schemas.left":"Sinistra","schemas.center":"Centro","schemas.right":"Destra","schemas.top":"Sopra","schemas.middle":"Medio","schemas.bottom":"Sotto","schemas.padding":"Padding","schemas.text.fontName":"Nome del font","schemas.text.size":"Dimensione","schemas.text.spacing":"Spaziatura","schemas.text.textAlign":"Allineamento testo","schemas.text.verticalAlign":"Allineamento verticale","schemas.text.lineHeight":"Altezza della linea","schemas.text.min":"Minimo","schemas.text.max":"Massimo","schemas.text.fit":"Adatta","schemas.text.dynamicFontSize":"Dimensione font dinamica","schemas.text.format":"Formato","schemas.mvt.typingInstructions":"Aggiungi variabili digitando parole circondate da parentesi graffe, ad es.","schemas.mvt.sampleField":"nome","schemas.mvt.variablesSampleData":"Dati di esempio variabili","schemas.barcodes.barColor":"Colore barra","schemas.barcodes.includetext":"Includi testo","schemas.table.alternateBackgroundColor":"Colore di Sfondo Alternato","schemas.table.tableStyle":"Stile della Tabella","schemas.table.showHead":"Mostra Intestazione","schemas.table.headStyle":"Stile dell'Intestazione","schemas.table.bodyStyle":"Stile del Corpo","schemas.table.columnStyle":"Stile della Colonna","schemas.date.format":"Formato data","schemas.date.locale":"Locale","schemas.select.options":"Opzioni","schemas.select.optionPlaceholder":"Inserisci un'opzione","schemas.radioGroup.groupName":"Nome del Gruppo"},dictPl={cancel:"Anuluj",close:"Zamknij",clear:"Cancella",set:"Imposta",field:"pole",fieldName:"Klucz pola",align:"Wyrównanie",width:"Szerokość",height:"Wysokość",opacity:"przezroczystość",rotate:"Obrót",required:"Wymagany",editable:"Edytowalny",edit:"Edytuj",plsInputName:"Wymagane wprowadzenie klucza pola",fieldMustUniq:"Klucz pola nie jest unikalny",notUniq:"(Klucz pola nie jest unikalny)",noKeyName:"Brak nazwy klucza pola",fieldsList:"Lista pól",editField:"Edytuj pole",type:"Typ pola",errorOccurred:"Wystąpił błąd",errorBulkUpdateFieldName:"Nie można wprowadzić zmian ponieważ liczba elementów uległa zmianie.",commitBulkUpdateFieldName:"Zaakceptuj zmiany",bulkUpdateFieldName:"Masowo aktualizuj klucze pól",addPageAfter:"Dodaj stronę po",removePage:"Usuń Bieżącą Stronę",removePageConfirm:"Czy na pewno chcesz usunąć tę stronę? Tej operacji nie można cofnąć.","validation.hexColor":"Wprowadź poprawny kod koloru szesnastkowego.","validation.uniqueName":"Proszę wpisać unikalną nazwę.","validation.dateTimeFormat":"Nieprawidłowy format daty i godziny.","schemas.color":"Kolor","schemas.borderWidth":"Szerokość obramowania","schemas.borderColor":"Kolor obramowania","schemas.backgroundColor":"Kolor tła","schemas.textColor":"Kolor tekstu","schemas.bgColor":"Kolor tła","schemas.horizontal":"Poziomo","schemas.vertical":"Pionowo","schemas.left":"Lewo","schemas.center":"Centrum","schemas.right":"Prawo","schemas.top":"Góra","schemas.middle":"Środek","schemas.bottom":"Dół","schemas.padding":"Odsadzenie","schemas.text.fontName":"Nazwa czcionki","schemas.text.size":"Rozmiar","schemas.text.spacing":"Odstępy","schemas.text.textAlign":"Wyrównanie tekstu","schemas.text.verticalAlign":"Wyrównanie pionowe","schemas.text.lineHeight":"Wysokość linii","schemas.text.min":"Minimum","schemas.text.max":"Maksimum","schemas.text.fit":"Dopasowanie","schemas.text.dynamicFontSize":"Dynamiczny rozmiar czcionki","schemas.text.format":"Format","schemas.mvt.typingInstructions":"Dodaj zmienne, wpisując słowa ujęte w nawiasy klamrowe, np.","schemas.mvt.sampleField":"nazwa","schemas.mvt.variablesSampleData":"Zmienne Przykładowe dane","schemas.barcodes.barColor":"Kolor paska","schemas.barcodes.includetext":"Dołącz tekst","schemas.table.alternateBackgroundColor":"Alternatywny kolor tła","schemas.table.tableStyle":"Styl tabeli","schemas.table.showHead":"Pokaż nagłówek","schemas.table.headStyle":"Styl nagłówka","schemas.table.bodyStyle":"Styl ciała","schemas.table.columnStyle":"Styl kolumny","schemas.date.format":"Format daty","schemas.date.locale":"Widownia","schemas.select.options":"Opcje","schemas.select.optionPlaceholder":"Wpisz opcję","schemas.radioGroup.groupName":"Nazwa grupy"},dictDe={cancel:"Abbrechen",close:"Schließen",clear:"Löschen",set:"Festlegen",field:"Feld",fieldName:"Name",align:"Ausrichten",width:"Breite",height:"Höhe",opacity:"Opazität",rotate:"Drehen",required:"Erforderlich",editable:"Bearbeitbar",edit:"Bearbeiten",plsInputName:"Bitte geben Sie einen Namen ein",fieldMustUniq:"Feldname ist nicht eindeutig",notUniq:"(Nicht eindeutiger Name)",noKeyName:"Kein Name",fieldsList:"Feldliste",editField:"Feld bearbeiten",type:"Typ",errorOccurred:"Ein Fehler ist aufgetreten",errorBulkUpdateFieldName:"Die Änderung kann nicht übernommen werden, weil die Anzahl der Elemente geändert wurde.",commitBulkUpdateFieldName:"Änderungen übernehmen",bulkUpdateFieldName:"Mehrfachaktualisierung der Feldnamen",addPageAfter:"Seite danach hinzufügen",removePage:"Aktuelle Seite entfernen",removePageConfirm:"Sind Sie sicher, dass Sie diese Seite löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.","validation.hexColor":"Bitte geben Sie einen gültigen Hex-Farbcode ein.","validation.uniqueName":"Bitte geben Sie einen eindeutigen Namen ein.","validation.dateTimeFormat":"Ungültiges Datums- und Zeitformat.","schemas.color":"Farbe","schemas.borderWidth":"Rahmenbreite","schemas.borderColor":"Rahmenfarbe","schemas.backgroundColor":"Hintergrundfarbe","schemas.textColor":"Textfarbe","schemas.bgColor":"Hintergrundfarbe","schemas.horizontal":"Horizontal","schemas.vertical":"Vertikal","schemas.left":"Links","schemas.center":"Zentriert","schemas.right":"Rechts","schemas.top":"Oben","schemas.middle":"Mitte","schemas.bottom":"Unten","schemas.padding":"Polsterung","schemas.text.fontName":"Schriftart","schemas.text.size":"Größe","schemas.text.spacing":"Abstand","schemas.text.textAlign":"Ausrichtung","schemas.text.verticalAlign":"vert. Ausr.","schemas.text.lineHeight":"Zeilenhöhe","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Anpassen","schemas.text.dynamicFontSize":"Dynamische Schriftgröße","schemas.text.format":"Format","schemas.mvt.typingInstructions":"Fügen Sie Variablen hinzu, indem Sie Wörter in geschweiften Klammern eingeben, z. B.","schemas.mvt.sampleField":"Name","schemas.mvt.variablesSampleData":"Variablen Beispieldaten","schemas.barcodes.barColor":"Strichcodefarbe","schemas.barcodes.includetext":"Text anzeigen","schemas.table.alternateBackgroundColor":"Wechselnde Hintergrundfarbe","schemas.table.tableStyle":"Tabellenstil","schemas.table.headStyle":"Kopfzeilenstil","schemas.table.showHead":"Kopfzeile anzeigen","schemas.table.bodyStyle":"Körperstil","schemas.table.columnStyle":"Spaltenstil","schemas.date.format":"Datumsformat","schemas.date.locale":"Gebietsschema","schemas.select.options":"Optionen","schemas.select.optionPlaceholder":"Geben Sie eine Option ein","schemas.radioGroup.groupName":"Gruppenname"},dictEs={cancel:"Cancelar",close:"Cerrar",clear:"Limpiar",set:"Establecer",field:"campo",fieldName:"Nombre",align:"Alinear",width:"Anchura",height:"Altura",opacity:"Opacidad",rotate:"Rotar",required:"Requerido",editable:"Editable",edit:"Editar",plsInputName:"Introduce el nombre",fieldMustUniq:"El nombre del campo no es único",notUniq:"(Nombre no único)",noKeyName:"Sin nombre",fieldsList:"Lista de campos",editField:"Editar campo",type:"Tipo",errorOccurred:"Ocurrió un error",errorBulkUpdateFieldName:"No se puede confirmar el cambio porque el número de elementos ha cambiado.",commitBulkUpdateFieldName:"Confirmar cambios",bulkUpdateFieldName:"Actualizar en bloque el nombre de los campos",addPageAfter:"Insertar página",removePage:"Eliminar página actual",removePageConfirm:"¿Estás seguro de que quieres eliminar esta página? Esta acción no se puede deshacer.","validation.hexColor":"Introduce un código de color hexadecimal válido.","validation.uniqueName":"Por favor, introduzca un nombre único.","validation.dateTimeFormat":"Formato de fecha y hora no válido.","schemas.color":"Color","schemas.borderWidth":"Ancho del borde","schemas.borderColor":"Color del borde","schemas.backgroundColor":"Color de fondo","schemas.textColor":"Color del texto","schemas.bgColor":"Color del fondo","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Izquierda","schemas.center":"Centro","schemas.right":"Derecha","schemas.top":"Arriba","schemas.middle":"Medio","schemas.bottom":"Abajo","schemas.padding":"Relleno","schemas.text.fontName":"Nombre de la fuente","schemas.text.size":"Tamaño","schemas.text.spacing":"Espaciado","schemas.text.textAlign":"Alineación del texto","schemas.text.verticalAlign":"Alineación vertical","schemas.text.lineHeight":"Altura de línea","schemas.text.min":"Mín","schemas.text.max":"Máx","schemas.text.fit":"Ajustar","schemas.text.dynamicFontSize":"Tamaño de fuente dinámico","schemas.text.format":"Formato","schemas.mvt.typingInstructions":"Agregue variables escribiendo palabras entre llaves, p.","schemas.mvt.sampleField":"nombre","schemas.mvt.variablesSampleData":"Variables Datos de muestra","schemas.barcodes.barColor":"Color de la barra","schemas.barcodes.includetext":"Incluir texto","schemas.table.alternateBackgroundColor":"Color de fondo alternativo","schemas.table.tableStyle":"Estilo de tabla","schemas.table.showHead":"Mostrar encabezado","schemas.table.headStyle":"Estilo de cabecera","schemas.table.bodyStyle":"Estilo de cuerpo","schemas.table.columnStyle":"Estilo de columna","schemas.date.format":"Formato de fecha","schemas.date.locale":"Lugar","schemas.select.options":"Opciones","schemas.select.optionPlaceholder":"Ingrese una opción","schemas.radioGroup.groupName":"Nombre del grupo"},dictFr={cancel:"Annuler",close:"Fermer",clear:"Effacer",set:"Définir",field:"Champ",fieldName:"Nom",align:"Aligner",width:"Largeur",height:"Hauteur",opacity:"Opacité",rotate:"Rotation",required:"Requis",editable:"Modifiable",edit:"Éditer",plsInputName:"Veuillez saisir le nom",fieldMustUniq:"Le nom du champ n'est pas unique",notUniq:"(Nombre non unique)",noKeyName:"Pas de nom",fieldsList:"Liste des champs",editField:"Éditer le champ",type:"Type",errorOccurred:"Une erreur est survenue",errorBulkUpdateFieldName:"Impossible de confirmer le changement car le nombre d'éléments a changé.",commitBulkUpdateFieldName:"Confirmer les changements",bulkUpdateFieldName:"Modifier les noms de champs en masse",addPageAfter:"Ajouter une page après",removePage:"Supprimer la page actuelle",removePageConfirm:"Êtes-vous sûr de vouloir supprimer cette page ? Cette action est irréversible.","validation.hexColor":"Veuillez entrer un code couleur hexadécimal valide.","validation.uniqueName":"Veuillez saisir un nom unique.","validation.dateTimeFormat":"Format de date et d'heure non valide.","schemas.color":"Couleur","schemas.borderWidth":"Largeur de la bordure","schemas.borderColor":"Couleur de la bordure","schemas.backgroundColor":"Couleur de fond","schemas.textColor":"Couleur du texte","schemas.bgColor":"Couleur de fond","schemas.horizontal":"Horizontal","schemas.vertical":"Vertical","schemas.left":"Gauche","schemas.center":"Centre","schemas.right":"Droite","schemas.top":"Haut","schemas.middle":"Milieu","schemas.bottom":"Bas","schemas.padding":"Zone de remplissage","schemas.text.fontName":"Nom de la police","schemas.text.size":"Taille","schemas.text.spacing":"Espacement","schemas.text.textAlign":"Alignement du texte","schemas.text.verticalAlign":"Alignement vertical","schemas.text.lineHeight":"Hauteur de ligne","schemas.text.min":"Min","schemas.text.max":"Max","schemas.text.fit":"Ajustement","schemas.text.dynamicFontSize":"Taille de police dynamique","schemas.text.format":"Format","schemas.mvt.typingInstructions":"Ajoutez des variables en tapant des mots entourés d'accolades, par ex.","schemas.mvt.sampleField":"nom","schemas.mvt.variablesSampleData":"Variables Exemples de données","schemas.barcodes.barColor":"Couleur de la barre","schemas.barcodes.includetext":"Inclure le texte","schemas.table.alternateBackgroundColor":"Couleur de fond alternative","schemas.table.tableStyle":"Style de tableau","schemas.table.showHead":"Afficher l’en-tête","schemas.table.headStyle":"Style d'en-tête","schemas.table.bodyStyle":"Style de corps","schemas.table.columnStyle":"Style de colonne","schemas.date.format":"Format de date","schemas.date.locale":"Lieu","schemas.select.options":"Options","schemas.select.optionPlaceholder":"Entrez une option","schemas.radioGroup.groupName":"Nom du groupe"},dictionaries={en:dictEn,zh:dictZh,ja:dictJa,ko:dictKo,ar:dictAr,th:dictTh,it:dictIt,pl:dictPl,de:dictDe,es:dictEs,fr:dictFr},getDict=a=>dictionaries[a]||dictionaries[DEFAULT_LANG],i18n=(a,s)=>(s||getDict(DEFAULT_LANG))[a],DEFAULT_FONT_SIZE=13,ALIGN_LEFT="left",ALIGN_CENTER="center",ALIGN_RIGHT="right",ALIGN_JUSTIFY="justify",DEFAULT_ALIGNMENT=ALIGN_LEFT,VERTICAL_ALIGN_TOP="top",VERTICAL_ALIGN_MIDDLE="middle",VERTICAL_ALIGN_BOTTOM="bottom",DEFAULT_VERTICAL_ALIGNMENT=VERTICAL_ALIGN_TOP,DEFAULT_LINE_HEIGHT=1,DEFAULT_CHARACTER_SPACING=0,DEFAULT_FONT_COLOR="#000000",PLACEHOLDER_FONT_COLOR="#A0A0A0",DYNAMIC_FIT_VERTICAL="vertical",DYNAMIC_FIT_HORIZONTAL="horizontal",DEFAULT_DYNAMIC_FIT=DYNAMIC_FIT_VERTICAL,DEFAULT_DYNAMIC_MIN_FONT_SIZE=4,DEFAULT_DYNAMIC_MAX_FONT_SIZE=72,FONT_SIZE_ADJUSTMENT=.25,LINE_START_FORBIDDEN_CHARS=["、","。",",",".","」","』",")","}","】",">","≫","]","・","ー","―","-","!","!","?","?",":",":",";",";","/","/","ゝ","々","〃","ぁ","ぃ","ぅ","ぇ","ぉ","っ","ゃ","ゅ","ょ","ァ","ィ","ゥ","ェ","ォ","ッ","ャ","ュ","ョ"],LINE_END_FORBIDDEN_CHARS=["「","『","(","{","【","<","≪","[","〘","〖","〝","‘","“","⦅","«"],ENCODING_MAPPING={utf16le:"utf-16le",ucs2:"utf-16le",utf16be:"utf-16be"};class DecodeStream{constructor(s){this.buffer=s,this.view=new DataView(s.buffer,s.byteOffset,s.byteLength),this.pos=0,this.length=this.buffer.length}readString(s,c="ascii"){c=ENCODING_MAPPING[c]||c;let u=this.readBuffer(s);try{return new TextDecoder(c).decode(u)}catch{return u}}readBuffer(s){return this.buffer.slice(this.pos,this.pos+=s)}readUInt24BE(){return(this.readUInt16BE()<<8)+this.readUInt8()}readUInt24LE(){return this.readUInt16LE()+(this.readUInt8()<<16)}readInt24BE(){return(this.readInt16BE()<<8)+this.readUInt8()}readInt24LE(){return this.readUInt16LE()+(this.readInt8()<<16)}}DecodeStream.TYPES={UInt8:1,UInt16:2,UInt24:3,UInt32:4,Int8:1,Int16:2,Int24:3,Int32:4,Float:4,Double:8};for(let a of Object.getOwnPropertyNames(DataView.prototype))if(a.slice(0,3)==="get"){let s=a.slice(3).replace("Ui","UI");s==="Float32"?s="Float":s==="Float64"&&(s="Double");let c=DecodeStream.TYPES[s];DecodeStream.prototype["read"+s+(c===1?"":"BE")]=function(){const u=this.view[a](this.pos,!1);return this.pos+=c,u},c!==1&&(DecodeStream.prototype["read"+s+"LE"]=function(){const u=this.view[a](this.pos,!0);return this.pos+=c,u})}const textEncoder=new TextEncoder,isBigEndian=new Uint8Array(new Uint16Array([4660]).buffer)[0]==18;class EncodeStream{constructor(s){this.buffer=s,this.view=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),this.pos=0}writeBuffer(s){this.buffer.set(s,this.pos),this.pos+=s.length}writeString(s,c="ascii"){let u;switch(c){case"utf16le":case"utf16-le":case"ucs2":u=stringToUtf16(s,isBigEndian);break;case"utf16be":case"utf16-be":u=stringToUtf16(s,!isBigEndian);break;case"utf8":u=textEncoder.encode(s);break;case"ascii":u=stringToAscii(s);break;default:throw new Error(`Unsupported encoding: ${c}`)}this.writeBuffer(u)}writeUInt24BE(s){this.buffer[this.pos++]=s>>>16&255,this.buffer[this.pos++]=s>>>8&255,this.buffer[this.pos++]=s&255}writeUInt24LE(s){this.buffer[this.pos++]=s&255,this.buffer[this.pos++]=s>>>8&255,this.buffer[this.pos++]=s>>>16&255}writeInt24BE(s){s>=0?this.writeUInt24BE(s):this.writeUInt24BE(s+16777215+1)}writeInt24LE(s){s>=0?this.writeUInt24LE(s):this.writeUInt24LE(s+16777215+1)}fill(s,c){if(c<this.buffer.length)this.buffer.fill(s,this.pos,this.pos+c),this.pos+=c;else{const u=new Uint8Array(c);u.fill(s),this.writeBuffer(u)}}}function stringToUtf16(a,s){let c=new Uint16Array(a.length);for(let u=0;u<a.length;u++){let d=a.charCodeAt(u);s&&(d=d>>8|(d&255)<<8),c[u]=d}return new Uint8Array(c.buffer)}function stringToAscii(a){let s=new Uint8Array(a.length);for(let c=0;c<a.length;c++)s[c]=a.charCodeAt(c);return s}for(let a of Object.getOwnPropertyNames(DataView.prototype))if(a.slice(0,3)==="set"){let s=a.slice(3).replace("Ui","UI");s==="Float32"?s="Float":s==="Float64"&&(s="Double");let c=DecodeStream.TYPES[s];EncodeStream.prototype["write"+s+(c===1?"":"BE")]=function(u){this.view[a](this.pos,u,!1),this.pos+=c},c!==1&&(EncodeStream.prototype["write"+s+"LE"]=function(u){this.view[a](this.pos,u,!0),this.pos+=c})}let Base$1=class{fromBuffer(s){let c=new DecodeStream(s);return this.decode(c)}toBuffer(s){let c=this.size(s),u=new Uint8Array(c),d=new EncodeStream(u);return this.encode(d,s),u}};class NumberT extends Base$1{constructor(s,c="BE"){super(),this.type=s,this.endian=c,this.fn=this.type,this.type[this.type.length-1]!=="8"&&(this.fn+=this.endian)}size(){return DecodeStream.TYPES[this.type]}decode(s){return s[`read${this.fn}`]()}encode(s,c){return s[`write${this.fn}`](c)}}const uint8=new NumberT("UInt8"),uint16be=new NumberT("UInt16","BE"),uint16=uint16be;new NumberT("UInt16","LE");const uint24be=new NumberT("UInt24","BE"),uint24=uint24be;new NumberT("UInt24","LE");const uint32be=new NumberT("UInt32","BE"),uint32=uint32be;new NumberT("UInt32","LE");const int8=new NumberT("Int8"),int16be=new NumberT("Int16","BE"),int16=int16be;new NumberT("Int16","LE"),new NumberT("Int24","BE"),new NumberT("Int24","LE");const int32be=new NumberT("Int32","BE"),int32=int32be;new NumberT("Int32","LE"),new NumberT("Float","BE"),new NumberT("Float","LE"),new NumberT("Double","BE"),new NumberT("Double","LE");class Fixed extends NumberT{constructor(s,c,u=s>>1){super(`Int${s}`,c),this._point=1<<u}decode(s){return super.decode(s)/this._point}encode(s,c){return super.encode(s,c*this._point|0)}}const fixed16be=new Fixed(16,"BE"),fixed16=fixed16be;new Fixed(16,"LE");const fixed32be=new Fixed(32,"BE"),fixed32=fixed32be;new Fixed(32,"LE");function resolveLength(a,s,c){let u;if(typeof a=="number"?u=a:typeof a=="function"?u=a.call(c,c):c&&typeof a=="string"?u=c[a]:s&&a instanceof NumberT&&(u=a.decode(s)),isNaN(u))throw new Error("Not a fixed size");return u}class PropertyDescriptor{constructor(s={}){this.enumerable=!0,this.configurable=!0;for(let c in s){const u=s[c];this[c]=u}}}class ArrayT extends Base$1{constructor(s,c,u="count"){super(),this.type=s,this.length=c,this.lengthType=u}decode(s,c){let u;const{pos:d}=s,p=[];let A=c;if(this.length!=null&&(u=resolveLength(this.length,s,c)),this.length instanceof NumberT&&(Object.defineProperties(p,{parent:{value:c},_startOffset:{value:d},_currentOffset:{value:0,writable:!0},_length:{value:u}}),A=p),u==null||this.lengthType==="bytes"){const v=u!=null?s.pos+u:c!=null&&c._length?c._startOffset+c._length:s.length;for(;s.pos<v;)p.push(this.type.decode(s,A))}else for(let v=0,b=u;v<b;v++)p.push(this.type.decode(s,A));return p}size(s,c,u=!0){if(!s)return this.type.size(null,c)*resolveLength(this.length,null,c);let d=0;this.length instanceof NumberT&&(d+=this.length.size(),c={parent:c,pointerSize:0});for(let p of s)d+=this.type.size(p,c);return c&&u&&this.length instanceof NumberT&&(d+=c.pointerSize),d}encode(s,c,u){let d=u;this.length instanceof NumberT&&(d={pointers:[],startOffset:s.pos,parent:u},d.pointerOffset=s.pos+this.size(c,d,!1),this.length.encode(s,c.length));for(let p of c)this.type.encode(s,p,d);if(this.length instanceof NumberT){let p=0;for(;p<d.pointers.length;){const A=d.pointers[p++];A.type.encode(s,A.val,A.parent)}}}}class LazyArray extends ArrayT{decode(s,c){const{pos:u}=s,d=resolveLength(this.length,s,c);this.length instanceof NumberT&&(c={parent:c,_startOffset:u,_currentOffset:0,_length:d});const p=new LazyArrayValue(this.type,d,s,c);return s.pos+=d*this.type.size(null,c),p}size(s,c){return s instanceof LazyArrayValue&&(s=s.toArray()),super.size(s,c)}encode(s,c,u){return c instanceof LazyArrayValue&&(c=c.toArray()),super.encode(s,c,u)}}class LazyArrayValue{constructor(s,c,u,d){this.type=s,this.length=c,this.stream=u,this.ctx=d,this.base=this.stream.pos,this.items=[]}get(s){if(!(s<0||s>=this.length)){if(this.items[s]==null){const{pos:c}=this.stream;this.stream.pos=this.base+this.type.size(null,this.ctx)*s,this.items[s]=this.type.decode(this.stream,this.ctx),this.stream.pos=c}return this.items[s]}}toArray(){const s=[];for(let c=0,u=this.length;c<u;c++)s.push(this.get(c));return s}}class Bitfield extends Base$1{constructor(s,c=[]){super(),this.type=s,this.flags=c}decode(s){const c=this.type.decode(s),u={};for(let d=0;d<this.flags.length;d++){const p=this.flags[d];p!=null&&(u[p]=!!(c&1<<d))}return u}size(){return this.type.size()}encode(s,c){let u=0;for(let d=0;d<this.flags.length;d++){const p=this.flags[d];p!=null&&c[p]&&(u|=1<<d)}return this.type.encode(s,u)}}class BufferT extends Base$1{constructor(s){super(),this.length=s}decode(s,c){const u=resolveLength(this.length,s,c);return s.readBuffer(u)}size(s,c){if(!s)return resolveLength(this.length,null,c);let u=s.length;return this.length instanceof NumberT&&(u+=this.length.size()),u}encode(s,c,u){return this.length instanceof NumberT&&this.length.encode(s,c.length),s.writeBuffer(c)}}class Optional extends Base$1{constructor(s,c=!0){super(),this.type=s,this.condition=c}decode(s,c){let{condition:u}=this;if(typeof u=="function"&&(u=u.call(c,c)),u)return this.type.decode(s,c)}size(s,c){let{condition:u}=this;return typeof u=="function"&&(u=u.call(c,c)),u?this.type.size(s,c):0}encode(s,c,u){let{condition:d}=this;if(typeof d=="function"&&(d=d.call(u,u)),d)return this.type.encode(s,c,u)}}class Reserved extends Base$1{constructor(s,c=1){super(),this.type=s,this.count=c}decode(s,c){s.pos+=this.size(null,c)}size(s,c){const u=resolveLength(this.count,null,c);return this.type.size()*u}encode(s,c,u){return s.fill(0,this.size(c,u))}}class StringT extends Base$1{constructor(s,c="ascii"){super(),this.length=s,this.encoding=c}decode(s,c){let u,d,{encoding:p}=this;typeof p=="function"&&(p=p.call(c,c)||"ascii");let A=encodingWidth(p);if(this.length!=null)u=resolveLength(this.length,s,c);else{let b;for({buffer:b,length:u,pos:d}=s;d<u-A+1&&(b[d]!==0||A===2&&b[d+1]!==0);)d+=A;u=d-s.pos}const v=s.readString(u,p);return this.length==null&&s.pos<s.length&&(s.pos+=A),v}size(s,c){if(s==null)return resolveLength(this.length,null,c);let{encoding:u}=this;typeof u=="function"&&(u=u.call(c!=null?c.val:void 0,c!=null?c.val:void 0)||"ascii"),u==="utf16be"&&(u="utf16le");let d=byteLength(s,u);return this.length instanceof NumberT&&(d+=this.length.size()),this.length==null&&(d+=encodingWidth(u)),d}encode(s,c,u){let{encoding:d}=this;if(typeof d=="function"&&(d=d.call(u!=null?u.val:void 0,u!=null?u.val:void 0)||"ascii"),this.length instanceof NumberT&&this.length.encode(s,byteLength(c,d)),s.writeString(c,d),this.length==null)return encodingWidth(d)==2?s.writeUInt16LE(0):s.writeUInt8(0)}}function encodingWidth(a){switch(a){case"ascii":case"utf8":return 1;case"utf16le":case"utf16-le":case"utf-16be":case"utf-16le":case"utf16be":case"utf16-be":case"ucs2":return 2;default:return 1}}function byteLength(a,s){switch(s){case"ascii":return a.length;case"utf8":let c=0;for(let u=0;u<a.length;u++){let d=a.charCodeAt(u);if(d>=55296&&d<=56319&&u<a.length-1){let p=a.charCodeAt(++u);(p&64512)===56320?d=((d&1023)<<10)+(p&1023)+65536:u--}(d&4294967168)===0?c++:(d&4294965248)===0?c+=2:(d&4294901760)===0?c+=3:(d&4292870144)===0&&(c+=4)}return c;case"utf16le":case"utf16-le":case"utf16be":case"utf16-be":case"ucs2":return a.length*2;default:throw new Error("Unknown encoding "+s)}}class Struct extends Base$1{constructor(s={}){super(),this.fields=s}decode(s,c,u=0){const d=this._setup(s,c,u);return this._parseFields(s,d,this.fields),this.process!=null&&this.process.call(d,s),d}_setup(s,c,u){const d={};return Object.defineProperties(d,{parent:{value:c},_startOffset:{value:s.pos},_currentOffset:{value:0,writable:!0},_length:{value:u}}),d}_parseFields(s,c,u){for(let p in u){var d;const A=u[p];typeof A=="function"?d=A.call(c,c):d=A.decode(s,c),d!==void 0&&(d instanceof PropertyDescriptor?Object.defineProperty(c,p,d):c[p]=d),c._currentOffset=s.pos-c._startOffset}}size(s,c,u=!0){s==null&&(s={});const d={parent:c,val:s,pointerSize:0};this.preEncode!=null&&this.preEncode.call(s);let p=0;for(let A in this.fields){const v=this.fields[A];v.size!=null&&(p+=v.size(s[A],d))}return u&&(p+=d.pointerSize),p}encode(s,c,u){let d;this.preEncode!=null&&this.preEncode.call(c,s);const p={pointers:[],startOffset:s.pos,parent:u,val:c,pointerSize:0};p.pointerOffset=s.pos+this.size(c,p,!1);for(let v in this.fields)d=this.fields[v],d.encode!=null&&d.encode(s,c[v],p);let A=0;for(;A<p.pointers.length;){const v=p.pointers[A++];v.type.encode(s,v.val,v.parent)}}}const getPath$1=(a,s)=>s.reduce((c,u)=>c&&c[u],a);class VersionedStruct extends Struct{constructor(s,c={}){super(),this.type=s,this.versions=c,typeof s=="string"&&(this.versionPath=s.split("."))}decode(s,c,u=0){const d=this._setup(s,c,u);typeof this.type=="string"?d.version=getPath$1(c,this.versionPath):d.version=this.type.decode(s),this.versions.header&&this._parseFields(s,d,this.versions.header);const p=this.versions[d.version];if(p==null)throw new Error(`Unknown version ${d.version}`);return p instanceof VersionedStruct?p.decode(s,c):(this._parseFields(s,d,p),this.process!=null&&this.process.call(d,s),d)}size(s,c,u=!0){let d,p;if(!s)throw new Error("Not a fixed size");this.preEncode!=null&&this.preEncode.call(s);const A={parent:c,val:s,pointerSize:0};let v=0;if(typeof this.type!="string"&&(v+=this.type.size(s.version,A)),this.versions.header)for(d in this.versions.header)p=this.versions.header[d],p.size!=null&&(v+=p.size(s[d],A));const b=this.versions[s.version];if(b==null)throw new Error(`Unknown version ${s.version}`);for(d in b)p=b[d],p.size!=null&&(v+=p.size(s[d],A));return u&&(v+=A.pointerSize),v}encode(s,c,u){let d,p;this.preEncode!=null&&this.preEncode.call(c,s);const A={pointers:[],startOffset:s.pos,parent:u,val:c,pointerSize:0};if(A.pointerOffset=s.pos+this.size(c,A,!1),typeof this.type!="string"&&this.type.encode(s,c.version),this.versions.header)for(d in this.versions.header)p=this.versions.header[d],p.encode!=null&&p.encode(s,c[d],A);const v=this.versions[c.version];for(d in v)p=v[d],p.encode!=null&&p.encode(s,c[d],A);let b=0;for(;b<A.pointers.length;){const g=A.pointers[b++];g.type.encode(s,g.val,g.parent)}}}class Pointer extends Base$1{constructor(s,c,u={}){if(super(),this.offsetType=s,this.type=c,this.options=u,this.type==="void"&&(this.type=null),this.options.type==null&&(this.options.type="local"),this.options.allowNull==null&&(this.options.allowNull=!0),this.options.nullValue==null&&(this.options.nullValue=0),this.options.lazy==null&&(this.options.lazy=!1),this.options.relativeTo){if(typeof this.options.relativeTo!="function")throw new Error("relativeTo option must be a function");this.relativeToGetter=u.relativeTo}}decode(s,c){const u=this.offsetType.decode(s,c);if(u===this.options.nullValue&&this.options.allowNull)return null;let d;switch(this.options.type){case"local":d=c._startOffset;break;case"immediate":d=s.pos-this.offsetType.size();break;case"parent":d=c.parent._startOffset;break;default:for(var p=c;p.parent;)p=p.parent;d=p._startOffset||0}this.options.relativeTo&&(d+=this.relativeToGetter(c));const A=u+d;if(this.type!=null){let v=null;const b=()=>{if(v!=null)return v;const{pos:g}=s;return s.pos=A,v=this.type.decode(s,c),s.pos=g,v};return this.options.lazy?new PropertyDescriptor({get:b}):b()}else return A}size(s,c){const u=c;switch(this.options.type){case"local":case"immediate":break;case"parent":c=c.parent;break;default:for(;c.parent;)c=c.parent}let{type:d}=this;if(d==null){if(!(s instanceof VoidPointer))throw new Error("Must be a VoidPointer");({type:d}=s),s=s.value}if(s&&c){let p=d.size(s,u);c.pointerSize+=p}return this.offsetType.size()}encode(s,c,u){let d;const p=u;if(c==null){this.offsetType.encode(s,this.options.nullValue);return}switch(this.options.type){case"local":d=u.startOffset;break;case"immediate":d=s.pos+this.offsetType.size(c,p);break;case"parent":u=u.parent,d=u.startOffset;break;default:for(d=0;u.parent;)u=u.parent}this.options.relativeTo&&(d+=this.relativeToGetter(p.val)),this.offsetType.encode(s,u.pointerOffset-d);let{type:A}=this;if(A==null){if(!(c instanceof VoidPointer))throw new Error("Must be a VoidPointer");({type:A}=c),c=c.value}return u.pointers.push({type:A,val:c,parent:p}),u.pointerOffset+=A.size(c,p)}}class VoidPointer{constructor(s,c){this.type=s,this.value=c}}function _define_property(a,s,c){return s in a?Object.defineProperty(a,s,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[s]=c,a}function __rest$15(a,s){var c={};for(var u in a)Object.prototype.hasOwnProperty.call(a,u)&&s.indexOf(u)<0&&(c[u]=a[u]);if(a!=null&&typeof Object.getOwnPropertySymbols=="function")for(var d=0,u=Object.getOwnPropertySymbols(a);d<u.length;d++)s.indexOf(u[d])<0&&Object.prototype.propertyIsEnumerable.call(a,u[d])&&(c[u[d]]=a[u[d]]);return c}function __decorate$3(a,s,c,u){var d=arguments.length,p=d<3?s:u===null?u=Object.getOwnPropertyDescriptor(s,c):u,A;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(a,s,c,u);else for(var v=a.length-1;v>=0;v--)(A=a[v])&&(p=(d<3?A(p):d>3?A(s,c,p):A(s,c))||p);return d>3&&p&&Object.defineProperty(s,c,p),p}function __awaiter$2(a,s,c,u){function d(p){return p instanceof c?p:new c(function(A){A(p)})}return new(c||(c=Promise))(function(p,A){function v(x){try{g(u.next(x))}catch(y){A(y)}}function b(x){try{g(u.throw(x))}catch(y){A(y)}}function g(x){x.done?p(x.value):d(x.value).then(v,b)}g((u=u.apply(a,s||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;var fastDeepEqual,hasRequiredFastDeepEqual;function requireFastDeepEqual(){return hasRequiredFastDeepEqual||(hasRequiredFastDeepEqual=1,fastDeepEqual=function a(s,c){if(s===c)return!0;if(s&&c&&typeof s=="object"&&typeof c=="object"){if(s.constructor!==c.constructor)return!1;var u,d,p;if(Array.isArray(s)){if(u=s.length,u!=c.length)return!1;for(d=u;d--!==0;)if(!a(s[d],c[d]))return!1;return!0}if(s.constructor===RegExp)return s.source===c.source&&s.flags===c.flags;if(s.valueOf!==Object.prototype.valueOf)return s.valueOf()===c.valueOf();if(s.toString!==Object.prototype.toString)return s.toString()===c.toString();if(p=Object.keys(s),u=p.length,u!==Object.keys(c).length)return!1;for(d=u;d--!==0;)if(!Object.prototype.hasOwnProperty.call(c,p[d]))return!1;for(d=u;d--!==0;){var A=p[d];if(!a(s[A],c[A]))return!1}return!0}return s!==s&&c!==c}),fastDeepEqual}var fastDeepEqualExports=requireFastDeepEqual();const $6uUbQ$fastdeepequal=getDefaultExportFromCjs(fastDeepEqualExports);var base64JsExports=requireBase64Js();const $bdjGp$base64js=getDefaultExportFromCjs(base64JsExports);var tinyInflate,hasRequiredTinyInflate;function requireTinyInflate(){if(hasRequiredTinyInflate)return tinyInflate;hasRequiredTinyInflate=1;var a=0,s=-3;function c(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function u(O,M){this.source=O,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=M,this.destLen=0,this.ltree=new c,this.dtree=new c}var d=new c,p=new c,A=new Uint8Array(30),v=new Uint16Array(30),b=new Uint8Array(30),g=new Uint16Array(30),x=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),y=new c,f=new Uint8Array(320);function m(O,M,_,D){var H,U;for(H=0;H<_;++H)O[H]=0;for(H=0;H<30-_;++H)O[H+_]=H/_|0;for(U=D,H=0;H<30;++H)M[H]=U,U+=1<<O[H]}function C(O,M){var _;for(_=0;_<7;++_)O.table[_]=0;for(O.table[7]=24,O.table[8]=152,O.table[9]=112,_=0;_<24;++_)O.trans[_]=256+_;for(_=0;_<144;++_)O.trans[24+_]=_;for(_=0;_<8;++_)O.trans[168+_]=280+_;for(_=0;_<112;++_)O.trans[176+_]=144+_;for(_=0;_<5;++_)M.table[_]=0;for(M.table[5]=32,_=0;_<32;++_)M.trans[_]=_}var S=new Uint16Array(16);function w(O,M,_,D){var H,U;for(H=0;H<16;++H)O.table[H]=0;for(H=0;H<D;++H)O.table[M[_+H]]++;for(O.table[0]=0,U=0,H=0;H<16;++H)S[H]=U,U+=O.table[H];for(H=0;H<D;++H)M[_+H]&&(O.trans[S[M[_+H]]++]=H)}function I(O){O.bitcount--||(O.tag=O.source[O.sourceIndex++],O.bitcount=7);var M=O.tag&1;return O.tag>>>=1,M}function T(O,M,_){if(!M)return _;for(;O.bitcount<24;)O.tag|=O.source[O.sourceIndex++]<<O.bitcount,O.bitcount+=8;var D=O.tag&65535>>>16-M;return O.tag>>>=M,O.bitcount-=M,D+_}function $(O,M){for(;O.bitcount<24;)O.tag|=O.source[O.sourceIndex++]<<O.bitcount,O.bitcount+=8;var _=0,D=0,H=0,U=O.tag;do D=2*D+(U&1),U>>>=1,++H,_+=M.table[H],D-=M.table[H];while(D>=0);return O.tag=U,O.bitcount-=H,M.trans[_+D]}function P(O,M,_){var D,H,U,Q,L,F;for(D=T(O,5,257),H=T(O,5,1),U=T(O,4,4),Q=0;Q<19;++Q)f[Q]=0;for(Q=0;Q<U;++Q){var j=T(O,3,0);f[x[Q]]=j}for(w(y,f,0,19),L=0;L<D+H;){var N=$(O,y);switch(N){case 16:var k=f[L-1];for(F=T(O,2,3);F;--F)f[L++]=k;break;case 17:for(F=T(O,3,3);F;--F)f[L++]=0;break;case 18:for(F=T(O,7,11);F;--F)f[L++]=0;break;default:f[L++]=N;break}}w(M,f,0,D),w(_,f,D,H)}function E(O,M,_){for(;;){var D=$(O,M);if(D===256)return a;if(D<256)O.dest[O.destLen++]=D;else{var H,U,Q,L;for(D-=257,H=T(O,A[D],v[D]),U=$(O,_),Q=O.destLen-T(O,b[U],g[U]),L=Q;L<Q+H;++L)O.dest[O.destLen++]=O.dest[L]}}}function B(O){for(var M,_,D;O.bitcount>8;)O.sourceIndex--,O.bitcount-=8;if(M=O.source[O.sourceIndex+1],M=256*M+O.source[O.sourceIndex],_=O.source[O.sourceIndex+3],_=256*_+O.source[O.sourceIndex+2],M!==(~_&65535))return s;for(O.sourceIndex+=4,D=M;D;--D)O.dest[O.destLen++]=O.source[O.sourceIndex++];return O.bitcount=0,a}function R(O,M){var _=new u(O,M),D,H,U;do{switch(D=I(_),H=T(_,2,0),H){case 0:U=B(_);break;case 1:U=E(_,d,p);break;case 2:P(_,_.ltree,_.dtree),U=E(_,_.ltree,_.dtree);break;default:U=s}if(U!==a)throw new Error("Data error")}while(!D);return _.destLen<_.dest.length?typeof _.dest.slice=="function"?_.dest.slice(0,_.destLen):_.dest.subarray(0,_.destLen):_.dest}return C(d,p),m(A,v,4,3),m(b,g,2,1),A[28]=0,v[28]=258,tinyInflate=R,tinyInflate}var swap_1,hasRequiredSwap;function requireSwap(){if(hasRequiredSwap)return swap_1;hasRequiredSwap=1;const a=new Uint8Array(new Uint32Array([305419896]).buffer)[0]===18,s=(d,p,A)=>{let v=d[p];d[p]=d[A],d[A]=v},c=d=>{const p=d.length;for(let A=0;A<p;A+=4)s(d,A,A+3),s(d,A+1,A+2)};return swap_1={swap32LE:d=>{a&&c(d)}},swap_1}var unicodeTrie,hasRequiredUnicodeTrie;function requireUnicodeTrie(){if(hasRequiredUnicodeTrie)return unicodeTrie;hasRequiredUnicodeTrie=1;const a=requireTinyInflate(),{swap32LE:s}=requireSwap(),c=11,u=5,d=c-u,p=65536>>c,v=(1<<d)-1,b=2,x=(1<<u)-1,y=65536>>u,f=1024>>u,w=y+f+32,I=1<<b;class T{constructor(P){const E=typeof P.readUInt32BE=="function"&&typeof P.slice=="function";if(E||P instanceof Uint8Array){let B;if(E)this.highStart=P.readUInt32LE(0),this.errorValue=P.readUInt32LE(4),B=P.readUInt32LE(8),P=P.slice(12);else{const R=new DataView(P.buffer);this.highStart=R.getUint32(0,!0),this.errorValue=R.getUint32(4,!0),B=R.getUint32(8,!0),P=P.subarray(12)}P=a(P,new Uint8Array(B)),P=a(P,new Uint8Array(B)),s(P),this.data=new Uint32Array(P.buffer)}else({data:this.data,highStart:this.highStart,errorValue:this.errorValue}=P)}get(P){let E;return P<0||P>1114111?this.errorValue:P<55296||P>56319&&P<=65535?(E=(this.data[P>>u]<<b)+(P&x),this.data[E]):P<=65535?(E=(this.data[y+(P-55296>>u)]<<b)+(P&x),this.data[E]):P<this.highStart?(E=this.data[w-p+(P>>c)],E=this.data[E+(P>>u&v)],E=(E<<b)+(P&x),this.data[E]):this.data[this.data.length-I]}}return unicodeTrie=T,unicodeTrie}var unicodeTrieExports=requireUnicodeTrie();const $6uUbQ$unicodetrie=getDefaultExportFromCjs(unicodeTrieExports);function $parcel$interopDefault$1(a){return a&&a.__esModule?a.default:a}var $f4087201da764553$exports={};$f4087201da764553$exports=JSON.parse('{"categories":["Cc","Zs","Po","Sc","Ps","Pe","Sm","Pd","Nd","Lu","Sk","Pc","Ll","So","Lo","Pi","Cf","No","Pf","Lt","Lm","Mn","Me","Mc","Nl","Zl","Zp","Cs","Co"],"combiningClasses":["Not_Reordered","Above","Above_Right","Below","Attached_Above_Right","Attached_Below","Overlay","Iota_Subscript","Double_Below","Double_Above","Below_Right","Above_Left","CCC10","CCC11","CCC12","CCC13","CCC14","CCC15","CCC16","CCC17","CCC18","CCC19","CCC20","CCC21","CCC22","CCC23","CCC24","CCC25","CCC30","CCC31","CCC32","CCC27","CCC28","CCC29","CCC33","CCC34","CCC35","CCC36","Nukta","Virama","CCC84","CCC91","CCC103","CCC107","CCC118","CCC122","CCC129","CCC130","CCC132","Attached_Above","Below_Left","Left","Kana_Voicing","CCC26","Right"],"scripts":["Common","Latin","Bopomofo","Inherited","Greek","Coptic","Cyrillic","Armenian","Hebrew","Arabic","Syriac","Thaana","Nko","Samaritan","Mandaic","Devanagari","Bengali","Gurmukhi","Gujarati","Oriya","Tamil","Telugu","Kannada","Malayalam","Sinhala","Thai","Lao","Tibetan","Myanmar","Georgian","Hangul","Ethiopic","Cherokee","Canadian_Aboriginal","Ogham","Runic","Tagalog","Hanunoo","Buhid","Tagbanwa","Khmer","Mongolian","Limbu","Tai_Le","New_Tai_Lue","Buginese","Tai_Tham","Balinese","Sundanese","Batak","Lepcha","Ol_Chiki","Braille","Glagolitic","Tifinagh","Han","Hiragana","Katakana","Yi","Lisu","Vai","Bamum","Syloti_Nagri","Phags_Pa","Saurashtra","Kayah_Li","Rejang","Javanese","Cham","Tai_Viet","Meetei_Mayek","null","Linear_B","Lycian","Carian","Old_Italic","Gothic","Old_Permic","Ugaritic","Old_Persian","Deseret","Shavian","Osmanya","Osage","Elbasan","Caucasian_Albanian","Linear_A","Cypriot","Imperial_Aramaic","Palmyrene","Nabataean","Hatran","Phoenician","Lydian","Meroitic_Hieroglyphs","Meroitic_Cursive","Kharoshthi","Old_South_Arabian","Old_North_Arabian","Manichaean","Avestan","Inscriptional_Parthian","Inscriptional_Pahlavi","Psalter_Pahlavi","Old_Turkic","Old_Hungarian","Hanifi_Rohingya","Old_Sogdian","Sogdian","Elymaic","Brahmi","Kaithi","Sora_Sompeng","Chakma","Mahajani","Sharada","Khojki","Multani","Khudawadi","Grantha","Newa","Tirhuta","Siddham","Modi","Takri","Ahom","Dogra","Warang_Citi","Nandinagari","Zanabazar_Square","Soyombo","Pau_Cin_Hau","Bhaiksuki","Marchen","Masaram_Gondi","Gunjala_Gondi","Makasar","Cuneiform","Egyptian_Hieroglyphs","Anatolian_Hieroglyphs","Mro","Bassa_Vah","Pahawh_Hmong","Medefaidrin","Miao","Tangut","Nushu","Duployan","SignWriting","Nyiakeng_Puachue_Hmong","Wancho","Mende_Kikakui","Adlam"],"eaw":["N","Na","A","W","H","F"]}');const $747425b437e121da$var$trie=new $6uUbQ$unicodetrie($bdjGp$base64js.toByteArray("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")),$747425b437e121da$var$log2=Math.log2||(a=>Math.log(a)/Math.LN2),$747425b437e121da$var$bits=a=>$747425b437e121da$var$log2(a)+1|0,$747425b437e121da$var$CATEGORY_BITS=$747425b437e121da$var$bits($parcel$interopDefault$1($f4087201da764553$exports).categories.length-1),$747425b437e121da$var$COMBINING_BITS=$747425b437e121da$var$bits($parcel$interopDefault$1($f4087201da764553$exports).combiningClasses.length-1),$747425b437e121da$var$SCRIPT_BITS=$747425b437e121da$var$bits($parcel$interopDefault$1($f4087201da764553$exports).scripts.length-1),$747425b437e121da$var$EAW_BITS=$747425b437e121da$var$bits($parcel$interopDefault$1($f4087201da764553$exports).eaw.length-1),$747425b437e121da$var$NUMBER_BITS=10,$747425b437e121da$var$CATEGORY_SHIFT=$747425b437e121da$var$COMBINING_BITS+$747425b437e121da$var$SCRIPT_BITS+$747425b437e121da$var$EAW_BITS+$747425b437e121da$var$NUMBER_BITS,$747425b437e121da$var$COMBINING_SHIFT=$747425b437e121da$var$SCRIPT_BITS+$747425b437e121da$var$EAW_BITS+$747425b437e121da$var$NUMBER_BITS,$747425b437e121da$var$SCRIPT_SHIFT=$747425b437e121da$var$EAW_BITS+$747425b437e121da$var$NUMBER_BITS,$747425b437e121da$var$CATEGORY_MASK=(1<<$747425b437e121da$var$CATEGORY_BITS)-1,$747425b437e121da$var$COMBINING_MASK=(1<<$747425b437e121da$var$COMBINING_BITS)-1,$747425b437e121da$var$SCRIPT_MASK=(1<<$747425b437e121da$var$SCRIPT_BITS)-1;function $747425b437e121da$export$410364bbb673ddbc(a){const s=$747425b437e121da$var$trie.get(a);return $parcel$interopDefault$1($f4087201da764553$exports).categories[s>>$747425b437e121da$var$CATEGORY_SHIFT&$747425b437e121da$var$CATEGORY_MASK]}function $747425b437e121da$export$c03b919c6651ed55(a){const s=$747425b437e121da$var$trie.get(a);return $parcel$interopDefault$1($f4087201da764553$exports).combiningClasses[s>>$747425b437e121da$var$COMBINING_SHIFT&$747425b437e121da$var$COMBINING_MASK]}function $747425b437e121da$export$941569448d136665(a){const s=$747425b437e121da$var$trie.get(a);return $parcel$interopDefault$1($f4087201da764553$exports).scripts[s>>$747425b437e121da$var$SCRIPT_SHIFT&$747425b437e121da$var$SCRIPT_MASK]}function $747425b437e121da$export$727d9dbc4fbb948f(a){return $747425b437e121da$export$410364bbb673ddbc(a)==="Nd"}function $747425b437e121da$export$e33ad6871e762338(a){const s=$747425b437e121da$export$410364bbb673ddbc(a);return s==="Mn"||s==="Me"||s==="Mc"}var dfa,hasRequiredDfa;function requireDfa(){if(hasRequiredDfa)return dfa;hasRequiredDfa=1;var a=1,s=0;class c{constructor(d){this.stateTable=d.stateTable,this.accepting=d.accepting,this.tags=d.tags}match(d){var p=this;return{*[Symbol.iterator](){for(var A=a,v=null,b=null,g=null,x=0;x<d.length;x++){var y=d[x];g=A,A=p.stateTable[A][y],A===s&&(v!=null&&b!=null&&b>=v&&(yield[v,b,p.tags[g]]),A=p.stateTable[a][y],v=null),A!==s&&v==null&&(v=x),p.accepting[A]&&(b=x),A===s&&(A=a)}v!=null&&b!=null&&b>=v&&(yield[v,b,p.tags[A]])}}}apply(d,p){for(var[A,v,b]of this.match(d))for(var g of b)typeof p[g]=="function"&&p[g](A,v,d.slice(A,v+1))}}return dfa=c,dfa}var dfaExports=requireDfa();const $6uUbQ$dfa=getDefaultExportFromCjs(dfaExports);var clone={exports:{}},hasRequiredClone;function requireClone(){return hasRequiredClone||(hasRequiredClone=1,function(a){var s=function(){function c(f,m){return m!=null&&f instanceof m}var u;try{u=Map}catch{u=function(){}}var d;try{d=Set}catch{d=function(){}}var p;try{p=Promise}catch{p=function(){}}function A(f,m,C,S,w){typeof m=="object"&&(C=m.depth,S=m.prototype,w=m.includeNonEnumerable,m=m.circular);var I=[],T=[],$=typeof Buffer<"u";typeof m>"u"&&(m=!0),typeof C>"u"&&(C=1/0);function P(E,B){if(E===null)return null;if(B===0)return E;var R,O;if(typeof E!="object")return E;if(c(E,u))R=new u;else if(c(E,d))R=new d;else if(c(E,p))R=new p(function(j,N){E.then(function(k){j(P(k,B-1))},function(k){N(P(k,B-1))})});else if(A.__isArray(E))R=[];else if(A.__isRegExp(E))R=new RegExp(E.source,y(E)),E.lastIndex&&(R.lastIndex=E.lastIndex);else if(A.__isDate(E))R=new Date(E.getTime());else{if($&&Buffer.isBuffer(E))return Buffer.allocUnsafe?R=Buffer.allocUnsafe(E.length):R=new Buffer(E.length),E.copy(R),R;c(E,Error)?R=Object.create(E):typeof S>"u"?(O=Object.getPrototypeOf(E),R=Object.create(O)):(R=Object.create(S),O=S)}if(m){var M=I.indexOf(E);if(M!=-1)return T[M];I.push(E),T.push(R)}c(E,u)&&E.forEach(function(j,N){var k=P(N,B-1),W=P(j,B-1);R.set(k,W)}),c(E,d)&&E.forEach(function(j){var N=P(j,B-1);R.add(N)});for(var _ in E){var D;O&&(D=Object.getOwnPropertyDescriptor(O,_)),!(D&&D.set==null)&&(R[_]=P(E[_],B-1))}if(Object.getOwnPropertySymbols)for(var H=Object.getOwnPropertySymbols(E),_=0;_<H.length;_++){var U=H[_],Q=Object.getOwnPropertyDescriptor(E,U);Q&&!Q.enumerable&&!w||(R[U]=P(E[U],B-1),Q.enumerable||Object.defineProperty(R,U,{enumerable:!1}))}if(w)for(var L=Object.getOwnPropertyNames(E),_=0;_<L.length;_++){var F=L[_],Q=Object.getOwnPropertyDescriptor(E,F);Q&&Q.enumerable||(R[F]=P(E[F],B-1),Object.defineProperty(R,F,{enumerable:!1}))}return R}return P(f,C)}A.clonePrototype=function(m){if(m===null)return null;var C=function(){};return C.prototype=m,new C};function v(f){return Object.prototype.toString.call(f)}A.__objToStr=v;function b(f){return typeof f=="object"&&v(f)==="[object Date]"}A.__isDate=b;function g(f){return typeof f=="object"&&v(f)==="[object Array]"}A.__isArray=g;function x(f){return typeof f=="object"&&v(f)==="[object RegExp]"}A.__isRegExp=x;function y(f){var m="";return f.global&&(m+="g"),f.ignoreCase&&(m+="i"),f.multiline&&(m+="m"),m}return A.__getRegExpFlags=y,A}();a.exports&&(a.exports=s)}(clone)),clone.exports}var cloneExports=requireClone();const $6uUbQ$clone=getDefaultExportFromCjs(cloneExports);var tinyInflateExports=requireTinyInflate();const $6uUbQ$tinyinflate=getDefaultExportFromCjs(tinyInflateExports);var decode={},streams={},hasRequiredStreams;function requireStreams(){if(hasRequiredStreams)return streams;hasRequiredStreams=1;function a(c){this.buffer=c,this.pos=0}a.prototype.read=function(c,u,d){this.pos+d>this.buffer.length&&(d=this.buffer.length-this.pos);for(var p=0;p<d;p++)c[u+p]=this.buffer[this.pos+p];return this.pos+=d,d},streams.BrotliInput=a;function s(c){this.buffer=c,this.pos=0}return s.prototype.write=function(c,u){if(this.pos+u>this.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(c.subarray(0,u),this.pos),this.pos+=u,u},streams.BrotliOutput=s,streams}var bit_reader,hasRequiredBit_reader;function requireBit_reader(){if(hasRequiredBit_reader)return bit_reader;hasRequiredBit_reader=1;var a=4096,s=2*a+32,c=2*a-1,u=new Uint32Array([0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215]);function d(p){this.buf_=new Uint8Array(s),this.input_=p,this.reset()}return d.READ_SIZE=a,d.IBUF_MASK=c,d.prototype.reset=function(){this.buf_ptr_=0,this.val_=0,this.pos_=0,this.bit_pos_=0,this.bit_end_pos_=0,this.eos_=0,this.readMoreInput();for(var p=0;p<4;p++)this.val_|=this.buf_[this.pos_]<<8*p,++this.pos_;return this.bit_end_pos_>0},d.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var p=this.buf_ptr_,A=this.input_.read(this.buf_,p,a);if(A<0)throw new Error("Unexpected end of input");if(A<a){this.eos_=1;for(var v=0;v<32;v++)this.buf_[p+A+v]=0}if(p===0){for(var v=0;v<32;v++)this.buf_[(a<<1)+v]=this.buf_[v];this.buf_ptr_=a}else this.buf_ptr_=0;this.bit_end_pos_+=A<<3}},d.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&c]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0},d.prototype.readBits=function(p){32-this.bit_pos_<p&&this.fillBitWindow();var A=this.val_>>>this.bit_pos_&u[p];return this.bit_pos_+=p,A},bit_reader=d,bit_reader}var dictionary={},dictionaryBrowser={},dictionary_bin,hasRequiredDictionary_bin;function requireDictionary_bin(){return hasRequiredDictionary_bin||(hasRequiredDictionary_bin=1,dictionary_bin="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"),dictionary_bin}var hasRequiredDictionaryBrowser;function requireDictionaryBrowser(){if(hasRequiredDictionaryBrowser)return dictionaryBrowser;hasRequiredDictionaryBrowser=1;var a=requireBase64Js();return dictionaryBrowser.init=function(){var s=requireDecode().BrotliDecompressBuffer,c=a.toByteArray(requireDictionary_bin());return s(c)},dictionaryBrowser}var hasRequiredDictionary;function requireDictionary(){if(hasRequiredDictionary)return dictionary;hasRequiredDictionary=1;var a=requireDictionaryBrowser();return dictionary.init=function(){dictionary.dictionary=a.init()},dictionary.offsetsByLength=new Uint32Array([0,0,0,0,0,4096,9216,21504,35840,44032,53248,63488,74752,87040,93696,100864,104704,106752,108928,113536,115968,118528,119872,121280,122016]),dictionary.sizeBitsByLength=new Uint8Array([0,0,0,0,10,10,11,11,10,10,10,10,10,9,9,8,7,7,8,7,7,6,6,5,5]),dictionary.minDictionaryWordLength=4,dictionary.maxDictionaryWordLength=24,dictionary}var huffman={},hasRequiredHuffman;function requireHuffman(){if(hasRequiredHuffman)return huffman;hasRequiredHuffman=1;function a(p,A){this.bits=p,this.value=A}huffman.HuffmanCode=a;var s=15;function c(p,A){for(var v=1<<A-1;p&v;)v>>=1;return(p&v-1)+v}function u(p,A,v,b,g){do b-=v,p[A+b]=new a(g.bits,g.value);while(b>0)}function d(p,A,v){for(var b=1<<A-v;A<s&&(b-=p[A],!(b<=0));)++A,b<<=1;return A-v}return huffman.BrotliBuildHuffmanTable=function(p,A,v,b,g){var x=A,y,f,m,C,S,w,I,T,$,P,E,B=new Int32Array(s+1),R=new Int32Array(s+1);for(E=new Int32Array(g),m=0;m<g;m++)B[b[m]]++;for(R[1]=0,f=1;f<s;f++)R[f+1]=R[f]+B[f];for(m=0;m<g;m++)b[m]!==0&&(E[R[b[m]]++]=m);if(T=v,$=1<<T,P=$,R[s]===1){for(C=0;C<P;++C)p[A+C]=new a(0,E[0]&65535);return P}for(C=0,m=0,f=1,S=2;f<=v;++f,S<<=1)for(;B[f]>0;--B[f])y=new a(f&255,E[m++]&65535),u(p,A+C,S,$,y),C=c(C,f);for(I=P-1,w=-1,f=v+1,S=2;f<=s;++f,S<<=1)for(;B[f]>0;--B[f])(C&I)!==w&&(A+=$,T=d(B,f,v),$=1<<T,P+=$,w=C&I,p[x+w]=new a(T+v&255,A-x-w&65535)),y=new a(f-v&255,E[m++]&65535),u(p,A+(C>>v),S,$,y),C=c(C,f);return P},huffman}var context={},hasRequiredContext$1;function requireContext$1(){return hasRequiredContext$1||(hasRequiredContext$1=1,context.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,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,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,52,53,54,55,56,57,58,59,60,61,62,63,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,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,52,53,54,55,56,57,58,59,60,61,62,63,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,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,52,53,54,55,56,57,58,59,60,61,62,63,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,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,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),context.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])),context}var prefix$2={},hasRequiredPrefix;function requirePrefix(){if(hasRequiredPrefix)return prefix$2;hasRequiredPrefix=1;function a(s,c){this.offset=s,this.nbits=c}return prefix$2.kBlockLengthPrefixCode=[new a(1,2),new a(5,2),new a(9,2),new a(13,2),new a(17,3),new a(25,3),new a(33,3),new a(41,3),new a(49,4),new a(65,4),new a(81,4),new a(97,4),new a(113,5),new a(145,5),new a(177,5),new a(209,5),new a(241,6),new a(305,6),new a(369,7),new a(497,8),new a(753,9),new a(1265,10),new a(2289,11),new a(4337,12),new a(8433,13),new a(16625,24)],prefix$2.kInsertLengthPrefixCode=[new a(0,0),new a(1,0),new a(2,0),new a(3,0),new a(4,0),new a(5,0),new a(6,1),new a(8,1),new a(10,2),new a(14,2),new a(18,3),new a(26,3),new a(34,4),new a(50,4),new a(66,5),new a(98,5),new a(130,6),new a(194,7),new a(322,8),new a(578,9),new a(1090,10),new a(2114,12),new a(6210,14),new a(22594,24)],prefix$2.kCopyLengthPrefixCode=[new a(2,0),new a(3,0),new a(4,0),new a(5,0),new a(6,0),new a(7,0),new a(8,0),new a(9,0),new a(10,1),new a(12,1),new a(14,2),new a(18,2),new a(22,3),new a(30,3),new a(38,4),new a(54,4),new a(70,5),new a(102,5),new a(134,6),new a(198,7),new a(326,8),new a(582,9),new a(1094,10),new a(2118,24)],prefix$2.kInsertRangeLut=[0,0,8,8,0,16,8,16,16],prefix$2.kCopyRangeLut=[0,8,0,8,16,0,16,8,16],prefix$2}var transform={},hasRequiredTransform;function requireTransform(){if(hasRequiredTransform)return transform;hasRequiredTransform=1;var a=requireDictionary(),s=0,c=1,u=2,d=3,p=4,A=5,v=6,b=7,g=8,x=9,y=10,f=11,m=12,C=13,S=14,w=15,I=16,T=17,$=18,P=20;function E(O,M,_){this.prefix=new Uint8Array(O.length),this.transform=M,this.suffix=new Uint8Array(_.length);for(var D=0;D<O.length;D++)this.prefix[D]=O.charCodeAt(D);for(var D=0;D<_.length;D++)this.suffix[D]=_.charCodeAt(D)}var B=[new E("",s,""),new E("",s," "),new E(" ",s," "),new E("",m,""),new E("",y," "),new E("",s," the "),new E(" ",s,""),new E("s ",s," "),new E("",s," of "),new E("",y,""),new E("",s," and "),new E("",C,""),new E("",c,""),new E(", ",s," "),new E("",s,", "),new E(" ",y," "),new E("",s," in "),new E("",s," to "),new E("e ",s," "),new E("",s,'"'),new E("",s,"."),new E("",s,'">'),new E("",s,`
|
133
133
|
`),new E("",d,""),new E("",s,"]"),new E("",s," for "),new E("",S,""),new E("",u,""),new E("",s," a "),new E("",s," that "),new E(" ",y,""),new E("",s,". "),new E(".",s,""),new E(" ",s,", "),new E("",w,""),new E("",s," with "),new E("",s,"'"),new E("",s," from "),new E("",s," by "),new E("",I,""),new E("",T,""),new E(" the ",s,""),new E("",p,""),new E("",s,". The "),new E("",f,""),new E("",s," on "),new E("",s," as "),new E("",s," is "),new E("",b,""),new E("",c,"ing "),new E("",s,`
|
134
|
-
`),new E("",s,":"),new E(" ",s,". "),new E("",s,"ed "),new E("",P,""),new E("",$,""),new E("",v,""),new E("",s,"("),new E("",y,", "),new E("",g,""),new E("",s," at "),new E("",s,"ly "),new E(" the ",s," of "),new E("",A,""),new E("",x,""),new E(" ",y,", "),new E("",y,'"'),new E(".",s,"("),new E("",f," "),new E("",y,'">'),new E("",s,'="'),new E(" ",s,"."),new E(".com/",s,""),new E(" the ",s," of the "),new E("",y,"'"),new E("",s,". This "),new E("",s,","),new E(".",s," "),new E("",y,"("),new E("",y,"."),new E("",s," not "),new E(" ",s,'="'),new E("",s,"er "),new E(" ",f," "),new E("",s,"al "),new E(" ",f,""),new E("",s,"='"),new E("",f,'"'),new E("",y,". "),new E(" ",s,"("),new E("",s,"ful "),new E(" ",y,". "),new E("",s,"ive "),new E("",s,"less "),new E("",f,"'"),new E("",s,"est "),new E(" ",y,"."),new E("",f,'">'),new E(" ",s,"='"),new E("",y,","),new E("",s,"ize "),new E("",f,"."),new E(" ",s,""),new E(" ",s,","),new E("",y,'="'),new E("",f,'="'),new E("",s,"ous "),new E("",f,", "),new E("",y,"='"),new E(" ",y,","),new E(" ",f,'="'),new E(" ",f,", "),new E("",f,","),new E("",f,"("),new E("",f,". "),new E(" ",f,"."),new E("",f,"='"),new E(" ",f,". "),new E(" ",y,'="'),new E(" ",f,"='"),new E(" ",y,"='")];transform.kTransforms=B,transform.kNumTransforms=B.length;function R(O,M){return O[M]<192?(O[M]>=97&&O[M]<=122&&(O[M]^=32),1):O[M]<224?(O[M+1]^=32,2):(O[M+2]^=5,3)}return transform.transformDictionaryWord=function(O,M,_,D,H){var U=B[H].prefix,Q=B[H].suffix,L=B[H].transform,F=L<m?0:L-(m-1),j=0,N=M,k;F>D&&(F=D);for(var W=0;W<U.length;)O[M++]=U[W++];for(_+=F,D-=F,L<=x&&(D-=L),j=0;j<D;j++)O[M++]=a.dictionary[_+j];if(k=M-D,L===y)R(O,k);else if(L===f)for(;D>0;){var J=R(O,k);k+=J,D-=J}for(var Y=0;Y<Q.length;)O[M++]=Q[Y++];return M-N},transform}var hasRequiredDecode;function requireDecode(){if(hasRequiredDecode)return decode;hasRequiredDecode=1;var a=requireStreams().BrotliInput,s=requireStreams().BrotliOutput,c=requireBit_reader(),u=requireDictionary(),d=requireHuffman().HuffmanCode,p=requireHuffman().BrotliBuildHuffmanTable,A=requireContext$1(),v=requirePrefix(),b=requireTransform(),g=8,x=16,y=256,f=704,m=26,C=6,S=2,w=8,I=255,T=1080,$=18,P=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),E=16,B=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),R=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),O=new Uint16Array([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]);function M(V){var Z;return V.readBits(1)===0?16:(Z=V.readBits(3),Z>0?17+Z:(Z=V.readBits(3),Z>0?8+Z:17))}function _(V){if(V.readBits(1)){var Z=V.readBits(3);return Z===0?1:V.readBits(Z)+(1<<Z)}return 0}function D(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function H(V){var Z=new D,te,ie,ue;if(Z.input_end=V.readBits(1),Z.input_end&&V.readBits(1))return Z;if(te=V.readBits(2)+4,te===7){if(Z.is_metadata=!0,V.readBits(1)!==0)throw new Error("Invalid reserved bit");if(ie=V.readBits(2),ie===0)return Z;for(ue=0;ue<ie;ue++){var me=V.readBits(8);if(ue+1===ie&&ie>1&&me===0)throw new Error("Invalid size byte");Z.meta_block_length|=me<<ue*8}}else for(ue=0;ue<te;++ue){var Ee=V.readBits(4);if(ue+1===te&&te>4&&Ee===0)throw new Error("Invalid size nibble");Z.meta_block_length|=Ee<<ue*4}return++Z.meta_block_length,!Z.input_end&&!Z.is_metadata&&(Z.is_uncompressed=V.readBits(1)),Z}function U(V,Z,te){var ie;return te.fillBitWindow(),Z+=te.val_>>>te.bit_pos_&I,ie=V[Z].bits-w,ie>0&&(te.bit_pos_+=w,Z+=V[Z].value,Z+=te.val_>>>te.bit_pos_&(1<<ie)-1),te.bit_pos_+=V[Z].bits,V[Z].value}function Q(V,Z,te,ie){for(var ue=0,me=g,Ee=0,be=0,Ae=32768,fe=[],se=0;se<32;se++)fe.push(new d(0,0));for(p(fe,0,5,V,$);ue<Z&&Ae>0;){var oe=0,le;if(ie.readMoreInput(),ie.fillBitWindow(),oe+=ie.val_>>>ie.bit_pos_&31,ie.bit_pos_+=fe[oe].bits,le=fe[oe].value&255,le<x)Ee=0,te[ue++]=le,le!==0&&(me=le,Ae-=32768>>le);else{var ce=le-14,xe,Ce,Se=0;if(le===x&&(Se=me),be!==Se&&(Ee=0,be=Se),xe=Ee,Ee>0&&(Ee-=2,Ee<<=ce),Ee+=ie.readBits(ce)+3,Ce=Ee-xe,ue+Ce>Z)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var we=0;we<Ce;we++)te[ue+we]=be;ue+=Ce,be!==0&&(Ae-=Ce<<15-be)}}if(Ae!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+Ae);for(;ue<Z;ue++)te[ue]=0}function L(V,Z,te,ie){var ue=0,me,Ee=new Uint8Array(V);if(ie.readMoreInput(),me=ie.readBits(2),me===1){for(var be,Ae=V-1,fe=0,se=new Int32Array(4),oe=ie.readBits(2)+1;Ae;)Ae>>=1,++fe;for(be=0;be<oe;++be)se[be]=ie.readBits(fe)%V,Ee[se[be]]=2;switch(Ee[se[0]]=1,oe){case 1:break;case 3:if(se[0]===se[1]||se[0]===se[2]||se[1]===se[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(se[0]===se[1])throw new Error("[ReadHuffmanCode] invalid symbols");Ee[se[1]]=1;break;case 4:if(se[0]===se[1]||se[0]===se[2]||se[0]===se[3]||se[1]===se[2]||se[1]===se[3]||se[2]===se[3])throw new Error("[ReadHuffmanCode] invalid symbols");ie.readBits(1)?(Ee[se[2]]=3,Ee[se[3]]=3):Ee[se[0]]=2;break}}else{var be,le=new Uint8Array($),ce=32,xe=0,Ce=[new d(2,0),new d(2,4),new d(2,3),new d(3,2),new d(2,0),new d(2,4),new d(2,3),new d(4,1),new d(2,0),new d(2,4),new d(2,3),new d(3,2),new d(2,0),new d(2,4),new d(2,3),new d(4,5)];for(be=me;be<$&&ce>0;++be){var Se=P[be],we=0,$e;ie.fillBitWindow(),we+=ie.val_>>>ie.bit_pos_&15,ie.bit_pos_+=Ce[we].bits,$e=Ce[we].value,le[Se]=$e,$e!==0&&(ce-=32>>$e,++xe)}if(!(xe===1||ce===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");Q(le,V,Ee,ie)}if(ue=p(Z,te,w,Ee,V),ue===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return ue}function F(V,Z,te){var ie,ue;return ie=U(V,Z,te),ue=v.kBlockLengthPrefixCode[ie].nbits,v.kBlockLengthPrefixCode[ie].offset+te.readBits(ue)}function j(V,Z,te){var ie;return V<E?(te+=B[V],te&=3,ie=Z[te]+R[V]):ie=V-E+1,ie}function N(V,Z){for(var te=V[Z],ie=Z;ie;--ie)V[ie]=V[ie-1];V[0]=te}function k(V,Z){var te=new Uint8Array(256),ie;for(ie=0;ie<256;++ie)te[ie]=ie;for(ie=0;ie<Z;++ie){var ue=V[ie];V[ie]=te[ue],ue&&N(te,ue)}}function W(V,Z){this.alphabet_size=V,this.num_htrees=Z,this.codes=new Array(Z+Z*O[V+31>>>5]),this.htrees=new Uint32Array(Z)}W.prototype.decode=function(V){var Z,te,ie=0;for(Z=0;Z<this.num_htrees;++Z)this.htrees[Z]=ie,te=L(this.alphabet_size,this.codes,ie,V),ie+=te};function J(V,Z){var te={num_htrees:null,context_map:null},ie,ue=0,me,Ee;Z.readMoreInput();var be=te.num_htrees=_(Z)+1,Ae=te.context_map=new Uint8Array(V);if(be<=1)return te;for(ie=Z.readBits(1),ie&&(ue=Z.readBits(4)+1),me=[],Ee=0;Ee<T;Ee++)me[Ee]=new d(0,0);for(L(be+ue,me,0,Z),Ee=0;Ee<V;){var fe;if(Z.readMoreInput(),fe=U(me,0,Z),fe===0)Ae[Ee]=0,++Ee;else if(fe<=ue)for(var se=1+(1<<fe)+Z.readBits(fe);--se;){if(Ee>=V)throw new Error("[DecodeContextMap] i >= context_map_size");Ae[Ee]=0,++Ee}else Ae[Ee]=fe-ue,++Ee}return Z.readBits(1)&&k(Ae,V),te}function Y(V,Z,te,ie,ue,me,Ee){var be=te*2,Ae=te,fe=U(Z,te*T,Ee),se;fe===0?se=ue[be+(me[Ae]&1)]:fe===1?se=ue[be+(me[Ae]-1&1)]+1:se=fe-2,se>=V&&(se-=V),ie[te]=se,ue[be+(me[Ae]&1)]=se,++me[Ae]}function q(V,Z,te,ie,ue,me){var Ee=ue+1,be=te&ue,Ae=me.pos_&c.IBUF_MASK,fe;if(Z<8||me.bit_pos_+(Z<<3)<me.bit_end_pos_){for(;Z-- >0;)me.readMoreInput(),ie[be++]=me.readBits(8),be===Ee&&(V.write(ie,Ee),be=0);return}if(me.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;me.bit_pos_<32;)ie[be]=me.val_>>>me.bit_pos_,me.bit_pos_+=8,++be,--Z;if(fe=me.bit_end_pos_-me.bit_pos_>>3,Ae+fe>c.IBUF_MASK){for(var se=c.IBUF_MASK+1-Ae,oe=0;oe<se;oe++)ie[be+oe]=me.buf_[Ae+oe];fe-=se,be+=se,Z-=se,Ae=0}for(var oe=0;oe<fe;oe++)ie[be+oe]=me.buf_[Ae+oe];if(be+=fe,Z-=fe,be>=Ee){V.write(ie,Ee),be-=Ee;for(var oe=0;oe<be;oe++)ie[oe]=ie[Ee+oe]}for(;be+Z>=Ee;){if(fe=Ee-be,me.input_.read(ie,be,fe)<fe)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");V.write(ie,Ee),Z-=fe,be=0}if(me.input_.read(ie,be,Z)<Z)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");me.reset()}function K(V){var Z=V.bit_pos_+7&-8,te=V.readBits(Z-V.bit_pos_);return te==0}function ee(V){var Z=new a(V),te=new c(Z);M(te);var ie=H(te);return ie.meta_block_length}decode.BrotliDecompressedSize=ee;function re(V,Z){var te=new a(V);Z==null&&(Z=ee(V));var ie=new Uint8Array(Z),ue=new s(ie);return ae(te,ue),ue.pos<ue.buffer.length&&(ue.buffer=ue.buffer.subarray(0,ue.pos)),ue.buffer}decode.BrotliDecompressBuffer=re;function ae(V,Z){var te,ie=0,ue=0,me=0,Ee,be=0,Ae,fe,se,oe,le=[16,15,11,4],ce=0,xe=0,Ce=0,Se=[new W(0,0),new W(0,0),new W(0,0)],we,$e,ge,he=128+c.READ_SIZE;ge=new c(V),me=M(ge),Ee=(1<<me)-16,Ae=1<<me,fe=Ae-1,se=new Uint8Array(Ae+he+u.maxDictionaryWordLength),oe=Ae,we=[],$e=[];for(var pe=0;pe<3*T;pe++)we[pe]=new d(0,0),$e[pe]=new d(0,0);for(;!ue;){var Ie=0,ye,Pe=[1<<28,1<<28,1<<28],Fe=[0],_e=[1,1,1],Me=[0,1,0,1,0,1],ke=[0],Te,ze,qe,Re,je=null,Ne=null,Be,Le=null,Qe,Ye=0,Ge=null,We=0,Ve=0,et=null,Je=0,Xe=0,Ke=0,it,ct;for(te=0;te<3;++te)Se[te].codes=null,Se[te].htrees=null;ge.readMoreInput();var nt=H(ge);if(Ie=nt.meta_block_length,ie+Ie>Z.buffer.length){var yt=new Uint8Array(ie+Ie);yt.set(Z.buffer),Z.buffer=yt}if(ue=nt.input_end,ye=nt.is_uncompressed,nt.is_metadata){for(K(ge);Ie>0;--Ie)ge.readMoreInput(),ge.readBits(8);continue}if(Ie!==0){if(ye){ge.bit_pos_=ge.bit_pos_+7&-8,q(Z,Ie,ie,se,fe,ge),ie+=Ie;continue}for(te=0;te<3;++te)_e[te]=_(ge)+1,_e[te]>=2&&(L(_e[te]+2,we,te*T,ge),L(m,$e,te*T,ge),Pe[te]=F($e,te*T,ge),ke[te]=1);for(ge.readMoreInput(),Te=ge.readBits(2),ze=E+(ge.readBits(4)<<Te),qe=(1<<Te)-1,Re=ze+(48<<Te),Ne=new Uint8Array(_e[0]),te=0;te<_e[0];++te)ge.readMoreInput(),Ne[te]=ge.readBits(2)<<1;var ot=J(_e[0]<<C,ge);Be=ot.num_htrees,je=ot.context_map;var ht=J(_e[2]<<S,ge);for(Qe=ht.num_htrees,Le=ht.context_map,Se[0]=new W(y,Be),Se[1]=new W(f,_e[1]),Se[2]=new W(Re,Qe),te=0;te<3;++te)Se[te].decode(ge);for(Ge=0,et=0,it=Ne[Fe[0]],Xe=A.lookupOffsets[it],Ke=A.lookupOffsets[it+1],ct=Se[1].htrees[0];Ie>0;){var bt,pt,vt,St,Lt,Rt,jt,Bt,wt,ut,at;for(ge.readMoreInput(),Pe[1]===0&&(Y(_e[1],we,1,Fe,Me,ke,ge),Pe[1]=F($e,T,ge),ct=Se[1].htrees[Fe[1]]),--Pe[1],bt=U(Se[1].codes,ct,ge),pt=bt>>6,pt>=2?(pt-=2,jt=-1):jt=0,vt=v.kInsertRangeLut[pt]+(bt>>3&7),St=v.kCopyRangeLut[pt]+(bt&7),Lt=v.kInsertLengthPrefixCode[vt].offset+ge.readBits(v.kInsertLengthPrefixCode[vt].nbits),Rt=v.kCopyLengthPrefixCode[St].offset+ge.readBits(v.kCopyLengthPrefixCode[St].nbits),xe=se[ie-1&fe],Ce=se[ie-2&fe],ut=0;ut<Lt;++ut)ge.readMoreInput(),Pe[0]===0&&(Y(_e[0],we,0,Fe,Me,ke,ge),Pe[0]=F($e,0,ge),Ye=Fe[0]<<C,Ge=Ye,it=Ne[Fe[0]],Xe=A.lookupOffsets[it],Ke=A.lookupOffsets[it+1]),wt=A.lookup[Xe+xe]|A.lookup[Ke+Ce],We=je[Ge+wt],--Pe[0],Ce=xe,xe=U(Se[0].codes,Se[0].htrees[We],ge),se[ie&fe]=xe,(ie&fe)===fe&&Z.write(se,Ae),++ie;if(Ie-=Lt,Ie<=0)break;if(jt<0){var wt;if(ge.readMoreInput(),Pe[2]===0&&(Y(_e[2],we,2,Fe,Me,ke,ge),Pe[2]=F($e,2*T,ge),Ve=Fe[2]<<S,et=Ve),--Pe[2],wt=(Rt>4?3:Rt-2)&255,Je=Le[et+wt],jt=U(Se[2].codes,Se[2].htrees[Je],ge),jt>=ze){var rt,lt,gt;jt-=ze,lt=jt&qe,jt>>=Te,rt=(jt>>1)+1,gt=(2+(jt&1)<<rt)-4,jt=ze+(gt+ge.readBits(rt)<<Te)+lt}}if(Bt=j(jt,le,ce),Bt<0)throw new Error("[BrotliDecompress] invalid distance");if(ie<Ee&&be!==Ee?be=ie:be=Ee,at=ie&fe,Bt>be)if(Rt>=u.minDictionaryWordLength&&Rt<=u.maxDictionaryWordLength){var gt=u.offsetsByLength[Rt],$t=Bt-be-1,Dt=u.sizeBitsByLength[Rt],ft=(1<<Dt)-1,Pt=$t&ft,Ot=$t>>Dt;if(gt+=Pt*Rt,Ot<b.kNumTransforms){var zt=b.transformDictionaryWord(se,at,gt,Rt,Ot);if(at+=zt,ie+=zt,Ie-=zt,at>=oe){Z.write(se,Ae);for(var Ht=0;Ht<at-oe;Ht++)se[Ht]=se[oe+Ht]}}else throw new Error("Invalid backward reference. pos: "+ie+" distance: "+Bt+" len: "+Rt+" bytes left: "+Ie)}else throw new Error("Invalid backward reference. pos: "+ie+" distance: "+Bt+" len: "+Rt+" bytes left: "+Ie);else{if(jt>0&&(le[ce&3]=Bt,++ce),Rt>Ie)throw new Error("Invalid backward reference. pos: "+ie+" distance: "+Bt+" len: "+Rt+" bytes left: "+Ie);for(ut=0;ut<Rt;++ut)se[ie&fe]=se[ie-Bt&fe],(ie&fe)===fe&&Z.write(se,Ae),++ie,--Ie}xe=se[ie-1&fe],Ce=se[ie-2&fe]}ie&=1073741823}}Z.write(se,ie&fe)}return decode.BrotliDecompress=ae,u.init(),decode}var decompress,hasRequiredDecompress;function requireDecompress(){return hasRequiredDecompress||(hasRequiredDecompress=1,decompress=requireDecode().BrotliDecompressBuffer),decompress}var decompressExports=requireDecompress();const $6uUbQ$brotlidecompressjs=getDefaultExportFromCjs(decompressExports);function $parcel$export(a,s,c,u){Object.defineProperty(a,s,{get:c,set:u,enumerable:!0,configurable:!0})}function $parcel$interopDefault(a){return a&&a.__esModule?a.default:a}var $d636bc798e7178db$exports={};$parcel$export($d636bc798e7178db$exports,"logErrors",()=>$d636bc798e7178db$export$bd5c5d8b8dcafd78),$parcel$export($d636bc798e7178db$exports,"registerFormat",()=>$d636bc798e7178db$export$36b2f24e97d43be),$parcel$export($d636bc798e7178db$exports,"create",()=>$d636bc798e7178db$export$185802fd694ee1f5),$parcel$export($d636bc798e7178db$exports,"defaultLanguage",()=>$d636bc798e7178db$export$42940898df819940),$parcel$export($d636bc798e7178db$exports,"setDefaultLanguage",()=>$d636bc798e7178db$export$5157e7780d44cc36);let $d636bc798e7178db$export$bd5c5d8b8dcafd78=!1,$d636bc798e7178db$var$formats=[];function $d636bc798e7178db$export$36b2f24e97d43be(a){$d636bc798e7178db$var$formats.push(a)}function $d636bc798e7178db$export$185802fd694ee1f5(a,s){for(let c=0;c<$d636bc798e7178db$var$formats.length;c++){let u=$d636bc798e7178db$var$formats[c];if(u.probe(a)){let d=new u(new DecodeStream(a));return s?d.getFont(s):d}}throw new Error("Unknown font format")}let $d636bc798e7178db$export$42940898df819940="en";function $d636bc798e7178db$export$5157e7780d44cc36(a="en"){$d636bc798e7178db$export$42940898df819940=a}function $e71565f2ce09cb6b$export$69a3209f1a06c04d(a,s,c){if(c.get){let u=c.get;c.get=function(){let d=u.call(this);return Object.defineProperty(this,s,{value:d}),d}}else if(typeof c.value=="function"){let u=c.value;return{get(){let d=new Map;function p(...A){let v=A.length>0?A[0]:"value";if(d.has(v))return d.get(v);let b=u.apply(this,A);return d.set(v,b),b}return Object.defineProperty(this,s,{value:p}),p}}}}let $26a62205ad06574e$var$SubHeader=new Struct({firstCode:uint16,entryCount:uint16,idDelta:int16,idRangeOffset:uint16}),$26a62205ad06574e$var$CmapGroup=new Struct({startCharCode:uint32,endCharCode:uint32,glyphID:uint32}),$26a62205ad06574e$var$UnicodeValueRange=new Struct({startUnicodeValue:uint24,additionalCount:uint8}),$26a62205ad06574e$var$UVSMapping=new Struct({unicodeValue:uint24,glyphID:uint16}),$26a62205ad06574e$var$DefaultUVS=new ArrayT($26a62205ad06574e$var$UnicodeValueRange,uint32),$26a62205ad06574e$var$NonDefaultUVS=new ArrayT($26a62205ad06574e$var$UVSMapping,uint32),$26a62205ad06574e$var$VarSelectorRecord=new Struct({varSelector:uint24,defaultUVS:new Pointer(uint32,$26a62205ad06574e$var$DefaultUVS,{type:"parent"}),nonDefaultUVS:new Pointer(uint32,$26a62205ad06574e$var$NonDefaultUVS,{type:"parent"})}),$26a62205ad06574e$var$CmapSubtable=new VersionedStruct(uint16,{0:{length:uint16,language:uint16,codeMap:new LazyArray(uint8,256)},2:{length:uint16,language:uint16,subHeaderKeys:new ArrayT(uint16,256),subHeaderCount:a=>Math.max.apply(Math,a.subHeaderKeys),subHeaders:new LazyArray($26a62205ad06574e$var$SubHeader,"subHeaderCount"),glyphIndexArray:new LazyArray(uint16,"subHeaderCount")},4:{length:uint16,language:uint16,segCountX2:uint16,segCount:a=>a.segCountX2>>1,searchRange:uint16,entrySelector:uint16,rangeShift:uint16,endCode:new LazyArray(uint16,"segCount"),reservedPad:new Reserved(uint16),startCode:new LazyArray(uint16,"segCount"),idDelta:new LazyArray(int16,"segCount"),idRangeOffset:new LazyArray(uint16,"segCount"),glyphIndexArray:new LazyArray(uint16,a=>(a.length-a._currentOffset)/2)},6:{length:uint16,language:uint16,firstCode:uint16,entryCount:uint16,glyphIndices:new LazyArray(uint16,"entryCount")},8:{reserved:new Reserved(uint16),length:uint32,language:uint16,is32:new LazyArray(uint8,8192),nGroups:uint32,groups:new LazyArray($26a62205ad06574e$var$CmapGroup,"nGroups")},10:{reserved:new Reserved(uint16),length:uint32,language:uint32,firstCode:uint32,entryCount:uint32,glyphIndices:new LazyArray(uint16,"numChars")},12:{reserved:new Reserved(uint16),length:uint32,language:uint32,nGroups:uint32,groups:new LazyArray($26a62205ad06574e$var$CmapGroup,"nGroups")},13:{reserved:new Reserved(uint16),length:uint32,language:uint32,nGroups:uint32,groups:new LazyArray($26a62205ad06574e$var$CmapGroup,"nGroups")},14:{length:uint32,numRecords:uint32,varSelectors:new LazyArray($26a62205ad06574e$var$VarSelectorRecord,"numRecords")}}),$26a62205ad06574e$var$CmapEntry=new Struct({platformID:uint16,encodingID:uint16,table:new Pointer(uint32,$26a62205ad06574e$var$CmapSubtable,{type:"parent",lazy:!0})});var $26a62205ad06574e$export$2e2bcd8739ae039=new Struct({version:uint16,numSubtables:uint16,tables:new ArrayT($26a62205ad06574e$var$CmapEntry,"numSubtables")}),$f2612a29f92ac062$export$2e2bcd8739ae039=new Struct({version:int32,revision:int32,checkSumAdjustment:uint32,magicNumber:uint32,flags:uint16,unitsPerEm:uint16,created:new ArrayT(int32,2),modified:new ArrayT(int32,2),xMin:int16,yMin:int16,xMax:int16,yMax:int16,macStyle:new Bitfield(uint16,["bold","italic","underline","outline","shadow","condensed","extended"]),lowestRecPPEM:uint16,fontDirectionHint:int16,indexToLocFormat:int16,glyphDataFormat:int16}),$2c179dd593583073$export$2e2bcd8739ae039=new Struct({version:int32,ascent:int16,descent:int16,lineGap:int16,advanceWidthMax:uint16,minLeftSideBearing:int16,minRightSideBearing:int16,xMaxExtent:int16,caretSlopeRise:int16,caretSlopeRun:int16,caretOffset:int16,reserved:new Reserved(int16,4),metricDataFormat:int16,numberOfMetrics:uint16});let $bdc9060542264b85$var$HmtxEntry=new Struct({advance:uint16,bearing:int16});var $bdc9060542264b85$export$2e2bcd8739ae039=new Struct({metrics:new LazyArray($bdc9060542264b85$var$HmtxEntry,a=>a.parent.hhea.numberOfMetrics),bearings:new LazyArray(int16,a=>a.parent.maxp.numGlyphs-a.parent.hhea.numberOfMetrics)}),$dbf51cb3d3fe409d$export$2e2bcd8739ae039=new Struct({version:int32,numGlyphs:uint16,maxPoints:uint16,maxContours:uint16,maxComponentPoints:uint16,maxComponentContours:uint16,maxZones:uint16,maxTwilightPoints:uint16,maxStorage:uint16,maxFunctionDefs:uint16,maxInstructionDefs:uint16,maxStackElements:uint16,maxSizeOfInstructions:uint16,maxComponentElements:uint16,maxComponentDepth:uint16});function $e449ad78d50845fe$export$badc544e0651b6b1(a,s,c=0){return a===1&&$e449ad78d50845fe$export$479e671907f486d1[c]?$e449ad78d50845fe$export$479e671907f486d1[c]:$e449ad78d50845fe$export$6fef87b7618bdf0b[a][s]}const $e449ad78d50845fe$var$SINGLE_BYTE_ENCODINGS=new Set(["x-mac-roman","x-mac-cyrillic","iso-8859-6","iso-8859-8"]),$e449ad78d50845fe$var$MAC_ENCODINGS={"x-mac-croatian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊©⁄€‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ","x-mac-gaelic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØḂ±≤≥ḃĊċḊḋḞḟĠġṀæøṁṖṗɼƒſṠ«»… ÀÃÕŒœ–—“”‘’ṡẛÿŸṪ€‹›Ŷŷṫ·Ỳỳ⁊ÂÊÁËÈÍÎÏÌÓÔ♣ÒÚÛÙıÝýŴŵẄẅẀẁẂẃ","x-mac-greek":"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦€ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ","x-mac-icelandic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-inuit":"ᐃᐄᐅᐆᐊᐋᐱᐲᐳᐴᐸᐹᑉᑎᑏᑐᑑᑕᑖᑦᑭᑮᑯᑰᑲᑳᒃᒋᒌᒍᒎᒐᒑ°ᒡᒥᒦ•¶ᒧ®©™ᒨᒪᒫᒻᓂᓃᓄᓅᓇᓈᓐᓯᓰᓱᓲᓴᓵᔅᓕᓖᓗᓘᓚᓛᓪᔨᔩᔪᔫᔭ… ᔮᔾᕕᕖᕗ–—“”‘’ᕘᕙᕚᕝᕆᕇᕈᕉᕋᕌᕐᕿᖀᖁᖂᖃᖄᖅᖏᖐᖑᖒᖓᖔᖕᙱᙲᙳᙴᙵᙶᖖᖠᖡᖢᖣᖤᖥᖦᕼŁł","x-mac-ce":"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ","x-mac-romanian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂȘ∞±≤≥¥µ∂∑∏π∫ªºΩăș¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›Țț‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-turkish":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙˆ˜¯˘˙˚¸˝˛ˇ"},$e449ad78d50845fe$var$encodingCache=new Map;function $e449ad78d50845fe$export$1dceb3c14ed68bee(a){let s=$e449ad78d50845fe$var$encodingCache.get(a);if(s)return s;let c=$e449ad78d50845fe$var$MAC_ENCODINGS[a];if(c){let u=new Map;for(let d=0;d<c.length;d++)u.set(c.charCodeAt(d),128+d);return $e449ad78d50845fe$var$encodingCache.set(a,u),u}if($e449ad78d50845fe$var$SINGLE_BYTE_ENCODINGS.has(a)){let u=new TextDecoder(a),d=new Uint8Array(128);for(let v=0;v<128;v++)d[v]=128+v;let p=new Map,A=u.decode(d);for(let v=0;v<128;v++)p.set(A.charCodeAt(v),128+v);return $e449ad78d50845fe$var$encodingCache.set(a,p),p}}const $e449ad78d50845fe$export$6fef87b7618bdf0b=[["utf-16be","utf-16be","utf-16be","utf-16be","utf-16be","utf-16be","utf-16be"],["x-mac-roman","shift-jis","big5","euc-kr","iso-8859-6","iso-8859-8","x-mac-greek","x-mac-cyrillic","x-mac-symbol","x-mac-devanagari","x-mac-gurmukhi","x-mac-gujarati","Oriya","Bengali","Tamil","Telugu","Kannada","Malayalam","Sinhalese","Burmese","Khmer","iso-8859-11","Laotian","Georgian","Armenian","gbk","Tibetan","Mongolian","Geez","x-mac-ce","Vietnamese","Sindhi"],["ascii",null,"iso-8859-1"],["symbol","utf-16be","shift-jis","gb18030","big5","euc-kr","johab",null,null,null,"utf-16be"]],$e449ad78d50845fe$export$479e671907f486d1={15:"x-mac-icelandic",17:"x-mac-turkish",18:"x-mac-croatian",24:"x-mac-ce",25:"x-mac-ce",26:"x-mac-ce",27:"x-mac-ce",28:"x-mac-ce",30:"x-mac-icelandic",37:"x-mac-romanian",38:"x-mac-ce",39:"x-mac-ce",40:"x-mac-ce",143:"x-mac-inuit",146:"x-mac-gaelic"},$e449ad78d50845fe$export$2092376fd002e13=[[],{0:"en",30:"fo",60:"ks",90:"rw",1:"fr",31:"fa",61:"ku",91:"rn",2:"de",32:"ru",62:"sd",92:"ny",3:"it",33:"zh",63:"bo",93:"mg",4:"nl",34:"nl-BE",64:"ne",94:"eo",5:"sv",35:"ga",65:"sa",128:"cy",6:"es",36:"sq",66:"mr",129:"eu",7:"da",37:"ro",67:"bn",130:"ca",8:"pt",38:"cz",68:"as",131:"la",9:"no",39:"sk",69:"gu",132:"qu",10:"he",40:"si",70:"pa",133:"gn",11:"ja",41:"yi",71:"or",134:"ay",12:"ar",42:"sr",72:"ml",135:"tt",13:"fi",43:"mk",73:"kn",136:"ug",14:"el",44:"bg",74:"ta",137:"dz",15:"is",45:"uk",75:"te",138:"jv",16:"mt",46:"be",76:"si",139:"su",17:"tr",47:"uz",77:"my",140:"gl",18:"hr",48:"kk",78:"km",141:"af",19:"zh-Hant",49:"az-Cyrl",79:"lo",142:"br",20:"ur",50:"az-Arab",80:"vi",143:"iu",21:"hi",51:"hy",81:"id",144:"gd",22:"th",52:"ka",82:"tl",145:"gv",23:"ko",53:"mo",83:"ms",146:"ga",24:"lt",54:"ky",84:"ms-Arab",147:"to",25:"pl",55:"tg",85:"am",148:"el-polyton",26:"hu",56:"tk",86:"ti",149:"kl",27:"es",57:"mn-CN",87:"om",150:"az",28:"lv",58:"mn",88:"so",151:"nn",29:"se",59:"ps",89:"sw"},[],{1078:"af",16393:"en-IN",1159:"rw",1074:"tn",1052:"sq",6153:"en-IE",1089:"sw",1115:"si",1156:"gsw",8201:"en-JM",1111:"kok",1051:"sk",1118:"am",17417:"en-MY",1042:"ko",1060:"sl",5121:"ar-DZ",5129:"en-NZ",1088:"ky",11274:"es-AR",15361:"ar-BH",13321:"en-PH",1108:"lo",16394:"es-BO",3073:"ar",18441:"en-SG",1062:"lv",13322:"es-CL",2049:"ar-IQ",7177:"en-ZA",1063:"lt",9226:"es-CO",11265:"ar-JO",11273:"en-TT",2094:"dsb",5130:"es-CR",13313:"ar-KW",2057:"en-GB",1134:"lb",7178:"es-DO",12289:"ar-LB",1033:"en",1071:"mk",12298:"es-EC",4097:"ar-LY",12297:"en-ZW",2110:"ms-BN",17418:"es-SV",6145:"ary",1061:"et",1086:"ms",4106:"es-GT",8193:"ar-OM",1080:"fo",1100:"ml",18442:"es-HN",16385:"ar-QA",1124:"fil",1082:"mt",2058:"es-MX",1025:"ar-SA",1035:"fi",1153:"mi",19466:"es-NI",10241:"ar-SY",2060:"fr-BE",1146:"arn",6154:"es-PA",7169:"aeb",3084:"fr-CA",1102:"mr",15370:"es-PY",14337:"ar-AE",1036:"fr",1148:"moh",10250:"es-PE",9217:"ar-YE",5132:"fr-LU",1104:"mn",20490:"es-PR",1067:"hy",6156:"fr-MC",2128:"mn-CN",3082:"es",1101:"as",4108:"fr-CH",1121:"ne",1034:"es",2092:"az-Cyrl",1122:"fy",1044:"nb",21514:"es-US",1068:"az",1110:"gl",2068:"nn",14346:"es-UY",1133:"ba",1079:"ka",1154:"oc",8202:"es-VE",1069:"eu",3079:"de-AT",1096:"or",2077:"sv-FI",1059:"be",1031:"de",1123:"ps",1053:"sv",2117:"bn",5127:"de-LI",1045:"pl",1114:"syr",1093:"bn-IN",4103:"de-LU",1046:"pt",1064:"tg",8218:"bs-Cyrl",2055:"de-CH",2070:"pt-PT",2143:"tzm",5146:"bs",1032:"el",1094:"pa",1097:"ta",1150:"br",1135:"kl",1131:"qu-BO",1092:"tt",1026:"bg",1095:"gu",2155:"qu-EC",1098:"te",1027:"ca",1128:"ha",3179:"qu",1054:"th",3076:"zh-HK",1037:"he",1048:"ro",1105:"bo",5124:"zh-MO",1081:"hi",1047:"rm",1055:"tr",2052:"zh",1038:"hu",1049:"ru",1090:"tk",4100:"zh-SG",1039:"is",9275:"smn",1152:"ug",1028:"zh-TW",1136:"ig",4155:"smj-NO",1058:"uk",1155:"co",1057:"id",5179:"smj",1070:"hsb",1050:"hr",1117:"iu",3131:"se-FI",1056:"ur",4122:"hr-BA",2141:"iu-Latn",1083:"se",2115:"uz-Cyrl",1029:"cs",2108:"ga",2107:"se-SE",1091:"uz",1030:"da",1076:"xh",8251:"sms",1066:"vi",1164:"prs",1077:"zu",6203:"sma-NO",1106:"cy",1125:"dv",1040:"it",7227:"sms",1160:"wo",2067:"nl-BE",2064:"it-CH",1103:"sa",1157:"sah",1043:"nl",1041:"ja",7194:"sr-Cyrl-BA",1144:"ii",3081:"en-AU",1099:"kn",3098:"sr",1130:"yo",10249:"en-BZ",1087:"kk",6170:"sr-Latn-BA",4105:"en-CA",1107:"km",2074:"sr-Latn",9225:"en-029",1158:"quc",1132:"nso"}];let $2bcf221753ec8e32$var$NameRecord=new Struct({platformID:uint16,encodingID:uint16,languageID:uint16,nameID:uint16,length:uint16,string:new Pointer(uint16,new StringT("length",a=>$e449ad78d50845fe$export$badc544e0651b6b1(a.platformID,a.encodingID,a.languageID)),{type:"parent",relativeTo:a=>a.parent.stringOffset,allowNull:!1})}),$2bcf221753ec8e32$var$LangTagRecord=new Struct({length:uint16,tag:new Pointer(uint16,new StringT("length","utf16be"),{type:"parent",relativeTo:a=>a.stringOffset})});var $2bcf221753ec8e32$var$NameTable=new VersionedStruct(uint16,{0:{count:uint16,stringOffset:uint16,records:new ArrayT($2bcf221753ec8e32$var$NameRecord,"count")},1:{count:uint16,stringOffset:uint16,records:new ArrayT($2bcf221753ec8e32$var$NameRecord,"count"),langTagCount:uint16,langTags:new ArrayT($2bcf221753ec8e32$var$LangTagRecord,"langTagCount")}}),$2bcf221753ec8e32$export$2e2bcd8739ae039=$2bcf221753ec8e32$var$NameTable;const $2bcf221753ec8e32$var$NAMES=["copyright","fontFamily","fontSubfamily","uniqueSubfamily","fullName","version","postscriptName","trademark","manufacturer","designer","description","vendorURL","designerURL","license","licenseURL",null,"preferredFamily","preferredSubfamily","compatibleFull","sampleText","postscriptCIDFontName","wwsFamilyName","wwsSubfamilyName"];$2bcf221753ec8e32$var$NameTable.process=function(a){var s={};for(let c of this.records){let u=$e449ad78d50845fe$export$2092376fd002e13[c.platformID][c.languageID];u==null&&this.langTags!=null&&c.languageID>=32768&&(u=this.langTags[c.languageID-32768].tag),u==null&&(u=c.platformID+"-"+c.languageID);let d=c.nameID>=256?"fontFeatures":$2bcf221753ec8e32$var$NAMES[c.nameID]||c.nameID;s[d]==null&&(s[d]={});let p=s[d];c.nameID>=256&&(p=p[c.nameID]||(p[c.nameID]={})),(typeof c.string=="string"||typeof p[u]!="string")&&(p[u]=c.string)}this.records=s},$2bcf221753ec8e32$var$NameTable.preEncode=function(){if(Array.isArray(this.records))return;this.version=0;let a=[];for(let s in this.records){let c=this.records[s];s!=="fontFeatures"&&(a.push({platformID:3,encodingID:1,languageID:1033,nameID:$2bcf221753ec8e32$var$NAMES.indexOf(s),length:c.en.length*2,string:c.en}),s==="postscriptName"&&a.push({platformID:1,encodingID:0,languageID:0,nameID:$2bcf221753ec8e32$var$NAMES.indexOf(s),length:c.en.length,string:c.en}))}this.records=a,this.count=a.length,this.stringOffset=$2bcf221753ec8e32$var$NameTable.size(this,null,!1)};var $84b272aa31b70606$var$OS2=new VersionedStruct(uint16,{header:{xAvgCharWidth:int16,usWeightClass:uint16,usWidthClass:uint16,fsType:new Bitfield(uint16,[null,"noEmbedding","viewOnly","editable",null,null,null,null,"noSubsetting","bitmapOnly"]),ySubscriptXSize:int16,ySubscriptYSize:int16,ySubscriptXOffset:int16,ySubscriptYOffset:int16,ySuperscriptXSize:int16,ySuperscriptYSize:int16,ySuperscriptXOffset:int16,ySuperscriptYOffset:int16,yStrikeoutSize:int16,yStrikeoutPosition:int16,sFamilyClass:int16,panose:new ArrayT(uint8,10),ulCharRange:new ArrayT(uint32,4),vendorID:new StringT(4),fsSelection:new Bitfield(uint16,["italic","underscore","negative","outlined","strikeout","bold","regular","useTypoMetrics","wws","oblique"]),usFirstCharIndex:uint16,usLastCharIndex:uint16},0:{},1:{typoAscender:int16,typoDescender:int16,typoLineGap:int16,winAscent:uint16,winDescent:uint16,codePageRange:new ArrayT(uint32,2)},2:{typoAscender:int16,typoDescender:int16,typoLineGap:int16,winAscent:uint16,winDescent:uint16,codePageRange:new ArrayT(uint32,2),xHeight:int16,capHeight:int16,defaultChar:uint16,breakChar:uint16,maxContent:uint16},5:{typoAscender:int16,typoDescender:int16,typoLineGap:int16,winAscent:uint16,winDescent:uint16,codePageRange:new ArrayT(uint32,2),xHeight:int16,capHeight:int16,defaultChar:uint16,breakChar:uint16,maxContent:uint16,usLowerOpticalPointSize:uint16,usUpperOpticalPointSize:uint16}});let $84b272aa31b70606$var$versions=$84b272aa31b70606$var$OS2.versions;$84b272aa31b70606$var$versions[3]=$84b272aa31b70606$var$versions[4]=$84b272aa31b70606$var$versions[2];var $84b272aa31b70606$export$2e2bcd8739ae039=$84b272aa31b70606$var$OS2,$32d9e2eb9565d93c$export$2e2bcd8739ae039=new VersionedStruct(fixed32,{header:{italicAngle:fixed32,underlinePosition:int16,underlineThickness:int16,isFixedPitch:uint32,minMemType42:uint32,maxMemType42:uint32,minMemType1:uint32,maxMemType1:uint32},1:{},2:{numberOfGlyphs:uint16,glyphNameIndex:new ArrayT(uint16,"numberOfGlyphs"),names:new ArrayT(new StringT(uint8))},2.5:{numberOfGlyphs:uint16,offsets:new ArrayT(uint8,"numberOfGlyphs")},3:{},4:{map:new ArrayT(uint32,a=>a.parent.maxp.numGlyphs)}}),$5202bd9d9ad8eaac$export$2e2bcd8739ae039=new Struct({controlValues:new ArrayT(int16)}),$5c0f37ca5ffb1850$export$2e2bcd8739ae039=new Struct({instructions:new ArrayT(uint8)});let $2b2b260902b1c57e$var$loca=new VersionedStruct("head.indexToLocFormat",{0:{offsets:new ArrayT(uint16)},1:{offsets:new ArrayT(uint32)}});$2b2b260902b1c57e$var$loca.process=function(){if(this.version===0&&!this._processed){for(let a=0;a<this.offsets.length;a++)this.offsets[a]<<=1;this._processed=!0}},$2b2b260902b1c57e$var$loca.preEncode=function(){if(this.version===0&&this._processed!==!1){for(let a=0;a<this.offsets.length;a++)this.offsets[a]>>>=1;this._processed=!1}};var $2b2b260902b1c57e$export$2e2bcd8739ae039=$2b2b260902b1c57e$var$loca,$7afb878c7bea4f66$export$2e2bcd8739ae039=new Struct({controlValueProgram:new ArrayT(uint8)}),$6c92b6371bce8bd9$export$2e2bcd8739ae039=new ArrayT(new BufferT);class $43e9821ef3717eec$export$2e2bcd8739ae039{getCFFVersion(s){for(;s&&!s.hdrSize;)s=s.parent;return s?s.version:-1}decode(s,c){let d=this.getCFFVersion(c)>=2?s.readUInt32BE():s.readUInt16BE();if(d===0)return[];let p=s.readUInt8(),A;if(p===1)A=uint8;else if(p===2)A=uint16;else if(p===3)A=uint24;else if(p===4)A=uint32;else throw new Error(`Bad offset size in CFFIndex: ${p} ${s.pos}`);let v=[],b=s.pos+(d+1)*p-1,g=A.decode(s);for(let x=0;x<d;x++){let y=A.decode(s);if(this.type!=null){let f=s.pos;s.pos=b+g,c.length=y-g,v.push(this.type.decode(s,c)),s.pos=f}else v.push({offset:b+g,length:y-g});g=y}return s.pos=b+g,v}size(s,c){let u=2;if(s.length===0)return u;let d=this.type||new BufferT,p=1;for(let v=0;v<s.length;v++){let b=s[v];p+=d.size(b,c)}let A;if(p<=255)A=uint8;else if(p<=65535)A=uint16;else if(p<=16777215)A=uint24;else if(p<=4294967295)A=uint32;else throw new Error("Bad offset in CFFIndex");return u+=1+A.size()*(s.length+1),u+=p-1,u}encode(s,c,u){if(s.writeUInt16BE(c.length),c.length===0)return;let d=this.type||new BufferT,p=[],A=1;for(let b of c){let g=d.size(b,u);p.push(g),A+=g}let v;if(A<=255)v=uint8;else if(A<=65535)v=uint16;else if(A<=16777215)v=uint24;else if(A<=4294967295)v=uint32;else throw new Error("Bad offset in CFFIndex");s.writeUInt8(v.size()),A=1,v.encode(s,A);for(let b of p)A+=b,v.encode(s,A);for(let b of c)d.encode(s,b,u)}constructor(s){this.type=s}}const $c2d28e92708f99da$var$FLOAT_EOF=15,$c2d28e92708f99da$var$FLOAT_LOOKUP=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"],$c2d28e92708f99da$var$FLOAT_ENCODE_LOOKUP={".":10,E:11,"E-":12,"-":14};class $c2d28e92708f99da$export$2e2bcd8739ae039{static decode(s,c){if(32<=c&&c<=246)return c-139;if(247<=c&&c<=250)return(c-247)*256+s.readUInt8()+108;if(251<=c&&c<=254)return-(c-251)*256-s.readUInt8()-108;if(c===28)return s.readInt16BE();if(c===29)return s.readInt32BE();if(c===30){let u="";for(;;){let d=s.readUInt8(),p=d>>4;if(p===$c2d28e92708f99da$var$FLOAT_EOF)break;u+=$c2d28e92708f99da$var$FLOAT_LOOKUP[p];let A=d&15;if(A===$c2d28e92708f99da$var$FLOAT_EOF)break;u+=$c2d28e92708f99da$var$FLOAT_LOOKUP[A]}return parseFloat(u)}return null}static size(s){if(s.forceLarge&&(s=32768),(s|0)!==s){let c=""+s;return 1+Math.ceil((c.length+1)/2)}else return-107<=s&&s<=107?1:108<=s&&s<=1131||-1131<=s&&s<=-108?2:-32768<=s&&s<=32767?3:5}static encode(s,c){let u=Number(c);if(c.forceLarge)return s.writeUInt8(29),s.writeInt32BE(u);if((u|0)!==u){s.writeUInt8(30);let p=""+u;for(let A=0;A<p.length;A+=2){let v=p[A],b=$c2d28e92708f99da$var$FLOAT_ENCODE_LOOKUP[v]||+v;if(A===p.length-1)var d=$c2d28e92708f99da$var$FLOAT_EOF;else{let g=p[A+1];var d=$c2d28e92708f99da$var$FLOAT_ENCODE_LOOKUP[g]||+g}s.writeUInt8(b<<4|d&15)}if(d!==$c2d28e92708f99da$var$FLOAT_EOF)return s.writeUInt8($c2d28e92708f99da$var$FLOAT_EOF<<4)}else return-107<=u&&u<=107?s.writeUInt8(u+139):108<=u&&u<=1131?(u-=108,s.writeUInt8((u>>8)+247),s.writeUInt8(u&255)):-1131<=u&&u<=-108?(u=-u-108,s.writeUInt8((u>>8)+251),s.writeUInt8(u&255)):-32768<=u&&u<=32767?(s.writeUInt8(28),s.writeInt16BE(u)):(s.writeUInt8(29),s.writeInt32BE(u))}}class $61aa549f16d58b9b$export$2e2bcd8739ae039{decodeOperands(s,c,u,d){if(Array.isArray(s))return d.map((p,A)=>this.decodeOperands(s[A],c,u,[p]));if(s.decode!=null)return s.decode(c,u,d);switch(s){case"number":case"offset":case"sid":return d[0];case"boolean":return!!d[0];default:return d}}encodeOperands(s,c,u,d){return Array.isArray(s)?d.map((p,A)=>this.encodeOperands(s[A],c,u,p)[0]):s.encode!=null?s.encode(c,d,u):typeof d=="number"?[d]:typeof d=="boolean"?[+d]:Array.isArray(d)?d:[d]}decode(s,c){let u=s.pos+c.length,d={},p=[];Object.defineProperties(d,{parent:{value:c},_startOffset:{value:s.pos}});for(let A in this.fields){let v=this.fields[A];d[v[1]]=v[3]}for(;s.pos<u;){let A=s.readUInt8();if(A<28){A===12&&(A=A<<8|s.readUInt8());let v=this.fields[A];if(!v)throw new Error(`Unknown operator ${A}`);let b=this.decodeOperands(v[2],s,d,p);b!=null&&(b instanceof PropertyDescriptor?Object.defineProperty(d,v[1],b):d[v[1]]=b),p=[]}else p.push($c2d28e92708f99da$export$2e2bcd8739ae039.decode(s,A))}return d}size(s,c,u=!0){let d={parent:c,val:s,pointerSize:0,startOffset:c.startOffset||0},p=0;for(let A in this.fields){let v=this.fields[A],b=s[v[1]];if(b==null||$6uUbQ$fastdeepequal(b,v[3]))continue;let g=this.encodeOperands(v[2],null,d,b);for(let y of g)p+=$c2d28e92708f99da$export$2e2bcd8739ae039.size(y);let x=Array.isArray(v[0])?v[0]:[v[0]];p+=x.length}return u&&(p+=d.pointerSize),p}encode(s,c,u){let d={pointers:[],startOffset:s.pos,parent:u,val:c,pointerSize:0};d.pointerOffset=s.pos+this.size(c,d,!1);for(let A of this.ops){let v=c[A[1]];if(v==null||$6uUbQ$fastdeepequal(v,A[3]))continue;let b=this.encodeOperands(A[2],s,d,v);for(let x of b)$c2d28e92708f99da$export$2e2bcd8739ae039.encode(s,x);let g=Array.isArray(A[0])?A[0]:[A[0]];for(let x of g)s.writeUInt8(x)}let p=0;for(;p<d.pointers.length;){let A=d.pointers[p++];A.type.encode(s,A.val,A.parent)}}constructor(s=[]){this.ops=s,this.fields={};for(let c of s){let u=Array.isArray(c[0])?c[0][0]<<8|c[0][1]:c[0];this.fields[u]=c}}}class $0e34a43d05bde82c$export$2e2bcd8739ae039 extends Pointer{decode(s,c,u){return this.offsetType={decode:()=>u[0]},super.decode(s,c,u)}encode(s,c,u){if(!s)return this.offsetType={size:()=>0},this.size(c,u),[new $0e34a43d05bde82c$var$Ptr(0)];let d=null;return this.offsetType={encode:(p,A)=>d=A},super.encode(s,c,u),[new $0e34a43d05bde82c$var$Ptr(d)]}constructor(s,c={}){c.type==null&&(c.type="global"),super(null,s,c)}}class $0e34a43d05bde82c$var$Ptr{valueOf(){return this.val}constructor(s){this.val=s,this.forceLarge=!0}}class $6d59db2e29cc77b3$var$CFFBlendOp{static decode(s,c,u){let d=u.pop();for(;u.length>d;)u.pop()}}var $6d59db2e29cc77b3$export$2e2bcd8739ae039=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[6,"BlueValues","delta",null],[7,"OtherBlues","delta",null],[8,"FamilyBlues","delta",null],[9,"FamilyOtherBlues","delta",null],[[12,9],"BlueScale","number",.039625],[[12,10],"BlueShift","number",7],[[12,11],"BlueFuzz","number",1],[10,"StdHW","number",null],[11,"StdVW","number",null],[[12,12],"StemSnapH","delta",null],[[12,13],"StemSnapV","delta",null],[[12,14],"ForceBold","boolean",!1],[[12,17],"LanguageGroup","number",0],[[12,18],"ExpansionFactor","number",.06],[[12,19],"initialRandomSeed","number",0],[20,"defaultWidthX","number",0],[21,"nominalWidthX","number",0],[22,"vsindex","number",0],[23,"blend",$6d59db2e29cc77b3$var$CFFBlendOp,null],[19,"Subrs",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039,{type:"local"}),null]]),$229224aec43783c5$export$2e2bcd8739ae039=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"];let $bc0433d9b7e41f5f$export$dee0027060fa13bd=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],$bc0433d9b7e41f5f$export$4f58f497e14a53c3=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],$ef658f5c9a1488b2$export$c33b50336c234f16=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron"],$ef658f5c9a1488b2$export$3ed0f9e1fee8d489=[".notdef","space","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],$ef658f5c9a1488b2$export$dc28be11139d4120=[".notdef","space","dollaroldstyle","dollarsuperior","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","hyphensuperior","colonmonetary","onefitted","rupiah","centoldstyle","figuredash","hypheninferior","onequarter","onehalf","threequarters","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior"],$7cbbe4e24ef3cb75$var$LangSysTable=new Struct({reserved:new Reserved(uint16),reqFeatureIndex:uint16,featureCount:uint16,featureIndexes:new ArrayT(uint16,"featureCount")}),$7cbbe4e24ef3cb75$var$LangSysRecord=new Struct({tag:new StringT(4),langSys:new Pointer(uint16,$7cbbe4e24ef3cb75$var$LangSysTable,{type:"parent"})}),$7cbbe4e24ef3cb75$var$Script=new Struct({defaultLangSys:new Pointer(uint16,$7cbbe4e24ef3cb75$var$LangSysTable),count:uint16,langSysRecords:new ArrayT($7cbbe4e24ef3cb75$var$LangSysRecord,"count")}),$7cbbe4e24ef3cb75$var$ScriptRecord=new Struct({tag:new StringT(4),script:new Pointer(uint16,$7cbbe4e24ef3cb75$var$Script,{type:"parent"})}),$7cbbe4e24ef3cb75$export$3e15fc05ce864229=new ArrayT($7cbbe4e24ef3cb75$var$ScriptRecord,uint16),$7cbbe4e24ef3cb75$var$FeatureParams=new Struct({version:uint16,nameID:uint16}),$7cbbe4e24ef3cb75$export$6e91cf7616333d5=new Struct({featureParams:new Pointer(uint16,$7cbbe4e24ef3cb75$var$FeatureParams),lookupCount:uint16,lookupListIndexes:new ArrayT(uint16,"lookupCount")}),$7cbbe4e24ef3cb75$var$FeatureRecord=new Struct({tag:new StringT(4),feature:new Pointer(uint16,$7cbbe4e24ef3cb75$export$6e91cf7616333d5,{type:"parent"})}),$7cbbe4e24ef3cb75$export$aa18130def4b6cb4=new ArrayT($7cbbe4e24ef3cb75$var$FeatureRecord,uint16),$7cbbe4e24ef3cb75$var$LookupFlags=new Struct({markAttachmentType:uint8,flags:new Bitfield(uint8,["rightToLeft","ignoreBaseGlyphs","ignoreLigatures","ignoreMarks","useMarkFilteringSet"])});function $7cbbe4e24ef3cb75$export$df0008c6ff2da22a(a){let s=new Struct({lookupType:uint16,flags:$7cbbe4e24ef3cb75$var$LookupFlags,subTableCount:uint16,subTables:new ArrayT(new Pointer(uint16,a),"subTableCount"),markFilteringSet:new Optional(uint16,c=>c.flags.flags.useMarkFilteringSet)});return new LazyArray(new Pointer(uint16,s),uint16)}let $7cbbe4e24ef3cb75$var$RangeRecord=new Struct({start:uint16,end:uint16,startCoverageIndex:uint16}),$7cbbe4e24ef3cb75$export$17608c3f81a6111=new VersionedStruct(uint16,{1:{glyphCount:uint16,glyphs:new ArrayT(uint16,"glyphCount")},2:{rangeCount:uint16,rangeRecords:new ArrayT($7cbbe4e24ef3cb75$var$RangeRecord,"rangeCount")}}),$7cbbe4e24ef3cb75$var$ClassRangeRecord=new Struct({start:uint16,end:uint16,class:uint16}),$7cbbe4e24ef3cb75$export$843d551fbbafef71=new VersionedStruct(uint16,{1:{startGlyph:uint16,glyphCount:uint16,classValueArray:new ArrayT(uint16,"glyphCount")},2:{classRangeCount:uint16,classRangeRecord:new ArrayT($7cbbe4e24ef3cb75$var$ClassRangeRecord,"classRangeCount")}}),$7cbbe4e24ef3cb75$export$8215d14a63d9fb10=new Struct({a:uint16,b:uint16,deltaFormat:uint16}),$7cbbe4e24ef3cb75$var$LookupRecord=new Struct({sequenceIndex:uint16,lookupListIndex:uint16}),$7cbbe4e24ef3cb75$var$Rule=new Struct({glyphCount:uint16,lookupCount:uint16,input:new ArrayT(uint16,a=>a.glyphCount-1),lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}),$7cbbe4e24ef3cb75$var$RuleSet=new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$Rule),uint16),$7cbbe4e24ef3cb75$var$ClassRule=new Struct({glyphCount:uint16,lookupCount:uint16,classes:new ArrayT(uint16,a=>a.glyphCount-1),lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}),$7cbbe4e24ef3cb75$var$ClassSet=new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ClassRule),uint16),$7cbbe4e24ef3cb75$export$841858b892ce1f4c=new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),ruleSetCount:uint16,ruleSets:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$RuleSet),"ruleSetCount")},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),classSetCnt:uint16,classSet:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ClassSet),"classSetCnt")},3:{glyphCount:uint16,lookupCount:uint16,coverages:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"glyphCount"),lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}}),$7cbbe4e24ef3cb75$var$ChainRule=new Struct({backtrackGlyphCount:uint16,backtrack:new ArrayT(uint16,"backtrackGlyphCount"),inputGlyphCount:uint16,input:new ArrayT(uint16,a=>a.inputGlyphCount-1),lookaheadGlyphCount:uint16,lookahead:new ArrayT(uint16,"lookaheadGlyphCount"),lookupCount:uint16,lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}),$7cbbe4e24ef3cb75$var$ChainRuleSet=new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ChainRule),uint16),$7cbbe4e24ef3cb75$export$5e6d09e6861162f6=new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),chainCount:uint16,chainRuleSets:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ChainRuleSet),"chainCount")},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),backtrackClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),inputClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),lookaheadClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),chainCount:uint16,chainClassSet:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ChainRuleSet),"chainCount")},3:{backtrackGlyphCount:uint16,backtrackCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"backtrackGlyphCount"),inputGlyphCount:uint16,inputCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"inputGlyphCount"),lookaheadGlyphCount:uint16,lookaheadCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"lookaheadGlyphCount"),lookupCount:uint16,lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}}),$1a47b0c45c1c22fe$var$F2DOT14=new Fixed(16,"BE",14),$1a47b0c45c1c22fe$var$RegionAxisCoordinates=new Struct({startCoord:$1a47b0c45c1c22fe$var$F2DOT14,peakCoord:$1a47b0c45c1c22fe$var$F2DOT14,endCoord:$1a47b0c45c1c22fe$var$F2DOT14}),$1a47b0c45c1c22fe$var$VariationRegionList=new Struct({axisCount:uint16,regionCount:uint16,variationRegions:new ArrayT(new ArrayT($1a47b0c45c1c22fe$var$RegionAxisCoordinates,"axisCount"),"regionCount")}),$1a47b0c45c1c22fe$var$DeltaSet=new Struct({shortDeltas:new ArrayT(int16,a=>a.parent.shortDeltaCount),regionDeltas:new ArrayT(int8,a=>a.parent.regionIndexCount-a.parent.shortDeltaCount),deltas:a=>a.shortDeltas.concat(a.regionDeltas)}),$1a47b0c45c1c22fe$var$ItemVariationData=new Struct({itemCount:uint16,shortDeltaCount:uint16,regionIndexCount:uint16,regionIndexes:new ArrayT(uint16,"regionIndexCount"),deltaSets:new ArrayT($1a47b0c45c1c22fe$var$DeltaSet,"itemCount")}),$1a47b0c45c1c22fe$export$fe1b122a2710f241=new Struct({format:uint16,variationRegionList:new Pointer(uint32,$1a47b0c45c1c22fe$var$VariationRegionList),variationDataCount:uint16,itemVariationData:new ArrayT(new Pointer(uint32,$1a47b0c45c1c22fe$var$ItemVariationData),"variationDataCount")}),$1a47b0c45c1c22fe$var$ConditionTable=new VersionedStruct(uint16,{1:{axisIndex:uint16,axisIndex:uint16,filterRangeMinValue:$1a47b0c45c1c22fe$var$F2DOT14,filterRangeMaxValue:$1a47b0c45c1c22fe$var$F2DOT14}}),$1a47b0c45c1c22fe$var$ConditionSet=new Struct({conditionCount:uint16,conditionTable:new ArrayT(new Pointer(uint32,$1a47b0c45c1c22fe$var$ConditionTable),"conditionCount")}),$1a47b0c45c1c22fe$var$FeatureTableSubstitutionRecord=new Struct({featureIndex:uint16,alternateFeatureTable:new Pointer(uint32,$7cbbe4e24ef3cb75$export$6e91cf7616333d5,{type:"parent"})}),$1a47b0c45c1c22fe$var$FeatureTableSubstitution=new Struct({version:fixed32,substitutionCount:uint16,substitutions:new ArrayT($1a47b0c45c1c22fe$var$FeatureTableSubstitutionRecord,"substitutionCount")}),$1a47b0c45c1c22fe$var$FeatureVariationRecord=new Struct({conditionSet:new Pointer(uint32,$1a47b0c45c1c22fe$var$ConditionSet,{type:"parent"}),featureTableSubstitution:new Pointer(uint32,$1a47b0c45c1c22fe$var$FeatureTableSubstitution,{type:"parent"})}),$1a47b0c45c1c22fe$export$441b70b7971dd419=new Struct({majorVersion:uint16,minorVersion:uint16,featureVariationRecordCount:uint32,featureVariationRecords:new ArrayT($1a47b0c45c1c22fe$var$FeatureVariationRecord,"featureVariationRecordCount")});class $b84fd3dd9d8eddb2$var$PredefinedOp{decode(s,c,u){return this.predefinedOps[u[0]]?this.predefinedOps[u[0]]:this.type.decode(s,c,u)}size(s,c){return this.type.size(s,c)}encode(s,c,u){let d=this.predefinedOps.indexOf(c);return d!==-1?d:this.type.encode(s,c,u)}constructor(s,c){this.predefinedOps=s,this.type=c}}class $b84fd3dd9d8eddb2$var$CFFEncodingVersion extends NumberT{decode(s){return uint8.decode(s)&127}constructor(){super("UInt8")}}let $b84fd3dd9d8eddb2$var$Range1=new Struct({first:uint16,nLeft:uint8}),$b84fd3dd9d8eddb2$var$Range2=new Struct({first:uint16,nLeft:uint16}),$b84fd3dd9d8eddb2$var$CFFCustomEncoding=new VersionedStruct(new $b84fd3dd9d8eddb2$var$CFFEncodingVersion,{0:{nCodes:uint8,codes:new ArrayT(uint8,"nCodes")},1:{nRanges:uint8,ranges:new ArrayT($b84fd3dd9d8eddb2$var$Range1,"nRanges")}}),$b84fd3dd9d8eddb2$var$CFFEncoding=new $b84fd3dd9d8eddb2$var$PredefinedOp([$bc0433d9b7e41f5f$export$dee0027060fa13bd,$bc0433d9b7e41f5f$export$4f58f497e14a53c3],new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$CFFCustomEncoding,{lazy:!0}));class $b84fd3dd9d8eddb2$var$RangeArray extends ArrayT{decode(s,c){let u=resolveLength(this.length,s,c),d=0,p=[];for(;d<u;){let A=this.type.decode(s,c);A.offset=d,d+=A.nLeft+1,p.push(A)}return p}}let $b84fd3dd9d8eddb2$var$CFFCustomCharset=new VersionedStruct(uint8,{0:{glyphs:new ArrayT(uint16,a=>a.parent.CharStrings.length-1)},1:{ranges:new $b84fd3dd9d8eddb2$var$RangeArray($b84fd3dd9d8eddb2$var$Range1,a=>a.parent.CharStrings.length-1)},2:{ranges:new $b84fd3dd9d8eddb2$var$RangeArray($b84fd3dd9d8eddb2$var$Range2,a=>a.parent.CharStrings.length-1)}}),$b84fd3dd9d8eddb2$var$CFFCharset=new $b84fd3dd9d8eddb2$var$PredefinedOp([$ef658f5c9a1488b2$export$c33b50336c234f16,$ef658f5c9a1488b2$export$3ed0f9e1fee8d489,$ef658f5c9a1488b2$export$dc28be11139d4120],new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$CFFCustomCharset,{lazy:!0})),$b84fd3dd9d8eddb2$var$FDRange3=new Struct({first:uint16,fd:uint8}),$b84fd3dd9d8eddb2$var$FDRange4=new Struct({first:uint32,fd:uint16}),$b84fd3dd9d8eddb2$var$FDSelect=new VersionedStruct(uint8,{0:{fds:new ArrayT(uint8,a=>a.parent.CharStrings.length)},3:{nRanges:uint16,ranges:new ArrayT($b84fd3dd9d8eddb2$var$FDRange3,"nRanges"),sentinel:uint16},4:{nRanges:uint32,ranges:new ArrayT($b84fd3dd9d8eddb2$var$FDRange4,"nRanges"),sentinel:uint32}}),$b84fd3dd9d8eddb2$var$ptr=new $0e34a43d05bde82c$export$2e2bcd8739ae039($6d59db2e29cc77b3$export$2e2bcd8739ae039);class $b84fd3dd9d8eddb2$var$CFFPrivateOp{decode(s,c,u){return c.length=u[0],$b84fd3dd9d8eddb2$var$ptr.decode(s,c,[u[1]])}size(s,c){return[$6d59db2e29cc77b3$export$2e2bcd8739ae039.size(s,c,!1),$b84fd3dd9d8eddb2$var$ptr.size(s,c)[0]]}encode(s,c,u){return[$6d59db2e29cc77b3$export$2e2bcd8739ae039.size(c,u,!1),$b84fd3dd9d8eddb2$var$ptr.encode(s,c,u)[0]]}}let $b84fd3dd9d8eddb2$var$FontDict=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[18,"Private",new $b84fd3dd9d8eddb2$var$CFFPrivateOp,null],[[12,38],"FontName","sid",null],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[[12,5],"PaintType","number",0]]),$b84fd3dd9d8eddb2$var$CFFTopDict=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[[12,30],"ROS",["sid","sid","number"],null],[0,"version","sid",null],[1,"Notice","sid",null],[[12,0],"Copyright","sid",null],[2,"FullName","sid",null],[3,"FamilyName","sid",null],[4,"Weight","sid",null],[[12,1],"isFixedPitch","boolean",!1],[[12,2],"ItalicAngle","number",0],[[12,3],"UnderlinePosition","number",-100],[[12,4],"UnderlineThickness","number",50],[[12,5],"PaintType","number",0],[[12,6],"CharstringType","number",2],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[13,"UniqueID","number",null],[5,"FontBBox","array",[0,0,0,0]],[[12,8],"StrokeWidth","number",0],[14,"XUID","array",null],[15,"charset",$b84fd3dd9d8eddb2$var$CFFCharset,$ef658f5c9a1488b2$export$c33b50336c234f16],[16,"Encoding",$b84fd3dd9d8eddb2$var$CFFEncoding,$bc0433d9b7e41f5f$export$dee0027060fa13bd],[17,"CharStrings",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039),null],[18,"Private",new $b84fd3dd9d8eddb2$var$CFFPrivateOp,null],[[12,20],"SyntheticBase","number",null],[[12,21],"PostScript","sid",null],[[12,22],"BaseFontName","sid",null],[[12,23],"BaseFontBlend","delta",null],[[12,31],"CIDFontVersion","number",0],[[12,32],"CIDFontRevision","number",0],[[12,33],"CIDFontType","number",0],[[12,34],"CIDCount","number",8720],[[12,35],"UIDBase","number",null],[[12,37],"FDSelect",new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FDSelect),null],[[12,36],"FDArray",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FontDict)),null],[[12,38],"FontName","sid",null]]),$b84fd3dd9d8eddb2$var$VariationStore=new Struct({length:uint16,itemVariationStore:$1a47b0c45c1c22fe$export$fe1b122a2710f241}),$b84fd3dd9d8eddb2$var$CFF2TopDict=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[17,"CharStrings",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039),null],[[12,37],"FDSelect",new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FDSelect),null],[[12,36],"FDArray",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FontDict)),null],[24,"vstore",new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$VariationStore),null],[25,"maxstack","number",193]]),$b84fd3dd9d8eddb2$var$CFFTop=new VersionedStruct(fixed16,{1:{hdrSize:uint8,offSize:uint8,nameIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039(new StringT("length")),topDictIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$CFFTopDict),stringIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039(new StringT("length")),globalSubrIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039},2:{hdrSize:uint8,length:uint16,topDict:$b84fd3dd9d8eddb2$var$CFF2TopDict,globalSubrIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039}});var $b84fd3dd9d8eddb2$export$2e2bcd8739ae039=$b84fd3dd9d8eddb2$var$CFFTop;class $822ac0d589e4e237$var$CFFFont{static decode(s){return new $822ac0d589e4e237$var$CFFFont(s)}decode(){this.stream.pos;let s=$b84fd3dd9d8eddb2$export$2e2bcd8739ae039.decode(this.stream);for(let c in s){let u=s[c];this[c]=u}if(this.version<2){if(this.topDictIndex.length!==1)throw new Error("Only a single font is allowed in CFF");this.topDict=this.topDictIndex[0]}return this.isCIDFont=this.topDict.ROS!=null,this}string(s){return this.version>=2?null:s<$229224aec43783c5$export$2e2bcd8739ae039.length?$229224aec43783c5$export$2e2bcd8739ae039[s]:this.stringIndex[s-$229224aec43783c5$export$2e2bcd8739ae039.length]}get postscriptName(){return this.version<2?this.nameIndex[0]:null}get fullName(){return this.string(this.topDict.FullName)}get familyName(){return this.string(this.topDict.FamilyName)}getCharString(s){return this.stream.pos=this.topDict.CharStrings[s].offset,this.stream.readBuffer(this.topDict.CharStrings[s].length)}getGlyphName(s){if(this.version>=2||this.isCIDFont)return null;let{charset:c}=this.topDict;if(Array.isArray(c))return c[s];if(s===0)return".notdef";switch(s-=1,c.version){case 0:return this.string(c.glyphs[s]);case 1:case 2:for(let u=0;u<c.ranges.length;u++){let d=c.ranges[u];if(d.offset<=s&&s<=d.offset+d.nLeft)return this.string(d.first+(s-d.offset))}break}return null}fdForGlyph(s){if(!this.topDict.FDSelect)return null;switch(this.topDict.FDSelect.version){case 0:return this.topDict.FDSelect.fds[s];case 3:case 4:let{ranges:c}=this.topDict.FDSelect,u=0,d=c.length-1;for(;u<=d;){let p=u+d>>1;if(s<c[p].first)d=p-1;else if(p<d&&s>=c[p+1].first)u=p+1;else return c[p].fd}default:throw new Error(`Unknown FDSelect version: ${this.topDict.FDSelect.version}`)}}privateDictForGlyph(s){if(this.topDict.FDSelect){let c=this.fdForGlyph(s);return this.topDict.FDArray[c]?this.topDict.FDArray[c].Private:null}return this.version<2?this.topDict.Private:this.topDict.FDArray[0].Private}constructor(s){this.stream=s,this.decode()}}var $822ac0d589e4e237$export$2e2bcd8739ae039=$822ac0d589e4e237$var$CFFFont;let $2bbf2bc1ce37cd8f$var$VerticalOrigin=new Struct({glyphIndex:uint16,vertOriginY:int16});var $2bbf2bc1ce37cd8f$export$2e2bcd8739ae039=new Struct({majorVersion:uint16,minorVersion:uint16,defaultVertOriginY:int16,numVertOriginYMetrics:uint16,metrics:new ArrayT($2bbf2bc1ce37cd8f$var$VerticalOrigin,"numVertOriginYMetrics")});let $0941618dc22a946d$export$16b227cb15d716a0=new Struct({height:uint8,width:uint8,horiBearingX:int8,horiBearingY:int8,horiAdvance:uint8,vertBearingX:int8,vertBearingY:int8,vertAdvance:uint8}),$0941618dc22a946d$export$62c53e75f69bfe12=new Struct({height:uint8,width:uint8,bearingX:int8,bearingY:int8,advance:uint8}),$0941618dc22a946d$var$EBDTComponent=new Struct({glyph:uint16,xOffset:int8,yOffset:int8});class $0941618dc22a946d$var$ByteAligned{}class $0941618dc22a946d$var$BitAligned{}new VersionedStruct("version",{1:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,data:$0941618dc22a946d$var$ByteAligned},2:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,data:$0941618dc22a946d$var$BitAligned},5:{data:$0941618dc22a946d$var$BitAligned},6:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,data:$0941618dc22a946d$var$ByteAligned},7:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,data:$0941618dc22a946d$var$BitAligned},8:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,pad:new Reserved(uint8),numComponents:uint16,components:new ArrayT($0941618dc22a946d$var$EBDTComponent,"numComponents")},9:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,pad:new Reserved(uint8),numComponents:uint16,components:new ArrayT($0941618dc22a946d$var$EBDTComponent,"numComponents")},17:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,dataLen:uint32,data:new BufferT("dataLen")},18:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,dataLen:uint32,data:new BufferT("dataLen")},19:{dataLen:uint32,data:new BufferT("dataLen")}});let $9911c4c7201c13de$var$SBitLineMetrics=new Struct({ascender:int8,descender:int8,widthMax:uint8,caretSlopeNumerator:int8,caretSlopeDenominator:int8,caretOffset:int8,minOriginSB:int8,minAdvanceSB:int8,maxBeforeBL:int8,minAfterBL:int8,pad:new Reserved(int8,2)}),$9911c4c7201c13de$var$CodeOffsetPair=new Struct({glyphCode:uint16,offset:uint16}),$9911c4c7201c13de$var$IndexSubtable=new VersionedStruct(uint16,{header:{imageFormat:uint16,imageDataOffset:uint32},1:{offsetArray:new ArrayT(uint32,a=>a.parent.lastGlyphIndex-a.parent.firstGlyphIndex+1)},2:{imageSize:uint32,bigMetrics:$0941618dc22a946d$export$16b227cb15d716a0},3:{offsetArray:new ArrayT(uint16,a=>a.parent.lastGlyphIndex-a.parent.firstGlyphIndex+1)},4:{numGlyphs:uint32,glyphArray:new ArrayT($9911c4c7201c13de$var$CodeOffsetPair,a=>a.numGlyphs+1)},5:{imageSize:uint32,bigMetrics:$0941618dc22a946d$export$16b227cb15d716a0,numGlyphs:uint32,glyphCodeArray:new ArrayT(uint16,"numGlyphs")}}),$9911c4c7201c13de$var$IndexSubtableArray=new Struct({firstGlyphIndex:uint16,lastGlyphIndex:uint16,subtable:new Pointer(uint32,$9911c4c7201c13de$var$IndexSubtable)}),$9911c4c7201c13de$var$BitmapSizeTable=new Struct({indexSubTableArray:new Pointer(uint32,new ArrayT($9911c4c7201c13de$var$IndexSubtableArray,1),{type:"parent"}),indexTablesSize:uint32,numberOfIndexSubTables:uint32,colorRef:uint32,hori:$9911c4c7201c13de$var$SBitLineMetrics,vert:$9911c4c7201c13de$var$SBitLineMetrics,startGlyphIndex:uint16,endGlyphIndex:uint16,ppemX:uint8,ppemY:uint8,bitDepth:uint8,flags:new Bitfield(uint8,["horizontal","vertical"])});var $9911c4c7201c13de$export$2e2bcd8739ae039=new Struct({version:uint32,numSizes:uint32,sizes:new ArrayT($9911c4c7201c13de$var$BitmapSizeTable,"numSizes")});let $abb847051efd51b1$var$ImageTable=new Struct({ppem:uint16,resolution:uint16,imageOffsets:new ArrayT(new Pointer(uint32,"void"),a=>a.parent.parent.maxp.numGlyphs+1)});var $abb847051efd51b1$export$2e2bcd8739ae039=new Struct({version:uint16,flags:new Bitfield(uint16,["renderOutlines"]),numImgTables:uint32,imageTables:new ArrayT(new Pointer(uint32,$abb847051efd51b1$var$ImageTable),"numImgTables")});let $eb629188f3dfefdd$var$LayerRecord=new Struct({gid:uint16,paletteIndex:uint16}),$eb629188f3dfefdd$var$BaseGlyphRecord=new Struct({gid:uint16,firstLayerIndex:uint16,numLayers:uint16});var $eb629188f3dfefdd$export$2e2bcd8739ae039=new Struct({version:uint16,numBaseGlyphRecords:uint16,baseGlyphRecord:new Pointer(uint32,new ArrayT($eb629188f3dfefdd$var$BaseGlyphRecord,"numBaseGlyphRecords")),layerRecords:new Pointer(uint32,new ArrayT($eb629188f3dfefdd$var$LayerRecord,"numLayerRecords"),{lazy:!0}),numLayerRecords:uint16});let $08734b8e7dc64587$var$ColorRecord=new Struct({blue:uint8,green:uint8,red:uint8,alpha:uint8});var $08734b8e7dc64587$export$2e2bcd8739ae039=new VersionedStruct(uint16,{header:{numPaletteEntries:uint16,numPalettes:uint16,numColorRecords:uint16,colorRecords:new Pointer(uint32,new ArrayT($08734b8e7dc64587$var$ColorRecord,"numColorRecords")),colorRecordIndices:new ArrayT(uint16,"numPalettes")},0:{},1:{offsetPaletteTypeArray:new Pointer(uint32,new ArrayT(uint32,"numPalettes")),offsetPaletteLabelArray:new Pointer(uint32,new ArrayT(uint16,"numPalettes")),offsetPaletteEntryLabelArray:new Pointer(uint32,new ArrayT(uint16,"numPaletteEntries"))}});let $497cef411d884e34$var$BaseCoord=new VersionedStruct(uint16,{1:{coordinate:int16},2:{coordinate:int16,referenceGlyph:uint16,baseCoordPoint:uint16},3:{coordinate:int16,deviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10)}}),$497cef411d884e34$var$BaseValues=new Struct({defaultIndex:uint16,baseCoordCount:uint16,baseCoords:new ArrayT(new Pointer(uint16,$497cef411d884e34$var$BaseCoord),"baseCoordCount")}),$497cef411d884e34$var$FeatMinMaxRecord=new Struct({tag:new StringT(4),minCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord,{type:"parent"}),maxCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord,{type:"parent"})}),$497cef411d884e34$var$MinMax=new Struct({minCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord),maxCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord),featMinMaxCount:uint16,featMinMaxRecords:new ArrayT($497cef411d884e34$var$FeatMinMaxRecord,"featMinMaxCount")}),$497cef411d884e34$var$BaseLangSysRecord=new Struct({tag:new StringT(4),minMax:new Pointer(uint16,$497cef411d884e34$var$MinMax,{type:"parent"})}),$497cef411d884e34$var$BaseScript=new Struct({baseValues:new Pointer(uint16,$497cef411d884e34$var$BaseValues),defaultMinMax:new Pointer(uint16,$497cef411d884e34$var$MinMax),baseLangSysCount:uint16,baseLangSysRecords:new ArrayT($497cef411d884e34$var$BaseLangSysRecord,"baseLangSysCount")}),$497cef411d884e34$var$BaseScriptRecord=new Struct({tag:new StringT(4),script:new Pointer(uint16,$497cef411d884e34$var$BaseScript,{type:"parent"})}),$497cef411d884e34$var$BaseScriptList=new ArrayT($497cef411d884e34$var$BaseScriptRecord,uint16),$497cef411d884e34$var$BaseTagList=new ArrayT(new StringT(4),uint16),$497cef411d884e34$var$Axis=new Struct({baseTagList:new Pointer(uint16,$497cef411d884e34$var$BaseTagList),baseScriptList:new Pointer(uint16,$497cef411d884e34$var$BaseScriptList)});var $497cef411d884e34$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{horizAxis:new Pointer(uint16,$497cef411d884e34$var$Axis),vertAxis:new Pointer(uint16,$497cef411d884e34$var$Axis)},65536:{},65537:{itemVariationStore:new Pointer(uint32,$1a47b0c45c1c22fe$export$fe1b122a2710f241)}});let $cf5f33c63ef209e6$var$AttachPoint=new ArrayT(uint16,uint16),$cf5f33c63ef209e6$var$AttachList=new Struct({coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),glyphCount:uint16,attachPoints:new ArrayT(new Pointer(uint16,$cf5f33c63ef209e6$var$AttachPoint),"glyphCount")}),$cf5f33c63ef209e6$var$CaretValue=new VersionedStruct(uint16,{1:{coordinate:int16},2:{caretValuePoint:uint16},3:{coordinate:int16,deviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10)}}),$cf5f33c63ef209e6$var$LigGlyph=new ArrayT(new Pointer(uint16,$cf5f33c63ef209e6$var$CaretValue),uint16),$cf5f33c63ef209e6$var$LigCaretList=new Struct({coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),ligGlyphCount:uint16,ligGlyphs:new ArrayT(new Pointer(uint16,$cf5f33c63ef209e6$var$LigGlyph),"ligGlyphCount")}),$cf5f33c63ef209e6$var$MarkGlyphSetsDef=new Struct({markSetTableFormat:uint16,markSetCount:uint16,coverage:new ArrayT(new Pointer(uint32,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"markSetCount")});var $cf5f33c63ef209e6$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{glyphClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),attachList:new Pointer(uint16,$cf5f33c63ef209e6$var$AttachList),ligCaretList:new Pointer(uint16,$cf5f33c63ef209e6$var$LigCaretList),markAttachClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71)},65536:{},65538:{markGlyphSetsDef:new Pointer(uint16,$cf5f33c63ef209e6$var$MarkGlyphSetsDef)},65539:{markGlyphSetsDef:new Pointer(uint16,$cf5f33c63ef209e6$var$MarkGlyphSetsDef),itemVariationStore:new Pointer(uint32,$1a47b0c45c1c22fe$export$fe1b122a2710f241)}});let $47e0e8ef515d9903$var$ValueFormat=new Bitfield(uint16,["xPlacement","yPlacement","xAdvance","yAdvance","xPlaDevice","yPlaDevice","xAdvDevice","yAdvDevice"]),$47e0e8ef515d9903$var$types={xPlacement:int16,yPlacement:int16,xAdvance:int16,yAdvance:int16,xPlaDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel}),yPlaDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel}),xAdvDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel}),yAdvDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel})};class $47e0e8ef515d9903$var$ValueRecord{buildStruct(s){let c=s;for(;!c[this.key]&&c.parent;)c=c.parent;if(!c[this.key])return;let u={};u.rel=()=>c._startOffset;let d=c[this.key];for(let p in d)d[p]&&(u[p]=$47e0e8ef515d9903$var$types[p]);return new Struct(u)}size(s,c){return this.buildStruct(c).size(s,c)}decode(s,c){let u=this.buildStruct(c).decode(s,c);return delete u.rel,u}constructor(s="valueFormat"){this.key=s}}let $47e0e8ef515d9903$var$PairValueRecord=new Struct({secondGlyph:uint16,value1:new $47e0e8ef515d9903$var$ValueRecord("valueFormat1"),value2:new $47e0e8ef515d9903$var$ValueRecord("valueFormat2")}),$47e0e8ef515d9903$var$PairSet=new ArrayT($47e0e8ef515d9903$var$PairValueRecord,uint16),$47e0e8ef515d9903$var$Class2Record=new Struct({value1:new $47e0e8ef515d9903$var$ValueRecord("valueFormat1"),value2:new $47e0e8ef515d9903$var$ValueRecord("valueFormat2")}),$47e0e8ef515d9903$var$Anchor=new VersionedStruct(uint16,{1:{xCoordinate:int16,yCoordinate:int16},2:{xCoordinate:int16,yCoordinate:int16,anchorPoint:uint16},3:{xCoordinate:int16,yCoordinate:int16,xDeviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10),yDeviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10)}}),$47e0e8ef515d9903$var$EntryExitRecord=new Struct({entryAnchor:new Pointer(uint16,$47e0e8ef515d9903$var$Anchor,{type:"parent"}),exitAnchor:new Pointer(uint16,$47e0e8ef515d9903$var$Anchor,{type:"parent"})}),$47e0e8ef515d9903$var$MarkRecord=new Struct({class:uint16,markAnchor:new Pointer(uint16,$47e0e8ef515d9903$var$Anchor,{type:"parent"})}),$47e0e8ef515d9903$var$MarkArray=new ArrayT($47e0e8ef515d9903$var$MarkRecord,uint16),$47e0e8ef515d9903$var$BaseRecord=new ArrayT(new Pointer(uint16,$47e0e8ef515d9903$var$Anchor),a=>a.parent.classCount),$47e0e8ef515d9903$var$BaseArray=new ArrayT($47e0e8ef515d9903$var$BaseRecord,uint16),$47e0e8ef515d9903$var$ComponentRecord=new ArrayT(new Pointer(uint16,$47e0e8ef515d9903$var$Anchor),a=>a.parent.parent.classCount),$47e0e8ef515d9903$var$LigatureAttach=new ArrayT($47e0e8ef515d9903$var$ComponentRecord,uint16),$47e0e8ef515d9903$var$LigatureArray=new ArrayT(new Pointer(uint16,$47e0e8ef515d9903$var$LigatureAttach),uint16),$47e0e8ef515d9903$export$73a8cfb19cd43a0f=new VersionedStruct("lookupType",{1:new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat:$47e0e8ef515d9903$var$ValueFormat,value:new $47e0e8ef515d9903$var$ValueRecord},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat:$47e0e8ef515d9903$var$ValueFormat,valueCount:uint16,values:new LazyArray(new $47e0e8ef515d9903$var$ValueRecord,"valueCount")}}),2:new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat1:$47e0e8ef515d9903$var$ValueFormat,valueFormat2:$47e0e8ef515d9903$var$ValueFormat,pairSetCount:uint16,pairSets:new LazyArray(new Pointer(uint16,$47e0e8ef515d9903$var$PairSet),"pairSetCount")},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat1:$47e0e8ef515d9903$var$ValueFormat,valueFormat2:$47e0e8ef515d9903$var$ValueFormat,classDef1:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),classDef2:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),class1Count:uint16,class2Count:uint16,classRecords:new LazyArray(new LazyArray($47e0e8ef515d9903$var$Class2Record,"class2Count"),"class1Count")}}),3:{format:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),entryExitCount:uint16,entryExitRecords:new ArrayT($47e0e8ef515d9903$var$EntryExitRecord,"entryExitCount")},4:{format:uint16,markCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),baseCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classCount:uint16,markArray:new Pointer(uint16,$47e0e8ef515d9903$var$MarkArray),baseArray:new Pointer(uint16,$47e0e8ef515d9903$var$BaseArray)},5:{format:uint16,markCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),ligatureCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classCount:uint16,markArray:new Pointer(uint16,$47e0e8ef515d9903$var$MarkArray),ligatureArray:new Pointer(uint16,$47e0e8ef515d9903$var$LigatureArray)},6:{format:uint16,mark1Coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),mark2Coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classCount:uint16,mark1Array:new Pointer(uint16,$47e0e8ef515d9903$var$MarkArray),mark2Array:new Pointer(uint16,$47e0e8ef515d9903$var$BaseArray)},7:$7cbbe4e24ef3cb75$export$841858b892ce1f4c,8:$7cbbe4e24ef3cb75$export$5e6d09e6861162f6,9:{posFormat:uint16,lookupType:uint16,extension:new Pointer(uint32,null)}});$47e0e8ef515d9903$export$73a8cfb19cd43a0f.versions[9].extension.type=$47e0e8ef515d9903$export$73a8cfb19cd43a0f;var $47e0e8ef515d9903$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{scriptList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$3e15fc05ce864229),featureList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$aa18130def4b6cb4),lookupList:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($47e0e8ef515d9903$export$73a8cfb19cd43a0f))},65536:{},65537:{featureVariations:new Pointer(uint32,$1a47b0c45c1c22fe$export$441b70b7971dd419)}});let $d3f442064af66e06$var$Sequence=new ArrayT(uint16,uint16),$d3f442064af66e06$var$AlternateSet=$d3f442064af66e06$var$Sequence,$d3f442064af66e06$var$Ligature=new Struct({glyph:uint16,compCount:uint16,components:new ArrayT(uint16,a=>a.compCount-1)}),$d3f442064af66e06$var$LigatureSet=new ArrayT(new Pointer(uint16,$d3f442064af66e06$var$Ligature),uint16),$d3f442064af66e06$var$GSUBLookup=new VersionedStruct("lookupType",{1:new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),deltaGlyphID:int16},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),glyphCount:uint16,substitute:new LazyArray(uint16,"glyphCount")}}),2:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),count:uint16,sequences:new LazyArray(new Pointer(uint16,$d3f442064af66e06$var$Sequence),"count")},3:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),count:uint16,alternateSet:new LazyArray(new Pointer(uint16,$d3f442064af66e06$var$AlternateSet),"count")},4:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),count:uint16,ligatureSets:new LazyArray(new Pointer(uint16,$d3f442064af66e06$var$LigatureSet),"count")},5:$7cbbe4e24ef3cb75$export$841858b892ce1f4c,6:$7cbbe4e24ef3cb75$export$5e6d09e6861162f6,7:{substFormat:uint16,lookupType:uint16,extension:new Pointer(uint32,null)},8:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),backtrackCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"backtrackGlyphCount"),lookaheadGlyphCount:uint16,lookaheadCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"lookaheadGlyphCount"),glyphCount:uint16,substitutes:new ArrayT(uint16,"glyphCount")}});$d3f442064af66e06$var$GSUBLookup.versions[7].extension.type=$d3f442064af66e06$var$GSUBLookup;var $d3f442064af66e06$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{scriptList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$3e15fc05ce864229),featureList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$aa18130def4b6cb4),lookupList:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($d3f442064af66e06$var$GSUBLookup))},65536:{},65537:{featureVariations:new Pointer(uint32,$1a47b0c45c1c22fe$export$441b70b7971dd419)}});let $71cfb3c4767fbd0c$var$JstfGSUBModList=new ArrayT(uint16,uint16),$71cfb3c4767fbd0c$var$JstfPriority=new Struct({shrinkageEnableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageDisableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageEnableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageDisableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageJstfMax:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($47e0e8ef515d9903$export$73a8cfb19cd43a0f)),extensionEnableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionDisableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionEnableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionDisableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionJstfMax:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($47e0e8ef515d9903$export$73a8cfb19cd43a0f))}),$71cfb3c4767fbd0c$var$JstfLangSys=new ArrayT(new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfPriority),uint16),$71cfb3c4767fbd0c$var$JstfLangSysRecord=new Struct({tag:new StringT(4),jstfLangSys:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfLangSys)}),$71cfb3c4767fbd0c$var$JstfScript=new Struct({extenderGlyphs:new Pointer(uint16,new ArrayT(uint16,uint16)),defaultLangSys:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfLangSys),langSysCount:uint16,langSysRecords:new ArrayT($71cfb3c4767fbd0c$var$JstfLangSysRecord,"langSysCount")}),$71cfb3c4767fbd0c$var$JstfScriptRecord=new Struct({tag:new StringT(4),script:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfScript,{type:"parent"})});var $71cfb3c4767fbd0c$export$2e2bcd8739ae039=new Struct({version:uint32,scriptCount:uint16,scriptList:new ArrayT($71cfb3c4767fbd0c$var$JstfScriptRecord,"scriptCount")});class $d059a6bd2d3b5b63$var$VariableSizeNumber{decode(s,c){switch(this.size(0,c)){case 1:return s.readUInt8();case 2:return s.readUInt16BE();case 3:return s.readUInt24BE();case 4:return s.readUInt32BE()}}size(s,c){return resolveLength(this._size,null,c)}constructor(s){this._size=s}}let $d059a6bd2d3b5b63$var$MapDataEntry=new Struct({entry:new $d059a6bd2d3b5b63$var$VariableSizeNumber(a=>((a.parent.entryFormat&48)>>4)+1),outerIndex:a=>a.entry>>(a.parent.entryFormat&15)+1,innerIndex:a=>a.entry&(1<<(a.parent.entryFormat&15)+1)-1}),$d059a6bd2d3b5b63$var$DeltaSetIndexMap=new Struct({entryFormat:uint16,mapCount:uint16,mapData:new ArrayT($d059a6bd2d3b5b63$var$MapDataEntry,"mapCount")});var $d059a6bd2d3b5b63$export$2e2bcd8739ae039=new Struct({majorVersion:uint16,minorVersion:uint16,itemVariationStore:new Pointer(uint32,$1a47b0c45c1c22fe$export$fe1b122a2710f241),advanceWidthMapping:new Pointer(uint32,$d059a6bd2d3b5b63$var$DeltaSetIndexMap),LSBMapping:new Pointer(uint32,$d059a6bd2d3b5b63$var$DeltaSetIndexMap),RSBMapping:new Pointer(uint32,$d059a6bd2d3b5b63$var$DeltaSetIndexMap)});let $dceeca3e1977ce30$var$Signature=new Struct({format:uint32,length:uint32,offset:uint32}),$dceeca3e1977ce30$var$SignatureBlock=new Struct({reserved:new Reserved(uint16,2),cbSignature:uint32,signature:new BufferT("cbSignature")});var $dceeca3e1977ce30$export$2e2bcd8739ae039=new Struct({ulVersion:uint32,usNumSigs:uint16,usFlag:uint16,signatures:new ArrayT($dceeca3e1977ce30$var$Signature,"usNumSigs"),signatureBlocks:new ArrayT($dceeca3e1977ce30$var$SignatureBlock,"usNumSigs")});let $8acd740a9435aad0$var$GaspRange=new Struct({rangeMaxPPEM:uint16,rangeGaspBehavior:new Bitfield(uint16,["grayscale","gridfit","symmetricSmoothing","symmetricGridfit"])});var $8acd740a9435aad0$export$2e2bcd8739ae039=new Struct({version:uint16,numRanges:uint16,gaspRanges:new ArrayT($8acd740a9435aad0$var$GaspRange,"numRanges")});let $b5f380243c34d6a0$var$DeviceRecord=new Struct({pixelSize:uint8,maximumWidth:uint8,widths:new ArrayT(uint8,a=>a.parent.parent.maxp.numGlyphs)});var $b5f380243c34d6a0$export$2e2bcd8739ae039=new Struct({version:uint16,numRecords:int16,sizeDeviceRecord:int32,records:new ArrayT($b5f380243c34d6a0$var$DeviceRecord,"numRecords")});let $ca2df1256966e313$var$KernPair=new Struct({left:uint16,right:uint16,value:int16}),$ca2df1256966e313$var$ClassTable=new Struct({firstGlyph:uint16,nGlyphs:uint16,offsets:new ArrayT(uint16,"nGlyphs"),max:a=>a.offsets.length&&Math.max.apply(Math,a.offsets)}),$ca2df1256966e313$var$Kern2Array=new Struct({off:a=>a._startOffset-a.parent.parent._startOffset,len:a=>((a.parent.leftTable.max-a.off)/a.parent.rowWidth+1)*(a.parent.rowWidth/2),values:new LazyArray(int16,"len")}),$ca2df1256966e313$var$KernSubtable=new VersionedStruct("format",{0:{nPairs:uint16,searchRange:uint16,entrySelector:uint16,rangeShift:uint16,pairs:new ArrayT($ca2df1256966e313$var$KernPair,"nPairs")},2:{rowWidth:uint16,leftTable:new Pointer(uint16,$ca2df1256966e313$var$ClassTable,{type:"parent"}),rightTable:new Pointer(uint16,$ca2df1256966e313$var$ClassTable,{type:"parent"}),array:new Pointer(uint16,$ca2df1256966e313$var$Kern2Array,{type:"parent"})},3:{glyphCount:uint16,kernValueCount:uint8,leftClassCount:uint8,rightClassCount:uint8,flags:uint8,kernValue:new ArrayT(int16,"kernValueCount"),leftClass:new ArrayT(uint8,"glyphCount"),rightClass:new ArrayT(uint8,"glyphCount"),kernIndex:new ArrayT(uint8,a=>a.leftClassCount*a.rightClassCount)}}),$ca2df1256966e313$var$KernTable=new VersionedStruct("version",{0:{subVersion:uint16,length:uint16,format:uint8,coverage:new Bitfield(uint8,["horizontal","minimum","crossStream","override"]),subtable:$ca2df1256966e313$var$KernSubtable,padding:new Reserved(uint8,a=>a.length-a._currentOffset)},1:{length:uint32,coverage:new Bitfield(uint8,[null,null,null,null,null,"variation","crossStream","vertical"]),format:uint8,tupleIndex:uint16,subtable:$ca2df1256966e313$var$KernSubtable,padding:new Reserved(uint8,a=>a.length-a._currentOffset)}});var $ca2df1256966e313$export$2e2bcd8739ae039=new VersionedStruct(uint16,{0:{nTables:uint16,tables:new ArrayT($ca2df1256966e313$var$KernTable,"nTables")},1:{reserved:new Reserved(uint16),nTables:uint32,tables:new ArrayT($ca2df1256966e313$var$KernTable,"nTables")}}),$7a9f92b0c46ebe33$export$2e2bcd8739ae039=new Struct({version:uint16,numGlyphs:uint16,yPels:new ArrayT(uint8,"numGlyphs")}),$2b2ccc419d152631$export$2e2bcd8739ae039=new Struct({version:uint16,fontNumber:uint32,pitch:uint16,xHeight:uint16,style:uint16,typeFamily:uint16,capHeight:uint16,symbolSet:uint16,typeface:new StringT(16),characterComplement:new StringT(8),fileName:new StringT(6),strokeWeight:new StringT(1),widthType:new StringT(1),serifStyle:uint8,reserved:new Reserved(uint8)});let $ca5b40b9bcda9c9b$var$Ratio=new Struct({bCharSet:uint8,xRatio:uint8,yStartRatio:uint8,yEndRatio:uint8}),$ca5b40b9bcda9c9b$var$vTable=new Struct({yPelHeight:uint16,yMax:int16,yMin:int16}),$ca5b40b9bcda9c9b$var$VdmxGroup=new Struct({recs:uint16,startsz:uint8,endsz:uint8,entries:new ArrayT($ca5b40b9bcda9c9b$var$vTable,"recs")});var $ca5b40b9bcda9c9b$export$2e2bcd8739ae039=new Struct({version:uint16,numRecs:uint16,numRatios:uint16,ratioRanges:new ArrayT($ca5b40b9bcda9c9b$var$Ratio,"numRatios"),offsets:new ArrayT(uint16,"numRatios"),groups:new ArrayT($ca5b40b9bcda9c9b$var$VdmxGroup,"numRecs")}),$69530a3c40755af0$export$2e2bcd8739ae039=new Struct({version:uint16,ascent:int16,descent:int16,lineGap:int16,advanceHeightMax:int16,minTopSideBearing:int16,minBottomSideBearing:int16,yMaxExtent:int16,caretSlopeRise:int16,caretSlopeRun:int16,caretOffset:int16,reserved:new Reserved(int16,4),metricDataFormat:int16,numberOfMetrics:uint16});let $344073dd270f0e62$var$VmtxEntry=new Struct({advance:uint16,bearing:int16});var $344073dd270f0e62$export$2e2bcd8739ae039=new Struct({metrics:new LazyArray($344073dd270f0e62$var$VmtxEntry,a=>a.parent.vhea.numberOfMetrics),bearings:new LazyArray(int16,a=>a.parent.maxp.numGlyphs-a.parent.vhea.numberOfMetrics)});let $3793b781918cfced$var$shortFrac=new Fixed(16,"BE",14),$3793b781918cfced$var$Correspondence=new Struct({fromCoord:$3793b781918cfced$var$shortFrac,toCoord:$3793b781918cfced$var$shortFrac}),$3793b781918cfced$var$Segment=new Struct({pairCount:uint16,correspondence:new ArrayT($3793b781918cfced$var$Correspondence,"pairCount")});var $3793b781918cfced$export$2e2bcd8739ae039=new Struct({version:fixed32,axisCount:uint32,segment:new ArrayT($3793b781918cfced$var$Segment,"axisCount")});class $6cb7dd5f47d82580$var$UnboundedArrayAccessor{getItem(s){if(this._items[s]==null){let c=this.stream.pos;this.stream.pos=this.base+this.type.size(null,this.parent)*s,this._items[s]=this.type.decode(this.stream,this.parent),this.stream.pos=c}return this._items[s]}inspect(){return`[UnboundedArray ${this.type.constructor.name}]`}constructor(s,c,u){this.type=s,this.stream=c,this.parent=u,this.base=this.stream.pos,this._items=[]}}class $6cb7dd5f47d82580$export$c5af1eebc882e39a extends ArrayT{decode(s,c){return new $6cb7dd5f47d82580$var$UnboundedArrayAccessor(this.type,s,c)}constructor(s){super(s,0)}}let $6cb7dd5f47d82580$export$8351f8c2ae2f103c=function(a=uint16){class s{decode(v,b){return b=b.parent.parent,this.type.decode(v,b)}size(v,b){return b=b.parent.parent,this.type.size(v,b)}encode(v,b,g){return g=g.parent.parent,this.type.encode(v,b,g)}constructor(v){this.type=v}}a=new s(a);let c=new Struct({unitSize:uint16,nUnits:uint16,searchRange:uint16,entrySelector:uint16,rangeShift:uint16}),u=new Struct({lastGlyph:uint16,firstGlyph:uint16,value:a}),d=new Struct({lastGlyph:uint16,firstGlyph:uint16,values:new Pointer(uint16,new ArrayT(a,A=>A.lastGlyph-A.firstGlyph+1),{type:"parent"})}),p=new Struct({glyph:uint16,value:a});return new VersionedStruct(uint16,{0:{values:new $6cb7dd5f47d82580$export$c5af1eebc882e39a(a)},2:{binarySearchHeader:c,segments:new ArrayT(u,A=>A.binarySearchHeader.nUnits)},4:{binarySearchHeader:c,segments:new ArrayT(d,A=>A.binarySearchHeader.nUnits)},6:{binarySearchHeader:c,segments:new ArrayT(p,A=>A.binarySearchHeader.nUnits)},8:{firstGlyph:uint16,count:uint16,values:new ArrayT(a,"count")}})};function $6cb7dd5f47d82580$export$79f7d93d790934ba(a={},s=uint16){let c=Object.assign({newState:uint16,flags:uint16},a),u=new Struct(c),d=new $6cb7dd5f47d82580$export$c5af1eebc882e39a(new ArrayT(uint16,A=>A.nClasses));return new Struct({nClasses:uint32,classTable:new Pointer(uint32,new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(s)),stateArray:new Pointer(uint32,d),entryTable:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(u))})}function $6cb7dd5f47d82580$export$105027425199cc51(a={},s=uint16){let c=new Struct({version(){return 8},firstGlyph:uint16,values:new ArrayT(uint8,uint16)}),u=Object.assign({newStateOffset:uint16,newState:v=>(v.newStateOffset-(v.parent.stateArray.base-v.parent._startOffset))/v.parent.nClasses,flags:uint16},a),d=new Struct(u),p=new $6cb7dd5f47d82580$export$c5af1eebc882e39a(new ArrayT(uint8,v=>v.nClasses));return new Struct({nClasses:uint16,classTable:new Pointer(uint16,c),stateArray:new Pointer(uint16,p),entryTable:new Pointer(uint16,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(d))})}let $6a3746e8c708f5a3$var$BslnSubtable=new VersionedStruct("format",{0:{deltas:new ArrayT(int16,32)},1:{deltas:new ArrayT(int16,32),mappingData:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(uint16)},2:{standardGlyph:uint16,controlPoints:new ArrayT(uint16,32)},3:{standardGlyph:uint16,controlPoints:new ArrayT(uint16,32),mappingData:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(uint16)}});var $6a3746e8c708f5a3$export$2e2bcd8739ae039=new Struct({version:fixed32,format:uint16,defaultBaseline:uint16,subtable:$6a3746e8c708f5a3$var$BslnSubtable});let $d0c76fac617b308a$var$Setting=new Struct({setting:uint16,nameIndex:int16,name:a=>a.parent.parent.parent.name.records.fontFeatures[a.nameIndex]}),$d0c76fac617b308a$var$FeatureName=new Struct({feature:uint16,nSettings:uint16,settingTable:new Pointer(uint32,new ArrayT($d0c76fac617b308a$var$Setting,"nSettings"),{type:"parent"}),featureFlags:new Bitfield(uint8,[null,null,null,null,null,null,"hasDefault","exclusive"]),defaultSetting:uint8,nameIndex:int16,name:a=>a.parent.parent.name.records.fontFeatures[a.nameIndex]});var $d0c76fac617b308a$export$2e2bcd8739ae039=new Struct({version:fixed32,featureNameCount:uint16,reserved1:new Reserved(uint16),reserved2:new Reserved(uint32),featureNames:new ArrayT($d0c76fac617b308a$var$FeatureName,"featureNameCount")});let $e83fd065f00fcd01$var$Axis=new Struct({axisTag:new StringT(4),minValue:fixed32,defaultValue:fixed32,maxValue:fixed32,flags:uint16,nameID:uint16,name:a=>a.parent.parent.name.records.fontFeatures[a.nameID]}),$e83fd065f00fcd01$var$Instance=new Struct({nameID:uint16,name:a=>a.parent.parent.name.records.fontFeatures[a.nameID],flags:uint16,coord:new ArrayT(fixed32,a=>a.parent.axisCount),postscriptNameID:new Optional(uint16,a=>a.parent.instanceSize-a._currentOffset>0)});var $e83fd065f00fcd01$export$2e2bcd8739ae039=new Struct({version:fixed32,offsetToData:uint16,countSizePairs:uint16,axisCount:uint16,axisSize:uint16,instanceCount:uint16,instanceSize:uint16,axis:new ArrayT($e83fd065f00fcd01$var$Axis,"axisCount"),instance:new ArrayT($e83fd065f00fcd01$var$Instance,"instanceCount")});let $dbe33c8d3a7f131c$var$shortFrac=new Fixed(16,"BE",14);class $dbe33c8d3a7f131c$var$Offset{static decode(s,c){return c.flags?s.readUInt32BE():s.readUInt16BE()*2}}let $dbe33c8d3a7f131c$var$gvar=new Struct({version:uint16,reserved:new Reserved(uint16),axisCount:uint16,globalCoordCount:uint16,globalCoords:new Pointer(uint32,new ArrayT(new ArrayT($dbe33c8d3a7f131c$var$shortFrac,"axisCount"),"globalCoordCount")),glyphCount:uint16,flags:uint16,offsetToData:uint32,offsets:new ArrayT(new Pointer($dbe33c8d3a7f131c$var$Offset,"void",{relativeTo:a=>a.offsetToData,allowNull:!1}),a=>a.glyphCount+1)});var $dbe33c8d3a7f131c$export$2e2bcd8739ae039=$dbe33c8d3a7f131c$var$gvar;let $05b01887df96c4ee$var$ClassTable=new Struct({length:uint16,coverage:uint16,subFeatureFlags:uint32,stateTable:new $6cb7dd5f47d82580$export$105027425199cc51}),$05b01887df96c4ee$var$WidthDeltaRecord=new Struct({justClass:uint32,beforeGrowLimit:fixed32,beforeShrinkLimit:fixed32,afterGrowLimit:fixed32,afterShrinkLimit:fixed32,growFlags:uint16,shrinkFlags:uint16}),$05b01887df96c4ee$var$WidthDeltaCluster=new ArrayT($05b01887df96c4ee$var$WidthDeltaRecord,uint32),$05b01887df96c4ee$var$ActionData=new VersionedStruct("actionType",{0:{lowerLimit:fixed32,upperLimit:fixed32,order:uint16,glyphs:new ArrayT(uint16,uint16)},1:{addGlyph:uint16},2:{substThreshold:fixed32,addGlyph:uint16,substGlyph:uint16},3:{},4:{variationAxis:uint32,minimumLimit:fixed32,noStretchValue:fixed32,maximumLimit:fixed32},5:{flags:uint16,glyph:uint16}}),$05b01887df96c4ee$var$Action=new Struct({actionClass:uint16,actionType:uint16,actionLength:uint32,actionData:$05b01887df96c4ee$var$ActionData,padding:new Reserved(uint8,a=>a.actionLength-a._currentOffset)}),$05b01887df96c4ee$var$PostcompensationAction=new ArrayT($05b01887df96c4ee$var$Action,uint32),$05b01887df96c4ee$var$PostCompensationTable=new Struct({lookupTable:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(new Pointer(uint16,$05b01887df96c4ee$var$PostcompensationAction))}),$05b01887df96c4ee$var$JustificationTable=new Struct({classTable:new Pointer(uint16,$05b01887df96c4ee$var$ClassTable,{type:"parent"}),wdcOffset:uint16,postCompensationTable:new Pointer(uint16,$05b01887df96c4ee$var$PostCompensationTable,{type:"parent"}),widthDeltaClusters:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(new Pointer(uint16,$05b01887df96c4ee$var$WidthDeltaCluster,{type:"parent",relativeTo:a=>a.wdcOffset}))});var $05b01887df96c4ee$export$2e2bcd8739ae039=new Struct({version:uint32,format:uint16,horizontal:new Pointer(uint16,$05b01887df96c4ee$var$JustificationTable),vertical:new Pointer(uint16,$05b01887df96c4ee$var$JustificationTable)});let $03ee6ebd54db1053$var$LigatureData={action:uint16},$03ee6ebd54db1053$var$ContextualData={markIndex:uint16,currentIndex:uint16},$03ee6ebd54db1053$var$InsertionData={currentInsertIndex:uint16,markedInsertIndex:uint16},$03ee6ebd54db1053$var$SubstitutionTable=new Struct({items:new $6cb7dd5f47d82580$export$c5af1eebc882e39a(new Pointer(uint32,new $6cb7dd5f47d82580$export$8351f8c2ae2f103c))}),$03ee6ebd54db1053$var$SubtableData=new VersionedStruct("type",{0:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba},1:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba($03ee6ebd54db1053$var$ContextualData),substitutionTable:new Pointer(uint32,$03ee6ebd54db1053$var$SubstitutionTable)},2:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba($03ee6ebd54db1053$var$LigatureData),ligatureActions:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint32)),components:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint16)),ligatureList:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint16))},4:{lookupTable:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c},5:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba($03ee6ebd54db1053$var$InsertionData),insertionActions:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint16))}}),$03ee6ebd54db1053$var$Subtable=new Struct({length:uint32,coverage:uint24,type:uint8,subFeatureFlags:uint32,table:$03ee6ebd54db1053$var$SubtableData,padding:new Reserved(uint8,a=>a.length-a._currentOffset)}),$03ee6ebd54db1053$var$FeatureEntry=new Struct({featureType:uint16,featureSetting:uint16,enableFlags:uint32,disableFlags:uint32}),$03ee6ebd54db1053$var$MorxChain=new Struct({defaultFlags:uint32,chainLength:uint32,nFeatureEntries:uint32,nSubtables:uint32,features:new ArrayT($03ee6ebd54db1053$var$FeatureEntry,"nFeatureEntries"),subtables:new ArrayT($03ee6ebd54db1053$var$Subtable,"nSubtables")});var $03ee6ebd54db1053$export$2e2bcd8739ae039=new Struct({version:uint16,unused:new Reserved(uint16),nChains:uint32,chains:new ArrayT($03ee6ebd54db1053$var$MorxChain,"nChains")});let $b7492a80b0d1a056$var$OpticalBounds=new Struct({left:int16,top:int16,right:int16,bottom:int16});var $b7492a80b0d1a056$export$2e2bcd8739ae039=new Struct({version:fixed32,format:uint16,lookupTable:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c($b7492a80b0d1a056$var$OpticalBounds)});let $c3395722bea751e2$var$tables={};var $c3395722bea751e2$export$2e2bcd8739ae039=$c3395722bea751e2$var$tables;$c3395722bea751e2$var$tables.cmap=$26a62205ad06574e$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.head=$f2612a29f92ac062$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.hhea=$2c179dd593583073$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.hmtx=$bdc9060542264b85$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.maxp=$dbf51cb3d3fe409d$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.name=$2bcf221753ec8e32$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables["OS/2"]=$84b272aa31b70606$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.post=$32d9e2eb9565d93c$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.fpgm=$5c0f37ca5ffb1850$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.loca=$2b2b260902b1c57e$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.prep=$7afb878c7bea4f66$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables["cvt "]=$5202bd9d9ad8eaac$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.glyf=$6c92b6371bce8bd9$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables["CFF "]=$822ac0d589e4e237$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.CFF2=$822ac0d589e4e237$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.VORG=$2bbf2bc1ce37cd8f$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.EBLC=$9911c4c7201c13de$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.CBLC=$c3395722bea751e2$var$tables.EBLC,$c3395722bea751e2$var$tables.sbix=$abb847051efd51b1$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.COLR=$eb629188f3dfefdd$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.CPAL=$08734b8e7dc64587$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.BASE=$497cef411d884e34$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.GDEF=$cf5f33c63ef209e6$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.GPOS=$47e0e8ef515d9903$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.GSUB=$d3f442064af66e06$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.JSTF=$71cfb3c4767fbd0c$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.HVAR=$d059a6bd2d3b5b63$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.DSIG=$dceeca3e1977ce30$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.gasp=$8acd740a9435aad0$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.hdmx=$b5f380243c34d6a0$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.kern=$ca2df1256966e313$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.LTSH=$7a9f92b0c46ebe33$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.PCLT=$2b2ccc419d152631$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.VDMX=$ca5b40b9bcda9c9b$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.vhea=$69530a3c40755af0$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.vmtx=$344073dd270f0e62$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.avar=$3793b781918cfced$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.bsln=$6a3746e8c708f5a3$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.feat=$d0c76fac617b308a$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.fvar=$e83fd065f00fcd01$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.gvar=$dbe33c8d3a7f131c$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.just=$05b01887df96c4ee$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.morx=$03ee6ebd54db1053$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.opbd=$b7492a80b0d1a056$export$2e2bcd8739ae039;let $816c07a04b6dba87$var$TableEntry=new Struct({tag:new StringT(4),checkSum:uint32,offset:new Pointer(uint32,"void",{type:"global"}),length:uint32}),$816c07a04b6dba87$var$Directory=new Struct({tag:new StringT(4),numTables:uint16,searchRange:uint16,entrySelector:uint16,rangeShift:uint16,tables:new ArrayT($816c07a04b6dba87$var$TableEntry,"numTables")});$816c07a04b6dba87$var$Directory.process=function(){let a={};for(let s of this.tables)a[s.tag]=s;this.tables=a},$816c07a04b6dba87$var$Directory.preEncode=function(){if(!Array.isArray(this.tables)){let c=[];for(let u in this.tables){let d=this.tables[u];d&&c.push({tag:u,checkSum:0,offset:new VoidPointer($c3395722bea751e2$export$2e2bcd8739ae039[u],d),length:$c3395722bea751e2$export$2e2bcd8739ae039[u].size(d)})}this.tables=c}this.tag="true",this.numTables=this.tables.length;let a=Math.floor(Math.log(this.numTables)/Math.LN2),s=Math.pow(2,a);this.searchRange=s*16,this.entrySelector=Math.log(s)/Math.LN2,this.rangeShift=this.numTables*16-this.searchRange};var $816c07a04b6dba87$export$2e2bcd8739ae039=$816c07a04b6dba87$var$Directory;function $12727730ddfc8bfe$export$2e0ae67339d5f1ac(a,s){let c=0,u=a.length-1;for(;c<=u;){let d=c+u>>1,p=s(a[d]);if(p<0)u=d-1;else if(p>0)c=d+1;else return d}return-1}function $12727730ddfc8bfe$export$d02631cccf789723(a,s){let c=[];for(;a<s;)c.push(a++);return c}const $12727730ddfc8bfe$export$3d28c1996ced1f14=new TextDecoder("ascii"),$12727730ddfc8bfe$var$CHARS="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",$12727730ddfc8bfe$var$LOOKUP=new Uint8Array(256);for(let a=0;a<$12727730ddfc8bfe$var$CHARS.length;a++)$12727730ddfc8bfe$var$LOOKUP[$12727730ddfc8bfe$var$CHARS.charCodeAt(a)]=a;function $12727730ddfc8bfe$export$94fdf11bafc8de6b(a){let s=a.length*.75;a[a.length-1]==="="&&(s--,a[a.length-2]==="="&&s--);let c=new Uint8Array(s),u=0;for(let d=0,p=a.length;d<p;d+=4){let A=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d)],v=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d+1)],b=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d+2)],g=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d+3)];c[u++]=A<<2|v>>4,c[u++]=(v&15)<<4|b>>2,c[u++]=(b&3)<<6|g&63}return c}class $f08dd41ef10b694c$export$2e2bcd8739ae039{findSubtable(s,c){for(let[u,d]of c)for(let p of s.tables)if(p.platformID===u&&p.encodingID===d)return p.table;return null}lookup(s,c){if(this.encoding)s=this.encoding.get(s)||s;else if(c){let d=this.getVariationSelector(s,c);if(d)return d}let u=this.cmap;switch(u.version){case 0:return u.codeMap.get(s)||0;case 4:{let d=0,p=u.segCount-1;for(;d<=p;){let A=d+p>>1;if(s<u.startCode.get(A))p=A-1;else if(s>u.endCode.get(A))d=A+1;else{let v=u.idRangeOffset.get(A),b;if(v===0)b=s+u.idDelta.get(A);else{let g=v/2+(s-u.startCode.get(A))-(u.segCount-A);b=u.glyphIndexArray.get(g)||0,b!==0&&(b+=u.idDelta.get(A))}return b&65535}}return 0}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return u.glyphIndices.get(s-u.firstCode)||0;case 12:case 13:{let d=0,p=u.nGroups-1;for(;d<=p;){let A=d+p>>1,v=u.groups.get(A);if(s<v.startCharCode)p=A-1;else if(s>v.endCharCode)d=A+1;else return u.version===12?v.glyphID+(s-v.startCharCode):v.glyphID}return 0}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${u.version}`)}}getVariationSelector(s,c){if(!this.uvs)return 0;let u=this.uvs.varSelectors.toArray(),d=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(u,A=>c-A.varSelector),p=u[d];return d!==-1&&p.defaultUVS&&(d=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(p.defaultUVS,A=>s<A.startUnicodeValue?-1:s>A.startUnicodeValue+A.additionalCount?1:0)),d!==-1&&p.nonDefaultUVS&&(d=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(p.nonDefaultUVS,A=>s-A.unicodeValue),d!==-1)?p.nonDefaultUVS[d].glyphID:0}getCharacterSet(){let s=this.cmap;switch(s.version){case 0:return $12727730ddfc8bfe$export$d02631cccf789723(0,s.codeMap.length);case 4:{let c=[],u=s.endCode.toArray();for(let d=0;d<u.length;d++){let p=u[d]+1,A=s.startCode.get(d);c.push(...$12727730ddfc8bfe$export$d02631cccf789723(A,p))}return c}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return $12727730ddfc8bfe$export$d02631cccf789723(s.firstCode,s.firstCode+s.glyphIndices.length);case 12:case 13:{let c=[];for(let u of s.groups.toArray())c.push(...$12727730ddfc8bfe$export$d02631cccf789723(u.startCharCode,u.endCharCode+1));return c}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${s.version}`)}}codePointsForGlyph(s){let c=this.cmap;switch(c.version){case 0:{let d=[];for(let p=0;p<256;p++)c.codeMap.get(p)===s&&d.push(p);return d}case 4:{let d=[];for(let p=0;p<c.segCount;p++){let A=c.endCode.get(p),v=c.startCode.get(p),b=c.idRangeOffset.get(p),g=c.idDelta.get(p);for(var u=v;u<=A;u++){let x=0;if(b===0)x=u+g;else{let y=b/2+(u-v)-(c.segCount-p);x=c.glyphIndexArray.get(y)||0,x!==0&&(x+=g)}x===s&&d.push(u)}}return d}case 12:{let d=[];for(let p of c.groups.toArray())s>=p.glyphID&&s<=p.glyphID+(p.endCharCode-p.startCharCode)&&d.push(p.startCharCode+(s-p.glyphID));return d}case 13:{let d=[];for(let p of c.groups.toArray())s===p.glyphID&&d.push(...$12727730ddfc8bfe$export$d02631cccf789723(p.startCharCode,p.endCharCode+1));return d}default:throw new Error(`Unknown cmap format ${c.version}`)}}constructor(s){if(this.encoding=null,this.cmap=this.findSubtable(s,[[3,10],[0,6],[0,4],[3,1],[0,3],[0,2],[0,1],[0,0]]),!this.cmap)for(let c of s.tables){let u=$e449ad78d50845fe$export$badc544e0651b6b1(c.platformID,c.encodingID,c.table.language-1),d=$e449ad78d50845fe$export$1dceb3c14ed68bee(u);d&&(this.cmap=c.table,this.encoding=d)}if(!this.cmap)throw new Error("Could not find a supported cmap table");this.uvs=this.findSubtable(s,[[0,5]]),this.uvs&&this.uvs.version!==14&&(this.uvs=null)}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f08dd41ef10b694c$export$2e2bcd8739ae039.prototype,"getCharacterSet",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f08dd41ef10b694c$export$2e2bcd8739ae039.prototype,"codePointsForGlyph",null);class $0bba3a9db57637f3$export$2e2bcd8739ae039{process(s,c){for(let u=0;u<s.length-1;u++){let d=s[u].id,p=s[u+1].id;c[u].xAdvance+=this.getKerning(d,p)}}getKerning(s,c){let u=0;for(let d of this.kern.tables){if(d.coverage.crossStream)continue;switch(d.version){case 0:if(!d.coverage.horizontal)continue;break;case 1:if(d.coverage.vertical||d.coverage.variation)continue;break;default:throw new Error(`Unsupported kerning table version ${d.version}`)}let p=0,A=d.subtable;switch(d.format){case 0:let v=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(A.pairs,function(y){return s-y.left||c-y.right});v>=0&&(p=A.pairs[v].value);break;case 2:let b=0,g=0;s>=A.leftTable.firstGlyph&&s<A.leftTable.firstGlyph+A.leftTable.nGlyphs?b=A.leftTable.offsets[s-A.leftTable.firstGlyph]:b=A.array.off,c>=A.rightTable.firstGlyph&&c<A.rightTable.firstGlyph+A.rightTable.nGlyphs&&(g=A.rightTable.offsets[c-A.rightTable.firstGlyph]);let x=(b+g-A.array.off)/2;p=A.array.values.get(x);break;case 3:if(s>=A.glyphCount||c>=A.glyphCount)return 0;p=A.kernValue[A.kernIndex[A.leftClass[s]*A.rightClassCount+A.rightClass[c]]];break;default:throw new Error(`Unsupported kerning sub-table format ${d.format}`)}d.coverage.override?u=p:u+=p}return u}constructor(s){this.kern=s.kern}}class $0a4bdfeb6dfd6f5e$export$2e2bcd8739ae039{positionGlyphs(s,c){let u=0,d=0;for(let p=0;p<s.length;p++)s[p].isMark?d=p:(u!==d&&this.positionCluster(s,c,u,d),u=d=p);return u!==d&&this.positionCluster(s,c,u,d),c}positionCluster(s,c,u,d){let p=s[u],A=p.cbox.copy();p.codePoints.length>1&&(A.minX+=(p.codePoints.length-1)*A.width/p.codePoints.length);let v=-c[u].xAdvance,b=0,g=this.font.unitsPerEm/16;for(let x=u+1;x<=d;x++){let y=s[x],f=y.cbox,m=c[x],C=this.getCombiningClass(y.codePoints[0]);if(C!=="Not_Reordered"){switch(m.xOffset=m.yOffset=0,C){case"Double_Above":case"Double_Below":m.xOffset+=A.minX-f.width/2-f.minX;break;case"Attached_Below_Left":case"Below_Left":case"Above_Left":m.xOffset+=A.minX-f.minX;break;case"Attached_Above_Right":case"Below_Right":case"Above_Right":m.xOffset+=A.maxX-f.width-f.minX;break;default:m.xOffset+=A.minX+(A.width-f.width)/2-f.minX}switch(C){case"Double_Below":case"Below_Left":case"Below":case"Below_Right":case"Attached_Below_Left":case"Attached_Below":(C==="Attached_Below_Left"||C==="Attached_Below")&&(A.minY+=g),m.yOffset=-A.minY-f.maxY,A.minY+=f.height;break;case"Double_Above":case"Above_Left":case"Above":case"Above_Right":case"Attached_Above":case"Attached_Above_Right":(C==="Attached_Above"||C==="Attached_Above_Right")&&(A.maxY+=g),m.yOffset=A.maxY-f.minY,A.maxY+=f.height;break}m.xAdvance=m.yAdvance=0,m.xOffset+=v,m.yOffset+=b}else v-=m.xAdvance,b-=m.yAdvance}}getCombiningClass(s){let c=$747425b437e121da$export$c03b919c6651ed55(s);if((s&-256)===3584){if(c==="Not_Reordered")switch(s){case 3633:case 3636:case 3637:case 3638:case 3639:case 3655:case 3660:case 3645:case 3662:return"Above_Right";case 3761:case 3764:case 3765:case 3766:case 3767:case 3771:case 3788:case 3789:return"Above";case 3772:return"Below"}else if(s===3642)return"Below_Right"}switch(c){case"CCC10":case"CCC11":case"CCC12":case"CCC13":case"CCC14":case"CCC15":case"CCC16":case"CCC17":case"CCC18":case"CCC20":case"CCC22":return"Below";case"CCC23":return"Attached_Above";case"CCC24":return"Above_Right";case"CCC25":case"CCC19":return"Above_Left";case"CCC26":return"Above";case"CCC21":break;case"CCC27":case"CCC28":case"CCC30":case"CCC31":case"CCC33":case"CCC34":case"CCC35":case"CCC36":return"Above";case"CCC29":case"CCC32":return"Below";case"CCC103":return"Below_Right";case"CCC107":return"Above_Right";case"CCC118":return"Below";case"CCC122":return"Above";case"CCC129":case"CCC132":return"Below";case"CCC130":return"Above"}return c}constructor(s){this.font=s}}class $f34600ab9d7f70d8$export$2e2bcd8739ae039{get width(){return this.maxX-this.minX}get height(){return this.maxY-this.minY}addPoint(s,c){Math.abs(s)!==1/0&&(s<this.minX&&(this.minX=s),s>this.maxX&&(this.maxX=s)),Math.abs(c)!==1/0&&(c<this.minY&&(this.minY=c),c>this.maxY&&(this.maxY=c))}copy(){return new $f34600ab9d7f70d8$export$2e2bcd8739ae039(this.minX,this.minY,this.maxX,this.maxY)}constructor(s=1/0,c=1/0,u=-1/0,d=-1/0){this.minX=s,this.minY=c,this.maxX=u,this.maxY=d}}const $130d1a642ebcd2b7$var$UNICODE_SCRIPTS={Caucasian_Albanian:"aghb",Arabic:"arab",Imperial_Aramaic:"armi",Armenian:"armn",Avestan:"avst",Balinese:"bali",Bamum:"bamu",Bassa_Vah:"bass",Batak:"batk",Bengali:["bng2","beng"],Bopomofo:"bopo",Brahmi:"brah",Braille:"brai",Buginese:"bugi",Buhid:"buhd",Chakma:"cakm",Canadian_Aboriginal:"cans",Carian:"cari",Cham:"cham",Cherokee:"cher",Coptic:"copt",Cypriot:"cprt",Cyrillic:"cyrl",Devanagari:["dev2","deva"],Deseret:"dsrt",Duployan:"dupl",Egyptian_Hieroglyphs:"egyp",Elbasan:"elba",Ethiopic:"ethi",Georgian:"geor",Glagolitic:"glag",Gothic:"goth",Grantha:"gran",Greek:"grek",Gujarati:["gjr2","gujr"],Gurmukhi:["gur2","guru"],Hangul:"hang",Han:"hani",Hanunoo:"hano",Hebrew:"hebr",Hiragana:"hira",Pahawh_Hmong:"hmng",Katakana_Or_Hiragana:"hrkt",Old_Italic:"ital",Javanese:"java",Kayah_Li:"kali",Katakana:"kana",Kharoshthi:"khar",Khmer:"khmr",Khojki:"khoj",Kannada:["knd2","knda"],Kaithi:"kthi",Tai_Tham:"lana",Lao:"lao ",Latin:"latn",Lepcha:"lepc",Limbu:"limb",Linear_A:"lina",Linear_B:"linb",Lisu:"lisu",Lycian:"lyci",Lydian:"lydi",Mahajani:"mahj",Mandaic:"mand",Manichaean:"mani",Mende_Kikakui:"mend",Meroitic_Cursive:"merc",Meroitic_Hieroglyphs:"mero",Malayalam:["mlm2","mlym"],Modi:"modi",Mongolian:"mong",Mro:"mroo",Meetei_Mayek:"mtei",Myanmar:["mym2","mymr"],Old_North_Arabian:"narb",Nabataean:"nbat",Nko:"nko ",Ogham:"ogam",Ol_Chiki:"olck",Old_Turkic:"orkh",Oriya:["ory2","orya"],Osmanya:"osma",Palmyrene:"palm",Pau_Cin_Hau:"pauc",Old_Permic:"perm",Phags_Pa:"phag",Inscriptional_Pahlavi:"phli",Psalter_Pahlavi:"phlp",Phoenician:"phnx",Miao:"plrd",Inscriptional_Parthian:"prti",Rejang:"rjng",Runic:"runr",Samaritan:"samr",Old_South_Arabian:"sarb",Saurashtra:"saur",Shavian:"shaw",Sharada:"shrd",Siddham:"sidd",Khudawadi:"sind",Sinhala:"sinh",Sora_Sompeng:"sora",Sundanese:"sund",Syloti_Nagri:"sylo",Syriac:"syrc",Tagbanwa:"tagb",Takri:"takr",Tai_Le:"tale",New_Tai_Lue:"talu",Tamil:["tml2","taml"],Tai_Viet:"tavt",Telugu:["tel2","telu"],Tifinagh:"tfng",Tagalog:"tglg",Thaana:"thaa",Thai:"thai",Tibetan:"tibt",Tirhuta:"tirh",Ugaritic:"ugar",Vai:"vai ",Warang_Citi:"wara",Old_Persian:"xpeo",Cuneiform:"xsux",Yi:"yi ",Inherited:"zinh",Common:"zyyy",Unknown:"zzzz"},$130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS={};for(let a in $130d1a642ebcd2b7$var$UNICODE_SCRIPTS){let s=$130d1a642ebcd2b7$var$UNICODE_SCRIPTS[a];if(Array.isArray(s))for(let c of s)$130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS[c]=a;else $130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS[s]=a}function $130d1a642ebcd2b7$export$ce50e82f12a827a4(a){return $130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS[a]}function $130d1a642ebcd2b7$export$e5cb25e204fb8450(a){let s=a.length,c=0;for(;c<s;){let u=a.charCodeAt(c++);if(55296<=u&&u<=56319&&c<s){let p=a.charCodeAt(c);56320<=p&&p<=57343&&(c++,u=((u&1023)<<10)+(p&1023)+65536)}let d=$747425b437e121da$export$941569448d136665(u);if(d!=="Common"&&d!=="Inherited"&&d!=="Unknown")return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS[d]}return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS.Unknown}function $130d1a642ebcd2b7$export$16fab0757cfc223d(a){for(let s=0;s<a.length;s++){let c=a[s],u=$747425b437e121da$export$941569448d136665(c);if(u!=="Common"&&u!=="Inherited"&&u!=="Unknown")return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS[u]}return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS.Unknown}const $130d1a642ebcd2b7$var$RTL={arab:!0,hebr:!0,syrc:!0,thaa:!0,cprt:!0,khar:!0,phnx:!0,"nko ":!0,lydi:!0,avst:!0,armi:!0,phli:!0,prti:!0,sarb:!0,orkh:!0,samr:!0,mand:!0,merc:!0,mero:!0,mani:!0,mend:!0,nbat:!0,narb:!0,palm:!0,phlp:!0};function $130d1a642ebcd2b7$export$9fddb9d0dd7d8a54(a){return $130d1a642ebcd2b7$var$RTL[a]?"rtl":"ltr"}class $be07b3e97a42687a$export$2e2bcd8739ae039{get advanceWidth(){let s=0;for(let c of this.positions)s+=c.xAdvance;return s}get advanceHeight(){let s=0;for(let c of this.positions)s+=c.yAdvance;return s}get bbox(){let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039,c=0,u=0;for(let d=0;d<this.glyphs.length;d++){let p=this.glyphs[d],A=this.positions[d],v=p.bbox;s.addPoint(v.minX+c+A.xOffset,v.minY+u+A.yOffset),s.addPoint(v.maxX+c+A.xOffset,v.maxY+u+A.yOffset),c+=A.xAdvance,u+=A.yAdvance}return s}constructor(s,c,u,d,p){if(this.glyphs=s,this.positions=null,this.script=u,this.language=d||null,this.direction=p||$130d1a642ebcd2b7$export$9fddb9d0dd7d8a54(u),this.features={},Array.isArray(c))for(let A of c)this.features[A]=!0;else typeof c=="object"&&(this.features=c)}}class $1ac75d9a55b67f01$export$2e2bcd8739ae039{constructor(s=0,c=0,u=0,d=0){this.xAdvance=s,this.yAdvance=c,this.xOffset=u,this.yOffset=d}}const $3b6302b64eccc32c$var$features={allTypographicFeatures:{code:0,exclusive:!1,allTypeFeatures:0},ligatures:{code:1,exclusive:!1,requiredLigatures:0,commonLigatures:2,rareLigatures:4,rebusPictures:8,diphthongLigatures:10,squaredLigatures:12,abbrevSquaredLigatures:14,symbolLigatures:16,contextualLigatures:18,historicalLigatures:20},cursiveConnection:{code:2,exclusive:!0,unconnected:0,partiallyConnected:1,cursive:2},letterCase:{code:3,exclusive:!0},verticalSubstitution:{code:4,exclusive:!1,substituteVerticalForms:0},linguisticRearrangement:{code:5,exclusive:!1,linguisticRearrangement:0},numberSpacing:{code:6,exclusive:!0,monospacedNumbers:0,proportionalNumbers:1,thirdWidthNumbers:2,quarterWidthNumbers:3},smartSwash:{code:8,exclusive:!1,wordInitialSwashes:0,wordFinalSwashes:2,nonFinalSwashes:8},diacritics:{code:9,exclusive:!0,showDiacritics:0,hideDiacritics:1,decomposeDiacritics:2},verticalPosition:{code:10,exclusive:!0,normalPosition:0,superiors:1,inferiors:2,ordinals:3,scientificInferiors:4},fractions:{code:11,exclusive:!0,noFractions:0,verticalFractions:1,diagonalFractions:2},overlappingCharacters:{code:13,exclusive:!1,preventOverlap:0},typographicExtras:{code:14,exclusive:!1,slashedZero:4},mathematicalExtras:{code:15,exclusive:!1,mathematicalGreek:10},ornamentSets:{code:16,exclusive:!0,noOrnaments:0,dingbats:1,piCharacters:2,fleurons:3,decorativeBorders:4,internationalSymbols:5,mathSymbols:6},characterAlternatives:{code:17,exclusive:!0,noAlternates:0},designComplexity:{code:18,exclusive:!0,designLevel1:0,designLevel2:1,designLevel3:2,designLevel4:3,designLevel5:4},styleOptions:{code:19,exclusive:!0,noStyleOptions:0,displayText:1,engravedText:2,illuminatedCaps:3,titlingCaps:4,tallCaps:5},characterShape:{code:20,exclusive:!0,traditionalCharacters:0,simplifiedCharacters:1,JIS1978Characters:2,JIS1983Characters:3,JIS1990Characters:4,traditionalAltOne:5,traditionalAltTwo:6,traditionalAltThree:7,traditionalAltFour:8,traditionalAltFive:9,expertCharacters:10,JIS2004Characters:11,hojoCharacters:12,NLCCharacters:13,traditionalNamesCharacters:14},numberCase:{code:21,exclusive:!0,lowerCaseNumbers:0,upperCaseNumbers:1},textSpacing:{code:22,exclusive:!0,proportionalText:0,monospacedText:1,halfWidthText:2,thirdWidthText:3,quarterWidthText:4,altProportionalText:5,altHalfWidthText:6},transliteration:{code:23,exclusive:!0,noTransliteration:0},annotation:{code:24,exclusive:!0,noAnnotation:0,boxAnnotation:1,roundedBoxAnnotation:2,circleAnnotation:3,invertedCircleAnnotation:4,parenthesisAnnotation:5,periodAnnotation:6,romanNumeralAnnotation:7,diamondAnnotation:8,invertedBoxAnnotation:9,invertedRoundedBoxAnnotation:10},kanaSpacing:{code:25,exclusive:!0,fullWidthKana:0,proportionalKana:1},ideographicSpacing:{code:26,exclusive:!0,fullWidthIdeographs:0,proportionalIdeographs:1,halfWidthIdeographs:2},unicodeDecomposition:{code:27,exclusive:!1,canonicalComposition:0,compatibilityComposition:2,transcodingComposition:4},rubyKana:{code:28,exclusive:!1,rubyKana:2},CJKSymbolAlternatives:{code:29,exclusive:!0,noCJKSymbolAlternatives:0,CJKSymbolAltOne:1,CJKSymbolAltTwo:2,CJKSymbolAltThree:3,CJKSymbolAltFour:4,CJKSymbolAltFive:5},ideographicAlternatives:{code:30,exclusive:!0,noIdeographicAlternatives:0,ideographicAltOne:1,ideographicAltTwo:2,ideographicAltThree:3,ideographicAltFour:4,ideographicAltFive:5},CJKVerticalRomanPlacement:{code:31,exclusive:!0,CJKVerticalRomanCentered:0,CJKVerticalRomanHBaseline:1},italicCJKRoman:{code:32,exclusive:!1,CJKItalicRoman:2},caseSensitiveLayout:{code:33,exclusive:!1,caseSensitiveLayout:0,caseSensitiveSpacing:2},alternateKana:{code:34,exclusive:!1,alternateHorizKana:0,alternateVertKana:2},stylisticAlternatives:{code:35,exclusive:!1,noStylisticAlternates:0,stylisticAltOne:2,stylisticAltTwo:4,stylisticAltThree:6,stylisticAltFour:8,stylisticAltFive:10,stylisticAltSix:12,stylisticAltSeven:14,stylisticAltEight:16,stylisticAltNine:18,stylisticAltTen:20,stylisticAltEleven:22,stylisticAltTwelve:24,stylisticAltThirteen:26,stylisticAltFourteen:28,stylisticAltFifteen:30,stylisticAltSixteen:32,stylisticAltSeventeen:34,stylisticAltEighteen:36,stylisticAltNineteen:38,stylisticAltTwenty:40},contextualAlternates:{code:36,exclusive:!1,contextualAlternates:0,swashAlternates:2,contextualSwashAlternates:4},lowerCase:{code:37,exclusive:!0,defaultLowerCase:0,lowerCaseSmallCaps:1,lowerCasePetiteCaps:2},upperCase:{code:38,exclusive:!0,defaultUpperCase:0,upperCaseSmallCaps:1,upperCasePetiteCaps:2},languageTag:{code:39,exclusive:!0},CJKRomanSpacing:{code:103,exclusive:!0,halfWidthCJKRoman:0,proportionalCJKRoman:1,defaultCJKRoman:2,fullWidthCJKRoman:3}},$3b6302b64eccc32c$var$feature=(a,s)=>[$3b6302b64eccc32c$var$features[a].code,$3b6302b64eccc32c$var$features[a][s]],$3b6302b64eccc32c$var$OTMapping={rlig:$3b6302b64eccc32c$var$feature("ligatures","requiredLigatures"),clig:$3b6302b64eccc32c$var$feature("ligatures","contextualLigatures"),dlig:$3b6302b64eccc32c$var$feature("ligatures","rareLigatures"),hlig:$3b6302b64eccc32c$var$feature("ligatures","historicalLigatures"),liga:$3b6302b64eccc32c$var$feature("ligatures","commonLigatures"),hist:$3b6302b64eccc32c$var$feature("ligatures","historicalLigatures"),smcp:$3b6302b64eccc32c$var$feature("lowerCase","lowerCaseSmallCaps"),pcap:$3b6302b64eccc32c$var$feature("lowerCase","lowerCasePetiteCaps"),frac:$3b6302b64eccc32c$var$feature("fractions","diagonalFractions"),dnom:$3b6302b64eccc32c$var$feature("fractions","diagonalFractions"),numr:$3b6302b64eccc32c$var$feature("fractions","diagonalFractions"),afrc:$3b6302b64eccc32c$var$feature("fractions","verticalFractions"),case:$3b6302b64eccc32c$var$feature("caseSensitiveLayout","caseSensitiveLayout"),ccmp:$3b6302b64eccc32c$var$feature("unicodeDecomposition","canonicalComposition"),cpct:$3b6302b64eccc32c$var$feature("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),valt:$3b6302b64eccc32c$var$feature("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),swsh:$3b6302b64eccc32c$var$feature("contextualAlternates","swashAlternates"),cswh:$3b6302b64eccc32c$var$feature("contextualAlternates","contextualSwashAlternates"),curs:$3b6302b64eccc32c$var$feature("cursiveConnection","cursive"),c2pc:$3b6302b64eccc32c$var$feature("upperCase","upperCasePetiteCaps"),c2sc:$3b6302b64eccc32c$var$feature("upperCase","upperCaseSmallCaps"),init:$3b6302b64eccc32c$var$feature("smartSwash","wordInitialSwashes"),fin2:$3b6302b64eccc32c$var$feature("smartSwash","wordFinalSwashes"),medi:$3b6302b64eccc32c$var$feature("smartSwash","nonFinalSwashes"),med2:$3b6302b64eccc32c$var$feature("smartSwash","nonFinalSwashes"),fin3:$3b6302b64eccc32c$var$feature("smartSwash","wordFinalSwashes"),fina:$3b6302b64eccc32c$var$feature("smartSwash","wordFinalSwashes"),pkna:$3b6302b64eccc32c$var$feature("kanaSpacing","proportionalKana"),half:$3b6302b64eccc32c$var$feature("textSpacing","halfWidthText"),halt:$3b6302b64eccc32c$var$feature("textSpacing","altHalfWidthText"),hkna:$3b6302b64eccc32c$var$feature("alternateKana","alternateHorizKana"),vkna:$3b6302b64eccc32c$var$feature("alternateKana","alternateVertKana"),ital:$3b6302b64eccc32c$var$feature("italicCJKRoman","CJKItalicRoman"),lnum:$3b6302b64eccc32c$var$feature("numberCase","upperCaseNumbers"),onum:$3b6302b64eccc32c$var$feature("numberCase","lowerCaseNumbers"),mgrk:$3b6302b64eccc32c$var$feature("mathematicalExtras","mathematicalGreek"),calt:$3b6302b64eccc32c$var$feature("contextualAlternates","contextualAlternates"),vrt2:$3b6302b64eccc32c$var$feature("verticalSubstitution","substituteVerticalForms"),vert:$3b6302b64eccc32c$var$feature("verticalSubstitution","substituteVerticalForms"),tnum:$3b6302b64eccc32c$var$feature("numberSpacing","monospacedNumbers"),pnum:$3b6302b64eccc32c$var$feature("numberSpacing","proportionalNumbers"),sups:$3b6302b64eccc32c$var$feature("verticalPosition","superiors"),subs:$3b6302b64eccc32c$var$feature("verticalPosition","inferiors"),ordn:$3b6302b64eccc32c$var$feature("verticalPosition","ordinals"),pwid:$3b6302b64eccc32c$var$feature("textSpacing","proportionalText"),hwid:$3b6302b64eccc32c$var$feature("textSpacing","halfWidthText"),qwid:$3b6302b64eccc32c$var$feature("textSpacing","quarterWidthText"),twid:$3b6302b64eccc32c$var$feature("textSpacing","thirdWidthText"),fwid:$3b6302b64eccc32c$var$feature("textSpacing","proportionalText"),palt:$3b6302b64eccc32c$var$feature("textSpacing","altProportionalText"),trad:$3b6302b64eccc32c$var$feature("characterShape","traditionalCharacters"),smpl:$3b6302b64eccc32c$var$feature("characterShape","simplifiedCharacters"),jp78:$3b6302b64eccc32c$var$feature("characterShape","JIS1978Characters"),jp83:$3b6302b64eccc32c$var$feature("characterShape","JIS1983Characters"),jp90:$3b6302b64eccc32c$var$feature("characterShape","JIS1990Characters"),jp04:$3b6302b64eccc32c$var$feature("characterShape","JIS2004Characters"),expt:$3b6302b64eccc32c$var$feature("characterShape","expertCharacters"),hojo:$3b6302b64eccc32c$var$feature("characterShape","hojoCharacters"),nlck:$3b6302b64eccc32c$var$feature("characterShape","NLCCharacters"),tnam:$3b6302b64eccc32c$var$feature("characterShape","traditionalNamesCharacters"),ruby:$3b6302b64eccc32c$var$feature("rubyKana","rubyKana"),titl:$3b6302b64eccc32c$var$feature("styleOptions","titlingCaps"),zero:$3b6302b64eccc32c$var$feature("typographicExtras","slashedZero"),ss01:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltOne"),ss02:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTwo"),ss03:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltThree"),ss04:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFour"),ss05:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFive"),ss06:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSix"),ss07:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSeven"),ss08:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltEight"),ss09:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltNine"),ss10:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTen"),ss11:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltEleven"),ss12:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTwelve"),ss13:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltThirteen"),ss14:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFourteen"),ss15:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFifteen"),ss16:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSixteen"),ss17:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSeventeen"),ss18:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltEighteen"),ss19:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltNineteen"),ss20:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTwenty")};for(let a=1;a<=99;a++)$3b6302b64eccc32c$var$OTMapping[`cv${`00${a}`.slice(-2)}`]=[$3b6302b64eccc32c$var$features.characterAlternatives.code,a];let $3b6302b64eccc32c$var$AATMapping={};for(let a in $3b6302b64eccc32c$var$OTMapping){let s=$3b6302b64eccc32c$var$OTMapping[a];$3b6302b64eccc32c$var$AATMapping[s[0]]==null&&($3b6302b64eccc32c$var$AATMapping[s[0]]={}),$3b6302b64eccc32c$var$AATMapping[s[0]][s[1]]=a}function $3b6302b64eccc32c$export$b813f7d2a1677c16(a){let s={};for(let c in a){let u;(u=$3b6302b64eccc32c$var$OTMapping[c])&&(s[u[0]]==null&&(s[u[0]]={}),s[u[0]][u[1]]=a[c])}return s}function $3b6302b64eccc32c$var$mapFeatureStrings(a){let[s,c]=a;if(isNaN(s))var u=$3b6302b64eccc32c$var$features[s]&&$3b6302b64eccc32c$var$features[s].code;else var u=s;if(isNaN(c))var d=$3b6302b64eccc32c$var$features[s]&&$3b6302b64eccc32c$var$features[s][c];else var d=c;return[u,d]}function $3b6302b64eccc32c$export$bd6df347a4f391c4(a){let s={};if(Array.isArray(a))for(let c=0;c<a.length;c++){let u,d=$3b6302b64eccc32c$var$mapFeatureStrings(a[c]);(u=$3b6302b64eccc32c$var$AATMapping[d[0]]&&$3b6302b64eccc32c$var$AATMapping[d[0]][d[1]])&&(s[u]=!0)}else if(typeof a=="object")for(let c in a){let u=a[c];for(let d in u){let p,A=$3b6302b64eccc32c$var$mapFeatureStrings([c,d]);u[d]&&(p=$3b6302b64eccc32c$var$AATMapping[A[0]]&&$3b6302b64eccc32c$var$AATMapping[A[0]][A[1]])&&(s[p]=!0)}}return Object.keys(s)}class $ff5ce077dae0f144$export$2e2bcd8739ae039{lookup(s){switch(this.table.version){case 0:return this.table.values.getItem(s);case 2:case 4:{let d=0,p=this.table.binarySearchHeader.nUnits-1;for(;d<=p;){var c=d+p>>1,u=this.table.segments[c];if(u.firstGlyph===65535)return null;if(s<u.firstGlyph)p=c-1;else if(s>u.lastGlyph)d=c+1;else return this.table.version===2?u.value:u.values[s-u.firstGlyph]}return null}case 6:{let d=0,p=this.table.binarySearchHeader.nUnits-1;for(;d<=p;){var c=d+p>>1,u=this.table.segments[c];if(u.glyph===65535)return null;if(s<u.glyph)p=c-1;else if(s>u.glyph)d=c+1;else return u.value}return null}case 8:return this.table.values[s-this.table.firstGlyph];default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}}glyphsForValue(s){let c=[];switch(this.table.version){case 2:case 4:for(let u of this.table.segments)if(this.table.version===2&&u.value===s)c.push(...$12727730ddfc8bfe$export$d02631cccf789723(u.firstGlyph,u.lastGlyph+1));else for(let d=0;d<u.values.length;d++)u.values[d]===s&&c.push(u.firstGlyph+d);break;case 6:for(let u of this.table.segments)u.value===s&&c.push(u.glyph);break;case 8:for(let u=0;u<this.table.values.length;u++)this.table.values[u]===s&&c.push(this.table.firstGlyph+u);break;default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}return c}constructor(s){this.table=s}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$ff5ce077dae0f144$export$2e2bcd8739ae039.prototype,"glyphsForValue",null);const $50c7aac9316f2948$var$START_OF_TEXT_STATE=0,$50c7aac9316f2948$var$END_OF_TEXT_CLASS=0,$50c7aac9316f2948$var$OUT_OF_BOUNDS_CLASS=1,$50c7aac9316f2948$var$DELETED_GLYPH_CLASS=2,$50c7aac9316f2948$var$DONT_ADVANCE=16384;class $50c7aac9316f2948$export$2e2bcd8739ae039{process(s,c,u){let d=$50c7aac9316f2948$var$START_OF_TEXT_STATE,p=c?s.length-1:0,A=c?-1:1;for(;A===1&&p<=s.length||A===-1&&p>=-1;){let v=null,b=$50c7aac9316f2948$var$OUT_OF_BOUNDS_CLASS,g=!0;p===s.length||p===-1?b=$50c7aac9316f2948$var$END_OF_TEXT_CLASS:(v=s[p],v.id===65535?b=$50c7aac9316f2948$var$DELETED_GLYPH_CLASS:(b=this.lookupTable.lookup(v.id),b==null&&(b=$50c7aac9316f2948$var$OUT_OF_BOUNDS_CLASS)));let y=this.stateTable.stateArray.getItem(d)[b],f=this.stateTable.entryTable.getItem(y);b!==$50c7aac9316f2948$var$END_OF_TEXT_CLASS&&b!==$50c7aac9316f2948$var$DELETED_GLYPH_CLASS&&(u(v,f,p),g=!(f.flags&$50c7aac9316f2948$var$DONT_ADVANCE)),d=f.newState,g&&(p+=A)}return s}traverse(s,c=0,u=new Set){if(u.has(c))return;u.add(c);let{nClasses:d,stateArray:p,entryTable:A}=this.stateTable,v=p.getItem(c);for(let b=4;b<d;b++){let g=v[b],x=A.getItem(g);for(let y of this.lookupTable.glyphsForValue(b))s.enter&&s.enter(y,x),x.newState!==0&&this.traverse(s,x.newState,u),s.exit&&s.exit(y,x)}}constructor(s){this.stateTable=s,this.lookupTable=new $ff5ce077dae0f144$export$2e2bcd8739ae039(s.classTable)}}const $55f71433a605c87d$var$MARK_FIRST=32768,$55f71433a605c87d$var$MARK_LAST=8192,$55f71433a605c87d$var$VERB=15,$55f71433a605c87d$var$SET_MARK=32768,$55f71433a605c87d$var$SET_COMPONENT=32768,$55f71433a605c87d$var$PERFORM_ACTION=8192,$55f71433a605c87d$var$LAST_MASK=2147483648,$55f71433a605c87d$var$STORE_MASK=1073741824,$55f71433a605c87d$var$OFFSET_MASK=1073741823,$55f71433a605c87d$var$REVERSE_DIRECTION=4194304,$55f71433a605c87d$var$CURRENT_INSERT_BEFORE=2048,$55f71433a605c87d$var$MARKED_INSERT_BEFORE=1024,$55f71433a605c87d$var$CURRENT_INSERT_COUNT=992,$55f71433a605c87d$var$MARKED_INSERT_COUNT=31;class $55f71433a605c87d$export$2e2bcd8739ae039{process(s,c={}){for(let d of this.morx.chains){let p=d.defaultFlags;for(let A of d.features){let v;(v=c[A.featureType])&&(v[A.featureSetting]?(p&=A.disableFlags,p|=A.enableFlags):v[A.featureSetting]===!1&&(p|=~A.disableFlags,p&=~A.enableFlags))}for(let A of d.subtables)A.subFeatureFlags&p&&this.processSubtable(A,s)}let u=s.length-1;for(;u>=0;)s[u].id===65535&&s.splice(u,1),u--;return s}processSubtable(s,c){if(this.subtable=s,this.glyphs=c,this.subtable.type===4){this.processNoncontextualSubstitutions(this.subtable,this.glyphs);return}this.ligatureStack=[],this.markedGlyph=null,this.firstGlyph=null,this.lastGlyph=null,this.markedIndex=null;let u=this.getStateMachine(s),d=this.getProcessor(),p=!!(this.subtable.coverage&$55f71433a605c87d$var$REVERSE_DIRECTION);return u.process(this.glyphs,p,d)}getStateMachine(s){return new $50c7aac9316f2948$export$2e2bcd8739ae039(s.table.stateTable)}getProcessor(){switch(this.subtable.type){case 0:return this.processIndicRearragement;case 1:return this.processContextualSubstitution;case 2:return this.processLigature;case 4:return this.processNoncontextualSubstitutions;case 5:return this.processGlyphInsertion;default:throw new Error(`Invalid morx subtable type: ${this.subtable.type}`)}}processIndicRearragement(s,c,u){c.flags&$55f71433a605c87d$var$MARK_FIRST&&(this.firstGlyph=u),c.flags&$55f71433a605c87d$var$MARK_LAST&&(this.lastGlyph=u),$55f71433a605c87d$var$reorderGlyphs(this.glyphs,c.flags&$55f71433a605c87d$var$VERB,this.firstGlyph,this.lastGlyph)}processContextualSubstitution(s,c,u){let d=this.subtable.table.substitutionTable.items;if(c.markIndex!==65535){let A=d.getItem(c.markIndex),v=new $ff5ce077dae0f144$export$2e2bcd8739ae039(A);s=this.glyphs[this.markedGlyph];var p=v.lookup(s.id);p&&(this.glyphs[this.markedGlyph]=this.font.getGlyph(p,s.codePoints))}if(c.currentIndex!==65535){let A=d.getItem(c.currentIndex),v=new $ff5ce077dae0f144$export$2e2bcd8739ae039(A);s=this.glyphs[u];var p=v.lookup(s.id);p&&(this.glyphs[u]=this.font.getGlyph(p,s.codePoints))}c.flags&$55f71433a605c87d$var$SET_MARK&&(this.markedGlyph=u)}processLigature(s,c,u){if(c.flags&$55f71433a605c87d$var$SET_COMPONENT&&this.ligatureStack.push(u),c.flags&$55f71433a605c87d$var$PERFORM_ACTION){let d=this.subtable.table.ligatureActions,p=this.subtable.table.components,A=this.subtable.table.ligatureList,v=c.action,b=!1,g=0,x=[],y=[];for(;!b;){let f=this.ligatureStack.pop();x.unshift(...this.glyphs[f].codePoints);let m=d.getItem(v++);b=!!(m&$55f71433a605c87d$var$LAST_MASK);let C=!!(m&$55f71433a605c87d$var$STORE_MASK),S=(m&$55f71433a605c87d$var$OFFSET_MASK)<<2>>2;S+=this.glyphs[f].id;let w=p.getItem(S);if(g+=w,b||C){let I=A.getItem(g);this.glyphs[f]=this.font.getGlyph(I,x),y.push(f),g=0,x=[]}else this.glyphs[f]=this.font.getGlyph(65535)}this.ligatureStack.push(...y)}}processNoncontextualSubstitutions(s,c,u){let d=new $ff5ce077dae0f144$export$2e2bcd8739ae039(s.table.lookupTable);for(u=0;u<c.length;u++){let p=c[u];if(p.id!==65535){let A=d.lookup(p.id);A&&(c[u]=this.font.getGlyph(A,p.codePoints))}}}_insertGlyphs(s,c,u,d){let p=[];for(;u--;){let A=this.subtable.table.insertionActions.getItem(c++);p.push(this.font.getGlyph(A))}d||s++,this.glyphs.splice(s,0,...p)}processGlyphInsertion(s,c,u){if(c.flags&$55f71433a605c87d$var$SET_MARK&&(this.markedIndex=u),c.markedInsertIndex!==65535){let d=(c.flags&$55f71433a605c87d$var$MARKED_INSERT_COUNT)>>>5,p=!!(c.flags&$55f71433a605c87d$var$MARKED_INSERT_BEFORE);this._insertGlyphs(this.markedIndex,c.markedInsertIndex,d,p)}if(c.currentInsertIndex!==65535){let d=(c.flags&$55f71433a605c87d$var$CURRENT_INSERT_COUNT)>>>5,p=!!(c.flags&$55f71433a605c87d$var$CURRENT_INSERT_BEFORE);this._insertGlyphs(u,c.currentInsertIndex,d,p)}}getSupportedFeatures(){let s=[];for(let c of this.morx.chains)for(let u of c.features)s.push([u.featureType,u.featureSetting]);return s}generateInputs(s){return this.inputCache||this.generateInputCache(),this.inputCache[s]||[]}generateInputCache(){this.inputCache={};for(let s of this.morx.chains){let c=s.defaultFlags;for(let u of s.subtables)u.subFeatureFlags&c&&this.generateInputsForSubtable(u)}}generateInputsForSubtable(s){if(s.type!==2)return;if(!!(s.coverage&$55f71433a605c87d$var$REVERSE_DIRECTION))throw new Error("Reverse subtable, not supported.");this.subtable=s,this.ligatureStack=[];let u=this.getStateMachine(s),d=this.getProcessor(),p=[],A=[];this.glyphs=[],u.traverse({enter:(v,b)=>{let g=this.glyphs;A.push({glyphs:g.slice(),ligatureStack:this.ligatureStack.slice()});let x=this.font.getGlyph(v);p.push(x),g.push(p[p.length-1]),d(g[g.length-1],b,g.length-1);let y=0,f=0;for(let m=0;m<g.length&&y<=1;m++)g[m].id!==65535&&(y++,f=g[m].id);if(y===1){let m=p.map(S=>S.id),C=this.inputCache[f];C?C.push(m):this.inputCache[f]=[m]}},exit:()=>{({glyphs:this.glyphs,ligatureStack:this.ligatureStack}=A.pop()),p.pop()}})}constructor(s){this.processIndicRearragement=this.processIndicRearragement.bind(this),this.processContextualSubstitution=this.processContextualSubstitution.bind(this),this.processLigature=this.processLigature.bind(this),this.processNoncontextualSubstitutions=this.processNoncontextualSubstitutions.bind(this),this.processGlyphInsertion=this.processGlyphInsertion.bind(this),this.font=s,this.morx=s.morx,this.inputCache=null}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$55f71433a605c87d$export$2e2bcd8739ae039.prototype,"getStateMachine",null);function $55f71433a605c87d$var$swap(a,s,c,u=!1,d=!1){let p=a.splice(c[0]-(c[1]-1),c[1]);d&&p.reverse();let A=a.splice(s[0],s[1],...p);return u&&A.reverse(),a.splice(c[0]-(s[1]-1),0,...A),a}function $55f71433a605c87d$var$reorderGlyphs(a,s,c,u){switch(s){case 0:return a;case 1:return $55f71433a605c87d$var$swap(a,[c,1],[u,0]);case 2:return $55f71433a605c87d$var$swap(a,[c,0],[u,1]);case 3:return $55f71433a605c87d$var$swap(a,[c,1],[u,1]);case 4:return $55f71433a605c87d$var$swap(a,[c,2],[u,0]);case 5:return $55f71433a605c87d$var$swap(a,[c,2],[u,0],!0,!1);case 6:return $55f71433a605c87d$var$swap(a,[c,0],[u,2]);case 7:return $55f71433a605c87d$var$swap(a,[c,0],[u,2],!1,!0);case 8:return $55f71433a605c87d$var$swap(a,[c,1],[u,2]);case 9:return $55f71433a605c87d$var$swap(a,[c,1],[u,2],!1,!0);case 10:return $55f71433a605c87d$var$swap(a,[c,2],[u,1]);case 11:return $55f71433a605c87d$var$swap(a,[c,2],[u,1],!0,!1);case 12:return $55f71433a605c87d$var$swap(a,[c,2],[u,2]);case 13:return $55f71433a605c87d$var$swap(a,[c,2],[u,2],!0,!1);case 14:return $55f71433a605c87d$var$swap(a,[c,2],[u,2],!1,!0);case 15:return $55f71433a605c87d$var$swap(a,[c,2],[u,2],!0,!0);default:throw new Error(`Unknown verb: ${s}`)}}class $ba6dd74203be8728$export$2e2bcd8739ae039{substitute(s){s.direction==="rtl"&&s.glyphs.reverse(),this.morxProcessor.process(s.glyphs,$3b6302b64eccc32c$export$b813f7d2a1677c16(s.features))}getAvailableFeatures(s,c){return $3b6302b64eccc32c$export$bd6df347a4f391c4(this.morxProcessor.getSupportedFeatures())}stringsForGlyph(s){let c=this.morxProcessor.generateInputs(s),u=new Set;for(let d of c)this._addStrings(d,0,u,"");return u}_addStrings(s,c,u,d){let p=this.font._cmapProcessor.codePointsForGlyph(s[c]);for(let A of p){let v=d+String.fromCodePoint(A);c<s.length-1?this._addStrings(s,c+1,u,v):u.add(v)}}constructor(s){this.font=s,this.morxProcessor=new $55f71433a605c87d$export$2e2bcd8739ae039(s),this.fallbackPosition=!1}}class $94d7a73bd2edfc9a$export$2e2bcd8739ae039{_addFeatures(s,c){let u=this.stages.length-1,d=this.stages[u];for(let p of s)this.allFeatures[p]==null&&(d.push(p),this.allFeatures[p]=u,c&&(this.globalFeatures[p]=!0))}add(s,c=!0){if(this.stages.length===0&&this.stages.push([]),typeof s=="string"&&(s=[s]),Array.isArray(s))this._addFeatures(s,c);else if(typeof s=="object")this._addFeatures(s.global||[],!0),this._addFeatures(s.local||[],!1);else throw new Error("Unsupported argument to ShapingPlan#add")}addStage(s,c){typeof s=="function"?this.stages.push(s,[]):(this.stages.push([]),this.add(s,c))}setFeatureOverrides(s){if(Array.isArray(s))this.add(s);else if(typeof s=="object"){for(let c in s)if(s[c])this.add(c);else if(this.allFeatures[c]!=null){let u=this.stages[this.allFeatures[c]];u.splice(u.indexOf(c),1),delete this.allFeatures[c],delete this.globalFeatures[c]}}}assignGlobalFeatures(s){for(let c of s)for(let u in this.globalFeatures)c.features[u]=!0}process(s,c,u){for(let d of this.stages)typeof d=="function"?u||d(this.font,c,this):d.length>0&&s.applyFeatures(d,c,u)}constructor(s,c,u){this.font=s,this.script=c,this.direction=u,this.stages=[],this.globalFeatures={},this.allFeatures={}}}const $649970d87335b30f$var$VARIATION_FEATURES=["rvrn"],$649970d87335b30f$var$COMMON_FEATURES=["ccmp","locl","rlig","mark","mkmk"],$649970d87335b30f$var$FRACTIONAL_FEATURES=["frac","numr","dnom"],$649970d87335b30f$var$HORIZONTAL_FEATURES=["calt","clig","liga","rclt","curs","kern"],$649970d87335b30f$var$DIRECTIONAL_FEATURES={ltr:["ltra","ltrm"],rtl:["rtla","rtlm"]};class $649970d87335b30f$export$2e2bcd8739ae039{static plan(s,c,u){this.planPreprocessing(s),this.planFeatures(s),this.planPostprocessing(s,u),s.assignGlobalFeatures(c),this.assignFeatures(s,c)}static planPreprocessing(s){s.add({global:[...$649970d87335b30f$var$VARIATION_FEATURES,...$649970d87335b30f$var$DIRECTIONAL_FEATURES[s.direction]],local:$649970d87335b30f$var$FRACTIONAL_FEATURES})}static planFeatures(s){}static planPostprocessing(s,c){s.add([...$649970d87335b30f$var$COMMON_FEATURES,...$649970d87335b30f$var$HORIZONTAL_FEATURES]),s.setFeatureOverrides(c)}static assignFeatures(s,c){for(let u=0;u<c.length;u++){let d=c[u];if(d.codePoints[0]===8260){let p=u,A=u+1;for(;p>0&&$747425b437e121da$export$727d9dbc4fbb948f(c[p-1].codePoints[0]);)c[p-1].features.numr=!0,c[p-1].features.frac=!0,p--;for(;A<c.length&&$747425b437e121da$export$727d9dbc4fbb948f(c[A].codePoints[0]);)c[A].features.dnom=!0,c[A].features.frac=!0,A++;d.features.frac=!0,u=A-1}}}}_define_property($649970d87335b30f$export$2e2bcd8739ae039,"zeroMarkWidths","AFTER_GPOS");const $764eb544bbe1ccf0$var$trie=new $6uUbQ$unicodetrie($12727730ddfc8bfe$export$94fdf11bafc8de6b("APABAAAAAAAAOAAAAf0BAv7tmi1MxDAUx7vtvjhAgcDgkEgEAnmXEBIMCYaEcygEiqBQ4FAkCE4ikUgMiiBJSAgSiUQSDMn9L9eSl6bddddug9t7yS/trevre+3r27pcNxZiG+yCfdCVv/9LeQxOwRm4AJegD27ALbgD9+ABPJF+z+BN/h7yDj5k/VOWX6SdmU5+wLWknggxDxaS8u0qiiX4uiz9XamQ3wzDMAzDMAzDMAzDVI/h959V/v7BMAzDMAzDMLlyNTNiMSdewVxbiA44B4/guz1qW58VYlMI0WsJ0W+N6kXw0spvPtdwhtkwnGM6uLaV4Xyzg3v3PM9DPfQ/sOg4xPWjipy31P8LTqbU304c/cLCUmWJLNB2Uz2U1KTeRKNmKHVMfbJC+/0loTZRH/W5cvEvBJPMbREkWt3FD1NcqXZBSpuE2Ad0PBehPtNrPtIEdYP+hiRt/V1jIiE69X4NT/uVZI3PUHE9bm5M7ePGdZWy951v7Nn6j8v1WWKP3mt6ttnsigx6VN7Vc0VomSSGqW2mGNP1muZPl7LfjNUaKNFtDGVf2fvE9O7VlBS5j333c5p/eeoOqcs1R/hIqDWLJ7TTlksirVT1SI7l8k4Yp+g3jafGcrU1RM6l9th80XOpnlN97bDNY4i4s61B0Si/ipa0uHMl6zqEjlFfCZm/TM8KmzQDjmuTAQ==")),$764eb544bbe1ccf0$var$FEATURES=["isol","fina","fin2","fin3","medi","med2","init"],$764eb544bbe1ccf0$var$ShapingClasses={Non_Joining:0,Transparent:6},$764eb544bbe1ccf0$var$ISOL="isol",$764eb544bbe1ccf0$var$FINA="fina",$764eb544bbe1ccf0$var$FIN2="fin2",$764eb544bbe1ccf0$var$FIN3="fin3",$764eb544bbe1ccf0$var$MEDI="medi",$764eb544bbe1ccf0$var$MED2="med2",$764eb544bbe1ccf0$var$INIT="init",$764eb544bbe1ccf0$var$NONE=null,$764eb544bbe1ccf0$var$STATE_TABLE=[[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$FIN2,5],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,1],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,3],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,4],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,1],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,3],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,4],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$FIN2,5],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$FIN2,5],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$FIN3,5],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,6]]];class $764eb544bbe1ccf0$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.add(["ccmp","locl"]);for(let c=0;c<$764eb544bbe1ccf0$var$FEATURES.length;c++){let u=$764eb544bbe1ccf0$var$FEATURES[c];s.addStage(u,!1)}s.addStage("mset")}static assignFeatures(s,c){super.assignFeatures(s,c);let u=-1,d=0,p=[];for(let v=0;v<c.length;v++){let b,g;var A=c[v];let x=$764eb544bbe1ccf0$var$getShapingClass(A.codePoints[0]);if(x===$764eb544bbe1ccf0$var$ShapingClasses.Transparent){p[v]=$764eb544bbe1ccf0$var$NONE;continue}[g,b,d]=$764eb544bbe1ccf0$var$STATE_TABLE[d][x],g!==$764eb544bbe1ccf0$var$NONE&&u!==-1&&(p[u]=g),p[v]=b,u=v}for(let v=0;v<c.length;v++){let b;var A=c[v];(b=p[v])&&(A.features[b]=!0)}}}function $764eb544bbe1ccf0$var$getShapingClass(a){let s=$764eb544bbe1ccf0$var$trie.get(a);if(s)return s-1;let c=$747425b437e121da$export$410364bbb673ddbc(a);return c==="Mn"||c==="Me"||c==="Cf"?$764eb544bbe1ccf0$var$ShapingClasses.Transparent:$764eb544bbe1ccf0$var$ShapingClasses.Non_Joining}class $85d408632270248b$export$2e2bcd8739ae039{reset(s={},c=0){this.options=s,this.flags=s.flags||{},this.markAttachmentType=s.markAttachmentType||0,this.index=c}get cur(){return this.glyphs[this.index]||null}shouldIgnore(s){return this.flags.ignoreMarks&&s.isMark||this.flags.ignoreBaseGlyphs&&s.isBase||this.flags.ignoreLigatures&&s.isLigature||this.markAttachmentType&&s.isMark&&s.markAttachmentType!==this.markAttachmentType}move(s){for(this.index+=s;0<=this.index&&this.index<this.glyphs.length&&this.shouldIgnore(this.glyphs[this.index]);)this.index+=s;return 0>this.index||this.index>=this.glyphs.length?null:this.glyphs[this.index]}next(){return this.move(1)}prev(){return this.move(-1)}peek(s=1){let c=this.index,u=this.increment(s);return this.index=c,u}peekIndex(s=1){let c=this.index;this.increment(s);let u=this.index;return this.index=c,u}increment(s=1){let c=s<0?-1:1;for(s=Math.abs(s);s--;)this.move(c);return this.glyphs[this.index]}constructor(s,c){this.glyphs=s,this.reset(c)}}const $a83b9c36aaa94fd3$var$DEFAULT_SCRIPTS=["DFLT","dflt","latn"];class $a83b9c36aaa94fd3$export$2e2bcd8739ae039{findScript(s){if(this.table.scriptList==null)return null;Array.isArray(s)||(s=[s]);for(let c of s)for(let u of this.table.scriptList)if(u.tag===c)return u;return null}selectScript(s,c,u){let d=!1,p;if(!this.script||s!==this.scriptTag){if(p=this.findScript(s),p||(p=this.findScript($a83b9c36aaa94fd3$var$DEFAULT_SCRIPTS)),!p)return this.scriptTag;this.scriptTag=p.tag,this.script=p.script,this.language=null,this.languageTag=null,d=!0}if((!u||u!==this.direction)&&(this.direction=u||$130d1a642ebcd2b7$export$9fddb9d0dd7d8a54(s)),c&&c.length<4&&(c+=" ".repeat(4-c.length)),!c||c!==this.languageTag){this.language=null;for(let A of this.script.langSysRecords)if(A.tag===c){this.language=A.langSys,this.languageTag=A.tag;break}this.language||(this.language=this.script.defaultLangSys,this.languageTag=null),d=!0}if(d&&(this.features={},this.language))for(let A of this.language.featureIndexes){let v=this.table.featureList[A],b=this.substituteFeatureForVariations(A);this.features[v.tag]=b||v.feature}return this.scriptTag}lookupsForFeatures(s=[],c){let u=[];for(let d of s){let p=this.features[d];if(p)for(let A of p.lookupListIndexes)c&&c.indexOf(A)!==-1||u.push({feature:d,index:A,lookup:this.table.lookupList.get(A)})}return u.sort((d,p)=>d.index-p.index),u}substituteFeatureForVariations(s){if(this.variationsIndex===-1)return null;let u=this.table.featureVariations.featureVariationRecords[this.variationsIndex].featureTableSubstitution.substitutions;for(let d of u)if(d.featureIndex===s)return d.alternateFeatureTable;return null}findVariationsIndex(s){let c=this.table.featureVariations;if(!c)return-1;let u=c.featureVariationRecords;for(let d=0;d<u.length;d++){let p=u[d].conditionSet.conditionTable;if(this.variationConditionsMatch(p,s))return d}return-1}variationConditionsMatch(s,c){return s.every(u=>{let d=u.axisIndex<c.length?c[u.axisIndex]:0;return u.filterRangeMinValue<=d&&d<=u.filterRangeMaxValue})}applyFeatures(s,c,u){let d=this.lookupsForFeatures(s);this.applyLookups(d,c,u)}applyLookups(s,c,u){this.glyphs=c,this.positions=u,this.glyphIterator=new $85d408632270248b$export$2e2bcd8739ae039(c);for(let{feature:d,lookup:p}of s)for(this.currentFeature=d,this.glyphIterator.reset(p.flags);this.glyphIterator.index<c.length;){if(!(d in this.glyphIterator.cur.features)){this.glyphIterator.next();continue}for(let A of p.subTables)if(this.applyLookup(p.lookupType,A))break;this.glyphIterator.next()}}applyLookup(s,c){throw new Error("applyLookup must be implemented by subclasses")}applyLookupList(s){let c=this.glyphIterator.options,u=this.glyphIterator.index;for(let d of s){this.glyphIterator.reset(c,u),this.glyphIterator.increment(d.sequenceIndex);let p=this.table.lookupList.get(d.lookupListIndex);this.glyphIterator.reset(p.flags,this.glyphIterator.index);for(let A of p.subTables)if(this.applyLookup(p.lookupType,A))break}return this.glyphIterator.reset(c,u),!0}coverageIndex(s,c){switch(c==null&&(c=this.glyphIterator.cur.id),s.version){case 1:return s.glyphs.indexOf(c);case 2:for(let u of s.rangeRecords)if(u.start<=c&&c<=u.end)return u.startCoverageIndex+c-u.start;break}return-1}match(s,c,u,d){let p=this.glyphIterator.index,A=this.glyphIterator.increment(s),v=0;for(;v<c.length&&A&&u(c[v],A);)d&&d.push(this.glyphIterator.index),v++,A=this.glyphIterator.next();return this.glyphIterator.index=p,v<c.length?!1:d||!0}sequenceMatches(s,c){return this.match(s,c,(u,d)=>u===d.id)}sequenceMatchIndices(s,c){return this.match(s,c,(u,d)=>this.currentFeature in d.features?u===d.id:!1,[])}coverageSequenceMatches(s,c){return this.match(s,c,(u,d)=>this.coverageIndex(u,d.id)>=0)}getClassID(s,c){switch(c.version){case 1:let u=s-c.startGlyph;if(u>=0&&u<c.classValueArray.length)return c.classValueArray[u];break;case 2:for(let d of c.classRangeRecord)if(d.start<=s&&s<=d.end)return d.class;break}return 0}classSequenceMatches(s,c,u){return this.match(s,c,(d,p)=>d===this.getClassID(p.id,u))}applyContext(s){let c,u;switch(s.version){case 1:if(c=this.coverageIndex(s.coverage),c===-1)return!1;u=s.ruleSets[c];for(let d of u)if(this.sequenceMatches(1,d.input))return this.applyLookupList(d.lookupRecords);break;case 2:if(this.coverageIndex(s.coverage)===-1||(c=this.getClassID(this.glyphIterator.cur.id,s.classDef),c===-1))return!1;u=s.classSet[c];for(let d of u)if(this.classSequenceMatches(1,d.classes,s.classDef))return this.applyLookupList(d.lookupRecords);break;case 3:if(this.coverageSequenceMatches(0,s.coverages))return this.applyLookupList(s.lookupRecords);break}return!1}applyChainingContext(s){let c;switch(s.version){case 1:if(c=this.coverageIndex(s.coverage),c===-1)return!1;let u=s.chainRuleSets[c];for(let p of u)if(this.sequenceMatches(-p.backtrack.length,p.backtrack)&&this.sequenceMatches(1,p.input)&&this.sequenceMatches(1+p.input.length,p.lookahead))return this.applyLookupList(p.lookupRecords);break;case 2:if(this.coverageIndex(s.coverage)===-1)return!1;c=this.getClassID(this.glyphIterator.cur.id,s.inputClassDef);let d=s.chainClassSet[c];if(!d)return!1;for(let p of d)if(this.classSequenceMatches(-p.backtrack.length,p.backtrack,s.backtrackClassDef)&&this.classSequenceMatches(1,p.input,s.inputClassDef)&&this.classSequenceMatches(1+p.input.length,p.lookahead,s.lookaheadClassDef))return this.applyLookupList(p.lookupRecords);break;case 3:if(this.coverageSequenceMatches(-s.backtrackGlyphCount,s.backtrackCoverage)&&this.coverageSequenceMatches(0,s.inputCoverage)&&this.coverageSequenceMatches(s.inputGlyphCount,s.lookaheadCoverage))return this.applyLookupList(s.lookupRecords);break}return!1}constructor(s,c){this.font=s,this.table=c,this.script=null,this.scriptTag=null,this.language=null,this.languageTag=null,this.features={},this.lookups={},this.variationsIndex=s._variationProcessor?this.findVariationsIndex(s._variationProcessor.normalizedCoords):-1,this.selectScript(),this.glyphs=[],this.positions=[],this.ligatureID=1,this.currentFeature=null}}class $10e7b257e1a9a756$export$2e2bcd8739ae039{get id(){return this._id}set id(s){this._id=s,this.substituted=!0;let c=this._font.GDEF;if(c&&c.glyphClassDef){let u=$a83b9c36aaa94fd3$export$2e2bcd8739ae039.prototype.getClassID(s,c.glyphClassDef);this.isBase=u===1,this.isLigature=u===2,this.isMark=u===3,this.markAttachmentType=c.markAttachClassDef?$a83b9c36aaa94fd3$export$2e2bcd8739ae039.prototype.getClassID(s,c.markAttachClassDef):0}else this.isMark=this.codePoints.length>0&&this.codePoints.every($747425b437e121da$export$e33ad6871e762338),this.isBase=!this.isMark,this.isLigature=this.codePoints.length>1,this.markAttachmentType=0}copy(){return new $10e7b257e1a9a756$export$2e2bcd8739ae039(this._font,this.id,this.codePoints,this.features)}constructor(s,c,u=[],d){if(this._font=s,this.codePoints=u,this.id=c,this.features={},Array.isArray(d))for(let p=0;p<d.length;p++){let A=d[p];this.features[A]=!0}else typeof d=="object"&&Object.assign(this.features,d);this.ligatureID=null,this.ligatureComponent=null,this.isLigated=!1,this.cursiveAttachment=null,this.markAttachment=null,this.shaperInfo=null,this.substituted=!1,this.isMultiplied=!1}}class $e1c6bbc8cb416f8c$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.add(["ljmo","vjmo","tjmo"],!1)}static assignFeatures(s,c){let u=0,d=0;for(;d<c.length;){let p,v=c[d].codePoints[0],b=$e1c6bbc8cb416f8c$var$getType(v);switch([p,u]=$e1c6bbc8cb416f8c$var$STATE_TABLE[u][b],p){case $e1c6bbc8cb416f8c$var$DECOMPOSE:s.font.hasGlyphForCodePoint(v)||(d=$e1c6bbc8cb416f8c$var$decompose(c,d,s.font));break;case $e1c6bbc8cb416f8c$var$COMPOSE:d=$e1c6bbc8cb416f8c$var$compose(c,d,s.font);break;case $e1c6bbc8cb416f8c$var$TONE_MARK:$e1c6bbc8cb416f8c$var$reorderToneMark(c,d,s.font);break;case $e1c6bbc8cb416f8c$var$INVALID:d=$e1c6bbc8cb416f8c$var$insertDottedCircle(c,d,s.font);break}d++}}}_define_property($e1c6bbc8cb416f8c$export$2e2bcd8739ae039,"zeroMarkWidths","NONE");const $e1c6bbc8cb416f8c$var$HANGUL_BASE=44032,$e1c6bbc8cb416f8c$var$HANGUL_END=55204,$e1c6bbc8cb416f8c$var$HANGUL_COUNT=$e1c6bbc8cb416f8c$var$HANGUL_END-$e1c6bbc8cb416f8c$var$HANGUL_BASE+1,$e1c6bbc8cb416f8c$var$L_BASE=4352,$e1c6bbc8cb416f8c$var$V_BASE=4449,$e1c6bbc8cb416f8c$var$T_BASE=4519,$e1c6bbc8cb416f8c$var$L_COUNT=19,$e1c6bbc8cb416f8c$var$V_COUNT=21,$e1c6bbc8cb416f8c$var$T_COUNT=28,$e1c6bbc8cb416f8c$var$L_END=$e1c6bbc8cb416f8c$var$L_BASE+$e1c6bbc8cb416f8c$var$L_COUNT-1,$e1c6bbc8cb416f8c$var$V_END=$e1c6bbc8cb416f8c$var$V_BASE+$e1c6bbc8cb416f8c$var$V_COUNT-1,$e1c6bbc8cb416f8c$var$T_END=$e1c6bbc8cb416f8c$var$T_BASE+$e1c6bbc8cb416f8c$var$T_COUNT-1,$e1c6bbc8cb416f8c$var$DOTTED_CIRCLE=9676,$e1c6bbc8cb416f8c$var$isL=a=>4352<=a&&a<=4447||43360<=a&&a<=43388,$e1c6bbc8cb416f8c$var$isV=a=>4448<=a&&a<=4519||55216<=a&&a<=55238,$e1c6bbc8cb416f8c$var$isT=a=>4520<=a&&a<=4607||55243<=a&&a<=55291,$e1c6bbc8cb416f8c$var$isTone=a=>12334<=a&&a<=12335,$e1c6bbc8cb416f8c$var$isLVT=a=>$e1c6bbc8cb416f8c$var$HANGUL_BASE<=a&&a<=$e1c6bbc8cb416f8c$var$HANGUL_END,$e1c6bbc8cb416f8c$var$isLV=a=>a-$e1c6bbc8cb416f8c$var$HANGUL_BASE<$e1c6bbc8cb416f8c$var$HANGUL_COUNT&&(a-$e1c6bbc8cb416f8c$var$HANGUL_BASE)%$e1c6bbc8cb416f8c$var$T_COUNT===0,$e1c6bbc8cb416f8c$var$isCombiningL=a=>$e1c6bbc8cb416f8c$var$L_BASE<=a&&a<=$e1c6bbc8cb416f8c$var$L_END,$e1c6bbc8cb416f8c$var$isCombiningV=a=>$e1c6bbc8cb416f8c$var$V_BASE<=a&&a<=$e1c6bbc8cb416f8c$var$V_END,$e1c6bbc8cb416f8c$var$isCombiningT=a=>1<=a&&a<=$e1c6bbc8cb416f8c$var$T_END,$e1c6bbc8cb416f8c$var$X=0,$e1c6bbc8cb416f8c$var$L=1,$e1c6bbc8cb416f8c$var$V=2,$e1c6bbc8cb416f8c$var$T=3,$e1c6bbc8cb416f8c$var$LV=4,$e1c6bbc8cb416f8c$var$LVT=5,$e1c6bbc8cb416f8c$var$M=6;function $e1c6bbc8cb416f8c$var$getType(a){return $e1c6bbc8cb416f8c$var$isL(a)?$e1c6bbc8cb416f8c$var$L:$e1c6bbc8cb416f8c$var$isV(a)?$e1c6bbc8cb416f8c$var$V:$e1c6bbc8cb416f8c$var$isT(a)?$e1c6bbc8cb416f8c$var$T:$e1c6bbc8cb416f8c$var$isLV(a)?$e1c6bbc8cb416f8c$var$LV:$e1c6bbc8cb416f8c$var$isLVT(a)?$e1c6bbc8cb416f8c$var$LVT:$e1c6bbc8cb416f8c$var$isTone(a)?$e1c6bbc8cb416f8c$var$M:$e1c6bbc8cb416f8c$var$X}const $e1c6bbc8cb416f8c$var$NO_ACTION=0,$e1c6bbc8cb416f8c$var$DECOMPOSE=1,$e1c6bbc8cb416f8c$var$COMPOSE=2,$e1c6bbc8cb416f8c$var$TONE_MARK=4,$e1c6bbc8cb416f8c$var$INVALID=5,$e1c6bbc8cb416f8c$var$STATE_TABLE=[[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$INVALID,0]],[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$COMPOSE,2],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$INVALID,0]],[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$COMPOSE,3],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$TONE_MARK,0]],[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$TONE_MARK,0]]];function $e1c6bbc8cb416f8c$var$getGlyph(a,s,c){return new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,a.glyphForCodePoint(s).id,[s],c)}function $e1c6bbc8cb416f8c$var$decompose(a,s,c){let u=a[s],p=u.codePoints[0]-$e1c6bbc8cb416f8c$var$HANGUL_BASE,A=$e1c6bbc8cb416f8c$var$T_BASE+p%$e1c6bbc8cb416f8c$var$T_COUNT;p=p/$e1c6bbc8cb416f8c$var$T_COUNT|0;let v=$e1c6bbc8cb416f8c$var$L_BASE+p/$e1c6bbc8cb416f8c$var$V_COUNT|0,b=$e1c6bbc8cb416f8c$var$V_BASE+p%$e1c6bbc8cb416f8c$var$V_COUNT;if(!c.hasGlyphForCodePoint(v)||!c.hasGlyphForCodePoint(b)||A!==$e1c6bbc8cb416f8c$var$T_BASE&&!c.hasGlyphForCodePoint(A))return s;let g=$e1c6bbc8cb416f8c$var$getGlyph(c,v,u.features);g.features.ljmo=!0;let x=$e1c6bbc8cb416f8c$var$getGlyph(c,b,u.features);x.features.vjmo=!0;let y=[g,x];if(A>$e1c6bbc8cb416f8c$var$T_BASE){let f=$e1c6bbc8cb416f8c$var$getGlyph(c,A,u.features);f.features.tjmo=!0,y.push(f)}return a.splice(s,1,...y),s+y.length-1}function $e1c6bbc8cb416f8c$var$compose(a,s,c){let u=a[s],d=a[s].codePoints[0],p=$e1c6bbc8cb416f8c$var$getType(d),A=a[s-1].codePoints[0],v=$e1c6bbc8cb416f8c$var$getType(A),b,g,x,y;if(v===$e1c6bbc8cb416f8c$var$LV&&p===$e1c6bbc8cb416f8c$var$T)b=A,y=u;else{p===$e1c6bbc8cb416f8c$var$V?(g=a[s-1],x=u):(g=a[s-2],x=a[s-1],y=u);let m=g.codePoints[0],C=x.codePoints[0];$e1c6bbc8cb416f8c$var$isCombiningL(m)&&$e1c6bbc8cb416f8c$var$isCombiningV(C)&&(b=$e1c6bbc8cb416f8c$var$HANGUL_BASE+((m-$e1c6bbc8cb416f8c$var$L_BASE)*$e1c6bbc8cb416f8c$var$V_COUNT+(C-$e1c6bbc8cb416f8c$var$V_BASE))*$e1c6bbc8cb416f8c$var$T_COUNT)}let f=y&&y.codePoints[0]||$e1c6bbc8cb416f8c$var$T_BASE;if(b!=null&&(f===$e1c6bbc8cb416f8c$var$T_BASE||$e1c6bbc8cb416f8c$var$isCombiningT(f))){let m=b+(f-$e1c6bbc8cb416f8c$var$T_BASE);if(c.hasGlyphForCodePoint(m)){let C=v===$e1c6bbc8cb416f8c$var$V?3:2;return a.splice(s-C+1,C,$e1c6bbc8cb416f8c$var$getGlyph(c,m,u.features)),s-C+1}}return g&&(g.features.ljmo=!0),x&&(x.features.vjmo=!0),y&&(y.features.tjmo=!0),v===$e1c6bbc8cb416f8c$var$LV?($e1c6bbc8cb416f8c$var$decompose(a,s-1,c),s+1):s}function $e1c6bbc8cb416f8c$var$getLength(a){switch($e1c6bbc8cb416f8c$var$getType(a)){case $e1c6bbc8cb416f8c$var$LV:case $e1c6bbc8cb416f8c$var$LVT:return 1;case $e1c6bbc8cb416f8c$var$V:return 2;case $e1c6bbc8cb416f8c$var$T:return 3}}function $e1c6bbc8cb416f8c$var$reorderToneMark(a,s,c){let u=a[s],d=a[s].codePoints[0];if(c.glyphForCodePoint(d).advanceWidth===0)return;let p=a[s-1].codePoints[0],A=$e1c6bbc8cb416f8c$var$getLength(p);return a.splice(s,1),a.splice(s-A,0,u)}function $e1c6bbc8cb416f8c$var$insertDottedCircle(a,s,c){let u=a[s],d=a[s].codePoints[0];if(c.hasGlyphForCodePoint($e1c6bbc8cb416f8c$var$DOTTED_CIRCLE)){let p=$e1c6bbc8cb416f8c$var$getGlyph(c,$e1c6bbc8cb416f8c$var$DOTTED_CIRCLE,u.features),A=c.glyphForCodePoint(d).advanceWidth===0?s:s+1;a.splice(A,0,p),s++}return s}var $4b0735ca6c692ea5$exports={};$4b0735ca6c692ea5$exports=JSON.parse('{"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,14,15,16,17],[0,0,0,18,19,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,28,29,30,31,32,33,0,34,0,0,35,36,0,0,37,0],[0,0,0,38,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,39,0,0,0,40,41,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,12,43,0,0,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,0,43,0,0,0,0],[0,0,0,45,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,50,0,0,51,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0],[0,0,0,53,54,55,56,57,58,0,59,0,0,60,61,0,0,62,0],[0,0,0,4,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,63,64,0,0,40,41,0,9,0,10,0,0,0,42,0,63,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,0,2,16,0],[0,0,0,18,65,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,0,0],[0,0,0,69,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,73,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,75,0,0,0,76,77,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,25,79,0,0,0,0],[0,0,0,18,19,20,74,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,81,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,86,0,0,87,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0],[0,0,0,18,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,89,90,0,0,76,77,0,23,0,24,0,0,0,78,0,89,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,0,0],[0,0,0,94,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,96,0,0,0,97,98,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,35,100,0,0,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,102,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,107,0,0,108,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0],[0,0,0,28,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,110,111,0,0,97,98,0,33,0,34,0,0,0,99,0,110,0,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,0,0],[0,0,0,0,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,0,0,115,116,117,118,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,39,0,122,0,123,123,8,9,0,10,0,0,0,42,0,39,0,0],[0,124,64,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0],[0,39,0,0,0,121,125,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,126,126,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,47,47,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,128,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,129,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,50,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0],[0,0,0,135,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,136,0,0,0,137,138,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,60,140,0,0,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,0,140,0,0,0,0],[0,0,0,142,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,147,0,0,148,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0],[0,0,0,53,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,150,151,0,0,137,138,0,58,0,59,0,0,0,139,0,150,0,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,0,0],[0,0,0,155,116,156,157,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,75,3,4,5,159,160,8,161,0,162,0,11,12,163,0,75,16,0],[0,0,0,0,0,40,164,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,0,165,0,0,0,0],[0,124,64,0,0,40,164,0,9,0,10,0,0,0,42,0,124,0,0],[0,0,0,0,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,167,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0],[0,0,0,0,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,0,79,0,0,0,0],[0,0,0,169,170,171,172,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,75,0,176,0,177,177,22,23,0,24,0,0,0,78,0,75,0,0],[0,178,90,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0],[0,75,0,0,0,175,179,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,180,180,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,83,83,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,182,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,183,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,86,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0],[0,0,0,189,170,190,191,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,76,193,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,0,194,0,0,0,0],[0,178,90,0,0,76,193,0,23,0,24,0,0,0,78,0,178,0,0],[0,0,0,0,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,195,196,197,198,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,96,0,202,0,203,203,32,33,0,34,0,0,0,99,0,96,0,0],[0,204,111,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0],[0,96,0,0,0,201,205,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,206,206,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,104,104,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,208,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,209,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,107,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0],[0,0,0,215,196,216,217,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,97,219,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,0,220,0,0,0,0],[0,204,111,0,0,97,219,0,33,0,34,0,0,0,99,0,204,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,223,0,0,0,40,224,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,119,225,0,0,0,0],[0,0,0,115,116,117,222,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,115,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,226,64,0,0,40,224,0,9,0,10,0,0,0,42,0,226,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,39,0,0,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,44,44,8,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,227,0,228,229,0,9,0,10,0,0,230,0,0,0,0,0],[0,39,0,122,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,231,231,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,131,131,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,234,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,235,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,0,0,240,241,242,243,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,136,0,247,0,248,248,57,58,0,59,0,0,0,139,0,136,0,0],[0,249,151,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0],[0,136,0,0,0,246,250,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,251,251,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,144,144,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,253,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,254,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,147,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0],[0,0,0,260,241,261,262,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,137,264,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,0,265,0,0,0,0],[0,249,151,0,0,137,264,0,58,0,59,0,0,0,139,0,249,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,158,225,0,0,0,0],[0,0,0,155,116,156,222,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,155,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,43,266,266,8,161,0,24,0,0,12,267,0,0,0,0],[0,75,0,176,43,268,268,269,161,0,24,0,0,0,267,0,75,0,0],[0,0,0,0,0,270,0,0,271,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0],[0,273,274,0,0,40,41,0,9,0,10,0,0,0,42,0,273,0,0],[0,0,0,40,0,123,123,8,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,121,275,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,279,0,0,0,76,280,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,173,281,0,0,0,0],[0,0,0,169,170,171,278,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,169,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,282,90,0,0,76,280,0,23,0,24,0,0,0,78,0,282,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,75,0,0,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,80,80,22,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,283,0,284,285,0,23,0,24,0,0,286,0,0,0,0,0],[0,75,0,176,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,287,287,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,185,185,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,290,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,291,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,192,281,0,0,0,0],[0,0,0,189,170,190,278,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,189,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,76,0,177,177,22,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,175,296,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,299,0,0,0,97,300,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,199,301,0,0,0,0],[0,0,0,195,196,197,298,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,195,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,302,111,0,0,97,300,0,33,0,34,0,0,0,99,0,302,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,96,0,0,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,101,101,32,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,303,0,304,305,0,33,0,34,0,0,306,0,0,0,0,0],[0,96,0,202,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,307,307,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,211,211,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,310,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,311,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,218,301,0,0,0,0],[0,0,0,215,196,216,298,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,215,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,97,0,203,203,32,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,201,316,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,0,225,0,0,0,0],[0,0,0,317,318,319,320,8,9,0,10,0,0,321,322,0,0,16,0],[0,223,0,323,0,123,123,8,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,0,0,121,324,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,325,318,326,327,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,64,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,230,0,0,0,0,0],[0,0,0,227,0,228,121,0,9,0,10,0,0,230,0,0,0,0,0],[0,0,0,227,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0],[0,0,0,0,0,329,329,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,237,237,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,332,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,333,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,337,0,0,0,137,338,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,244,339,0,0,0,0],[0,0,0,240,241,242,336,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,240,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,340,151,0,0,137,338,0,58,0,59,0,0,0,139,0,340,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,136,0,0,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,141,141,57,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,341,0,342,343,0,58,0,59,0,0,344,0,0,0,0,0],[0,136,0,247,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,345,345,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,256,256,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,348,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,349,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,263,339,0,0,0,0],[0,0,0,260,241,261,336,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,260,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,137,0,248,248,57,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,246,354,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,126,126,8,23,0,0,0,0,0,0,0,0,0,0],[0,355,90,0,0,121,125,0,9,0,10,0,0,0,42,0,355,0,0],[0,0,0,0,0,356,356,269,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,357,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,270,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0],[0,0,0,364,116,365,366,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,40,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,0,281,0,0,0,0],[0,0,0,369,370,371,372,22,23,0,24,0,0,373,374,0,0,27,0],[0,279,0,375,0,177,177,22,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,0,0,175,376,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,377,370,378,379,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,90,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,286,0,0,0,0,0],[0,0,0,283,0,284,175,0,23,0,24,0,0,286,0,0,0,0,0],[0,0,0,283,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0],[0,0,0,0,0,381,381,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,293,293,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,384,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,385,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,76,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,0,301,0,0,0,0],[0,0,0,387,388,389,390,32,33,0,34,0,0,391,392,0,0,37,0],[0,299,0,393,0,203,203,32,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,0,0,201,394,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,395,388,396,397,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,111,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,306,0,0,0,0,0],[0,0,0,303,0,304,201,0,33,0,34,0,0,306,0,0,0,0,0],[0,0,0,303,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0],[0,0,0,0,0,399,399,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,313,313,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,402,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,403,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,97,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,407,0,0,0,40,408,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,321,409,0,0,0,0],[0,0,0,317,318,319,406,8,9,0,10,0,0,321,322,0,0,16,0],[0,0,0,317,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,410,64,0,0,40,408,0,9,0,10,0,0,0,42,0,410,0,0],[0,223,0,0,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,323,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,328,409,0,0,0,0],[0,0,0,325,318,326,406,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,325,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0],[0,0,0,0,0,411,411,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,413,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,0,339,0,0,0,0],[0,0,0,414,415,416,417,57,58,0,59,0,0,418,419,0,0,62,0],[0,337,0,420,0,248,248,57,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,0,0,246,421,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,422,415,423,424,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,151,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,344,0,0,0,0,0],[0,0,0,341,0,342,246,0,58,0,59,0,0,344,0,0,0,0,0],[0,0,0,341,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0],[0,0,0,0,0,426,426,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,351,351,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,429,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,430,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,137,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,432,116,433,434,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,0,0,180,180,269,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,359,359,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,437,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,438,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,443,274,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,367,225,0,0,0,0],[0,0,0,364,116,365,445,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,364,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,448,0,0,0,76,449,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,373,450,0,0,0,0],[0,0,0,369,370,371,447,22,23,0,24,0,0,373,374,0,0,27,0],[0,0,0,369,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,451,90,0,0,76,449,0,23,0,24,0,0,0,78,0,451,0,0],[0,279,0,0,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,375,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,380,450,0,0,0,0],[0,0,0,377,370,378,447,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,377,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0],[0,0,0,0,0,452,452,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,454,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,457,0,0,0,97,458,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,391,459,0,0,0,0],[0,0,0,387,388,389,456,32,33,0,34,0,0,391,392,0,0,37,0],[0,0,0,387,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,460,111,0,0,97,458,0,33,0,34,0,0,0,99,0,460,0,0],[0,299,0,0,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,393,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,398,459,0,0,0,0],[0,0,0,395,388,396,456,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,395,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0],[0,0,0,0,0,461,461,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,463,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,0,409,0,0,0,0],[0,0,0,464,465,466,467,8,9,0,10,0,0,468,469,0,0,16,0],[0,407,0,470,0,123,123,8,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,0,0,121,471,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,472,465,473,474,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0],[0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,479,0,0,0,137,480,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,418,481,0,0,0,0],[0,0,0,414,415,416,478,57,58,0,59,0,0,418,419,0,0,62,0],[0,0,0,414,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,482,151,0,0,137,480,0,58,0,59,0,0,0,139,0,482,0,0],[0,337,0,0,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,420,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,425,481,0,0,0,0],[0,0,0,422,415,423,478,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,422,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0],[0,0,0,0,0,483,483,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,485,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,435,225,0,0,0,0],[0,0,0,432,116,433,445,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,432,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,486,486,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,440,440,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,489,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,490,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,495,0,496,497,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,0,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,0,225,0,0,0,0],[0,0,0,0,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,0,450,0,0,0,0],[0,0,0,499,500,501,502,22,23,0,24,0,0,503,504,0,0,27,0],[0,448,0,505,0,177,177,22,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,0,0,175,506,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,507,500,508,509,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0],[0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,0,459,0,0,0,0],[0,0,0,512,513,514,515,32,33,0,34,0,0,516,517,0,0,37,0],[0,457,0,518,0,203,203,32,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,0,0,201,519,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,520,513,521,522,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0],[0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,527,0,0,0,40,528,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,468,529,0,0,0,0],[0,0,0,464,465,466,526,8,9,0,10,0,0,468,469,0,0,16,0],[0,0,0,464,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,530,64,0,0,40,528,0,9,0,10,0,0,0,42,0,530,0,0],[0,407,0,0,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,470,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,475,529,0,0,0,0],[0,0,0,472,465,473,526,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,472,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0],[0,0,0,0,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,0,481,0,0,0,0],[0,0,0,531,532,533,534,57,58,0,59,0,0,535,536,0,0,62,0],[0,479,0,537,0,248,248,57,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,0,0,246,538,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,539,532,540,541,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0],[0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0],[0,0,0,0,0,544,544,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,492,492,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,547,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,548,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,274,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,498,0,0,0,0,0],[0,0,0,495,0,496,368,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,495,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,553,0,0,0,76,554,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,503,555,0,0,0,0],[0,0,0,499,500,501,552,22,23,0,24,0,0,503,504,0,0,27,0],[0,0,0,499,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,556,90,0,0,76,554,0,23,0,24,0,0,0,78,0,556,0,0],[0,448,0,0,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,505,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,510,555,0,0,0,0],[0,0,0,507,500,508,552,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,507,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,559,0,0,0,97,560,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,516,561,0,0,0,0],[0,0,0,512,513,514,558,32,33,0,34,0,0,516,517,0,0,37,0],[0,0,0,512,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,562,111,0,0,97,560,0,33,0,34,0,0,0,99,0,562,0,0],[0,457,0,0,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,518,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,523,561,0,0,0,0],[0,0,0,520,513,521,558,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,520,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0],[0,0,0,0,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,0,529,0,0,0,0],[0,0,0,563,66,564,565,8,9,0,10,0,0,566,68,0,0,16,0],[0,527,0,567,0,123,123,8,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,0,0,121,568,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,569,66,570,571,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,575,0,0,0,137,576,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,535,577,0,0,0,0],[0,0,0,531,532,533,574,57,58,0,59,0,0,535,536,0,0,62,0],[0,0,0,531,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,578,151,0,0,137,576,0,58,0,59,0,0,0,139,0,578,0,0],[0,479,0,0,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,537,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,542,577,0,0,0,0],[0,0,0,539,532,540,574,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,539,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0],[0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0],[0,0,0,0,0,579,579,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,581,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,0,555,0,0,0,0],[0,0,0,582,91,583,584,22,23,0,24,0,0,585,93,0,0,27,0],[0,553,0,586,0,177,177,22,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,0,0,175,587,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,588,91,589,590,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,0,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,0,561,0,0,0,0],[0,0,0,592,112,593,594,32,33,0,34,0,0,595,114,0,0,37,0],[0,559,0,596,0,203,203,32,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,0,0,201,597,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,598,112,599,600,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,566,165,0,0,0,0],[0,0,0,563,66,564,67,8,9,0,10,0,0,566,68,0,0,16,0],[0,0,0,563,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,527,0,0,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,567,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,572,165,0,0,0,0],[0,0,0,569,66,570,67,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,569,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,0,577,0,0,0,0],[0,0,0,603,152,604,605,57,58,0,59,0,0,606,154,0,0,62,0],[0,575,0,607,0,248,248,57,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,0,0,246,608,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,609,152,610,611,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0],[0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,585,194,0,0,0,0],[0,0,0,582,91,583,92,22,23,0,24,0,0,585,93,0,0,27,0],[0,0,0,582,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,553,0,0,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,586,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,591,194,0,0,0,0],[0,0,0,588,91,589,92,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,588,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,595,220,0,0,0,0],[0,0,0,592,112,593,113,32,33,0,34,0,0,595,114,0,0,37,0],[0,0,0,592,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,559,0,0,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,596,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,601,220,0,0,0,0],[0,0,0,598,112,599,113,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,598,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,606,265,0,0,0,0],[0,0,0,603,152,604,153,57,58,0,59,0,0,606,154,0,0,62,0],[0,0,0,603,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,575,0,0,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,607,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,612,265,0,0,0,0],[0,0,0,609,152,610,153,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,609,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0]],"accepting":[false,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,false,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,false,false,true,false,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,false,false,true,true,false,false,true,true,true,false,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,false,false,false,false,false,false,false,true,true,false,false,true,true,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,false,true,true,false,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,false,true,true,true,true,true,false,true,true,false,true,true,true],"tags":[[],["broken_cluster"],["consonant_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],[],["broken_cluster"],["symbol_cluster"],[],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["symbol_cluster"],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],[],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],[],[],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],["consonant_syllable"],["vowel_syllable"],["standalone_cluster"]]}');var $aa333a9607471296$exports={};$aa333a9607471296$exports=JSON.parse('{"categories":["O","IND","S","GB","B","FM","CGJ","VMAbv","VMPst","VAbv","VPst","CMBlw","VPre","VBlw","H","VMBlw","CMAbv","MBlw","CS","R","SUB","MPst","MPre","FAbv","FPst","FBlw","null","SMAbv","SMBlw","VMPre","ZWNJ","ZWJ","WJ","M","VS","N","HN","MAbv"],"decompositions":{"2507":[2503,2494],"2508":[2503,2519],"2888":[2887,2902],"2891":[2887,2878],"2892":[2887,2903],"3018":[3014,3006],"3019":[3015,3006],"3020":[3014,3031],"3144":[3142,3158],"3264":[3263,3285],"3271":[3270,3285],"3272":[3270,3286],"3274":[3270,3266],"3275":[3270,3266,3285],"3402":[3398,3390],"3403":[3399,3390],"3404":[3398,3415],"3546":[3545,3530],"3548":[3545,3535],"3549":[3545,3535,3530],"3550":[3545,3551],"3635":[3661,3634],"3763":[3789,3762],"3955":[3953,3954],"3957":[3953,3956],"3958":[4018,3968],"3959":[4018,3953,3968],"3960":[4019,3968],"3961":[4019,3953,3968],"3969":[3953,3968],"6971":[6970,6965],"6973":[6972,6965],"6976":[6974,6965],"6977":[6975,6965],"6979":[6978,6965],"69934":[69937,69927],"69935":[69938,69927],"70475":[70471,70462],"70476":[70471,70487],"70843":[70841,70842],"70844":[70841,70832],"70846":[70841,70845],"71098":[71096,71087],"71099":[71097,71087]},"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,2,3,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,17,18,11,19,20,21,22,0,0,0,23,0,0,2,0,0,24,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,27,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,39,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,49,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,53,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0]],"accepting":[false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"tags":[[],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["symbol_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["virama_terminated_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["number_joiner_terminated_cluster"],["standard_cluster"],["standard_cluster"],["numeral_cluster"]]}');const $90a9d3398ee54fe5$export$a513ea61a7bee91c={X:1,C:2,V:4,N:8,H:16,ZWNJ:32,ZWJ:64,M:128,Placeholder:2048,Dotted_Circle:4096,RS:8192,Coeng:16384,Repha:32768,Ra:65536,CM:131072},$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0={Start:1,Ra_To_Become_Reph:2,Pre_M:4,Pre_C:8,Base_C:16,After_Main:32,Before_Sub:128,Below_C:256,After_Sub:512,Before_Post:1024,Post_C:2048,After_Post:4096,Final_C:8192,SMVD:16384,End:32768},$90a9d3398ee54fe5$export$8519deaa7de2b07=$90a9d3398ee54fe5$export$a513ea61a7bee91c.C|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Ra|$90a9d3398ee54fe5$export$a513ea61a7bee91c.CM|$90a9d3398ee54fe5$export$a513ea61a7bee91c.V|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Placeholder|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Dotted_Circle,$90a9d3398ee54fe5$export$bbcd928767338e0d=$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ|$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWNJ,$90a9d3398ee54fe5$export$ca9599b2a300afc=$90a9d3398ee54fe5$export$a513ea61a7bee91c.H|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Coeng,$90a9d3398ee54fe5$export$e99d119da76a0fc5={Default:{hasOldSpec:!1,virama:0,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Devanagari:{hasOldSpec:!0,virama:2381,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Bengali:{hasOldSpec:!0,virama:2509,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gurmukhi:{hasOldSpec:!0,virama:2637,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gujarati:{hasOldSpec:!0,virama:2765,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Oriya:{hasOldSpec:!0,virama:2893,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Tamil:{hasOldSpec:!0,virama:3021,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Telugu:{hasOldSpec:!0,virama:3149,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post,rephMode:"Explicit",blwfMode:"Post_Only"},Kannada:{hasOldSpec:!0,virama:3277,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post,rephMode:"Implicit",blwfMode:"Post_Only"},Malayalam:{hasOldSpec:!0,virama:3405,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main,rephMode:"Log_Repha",blwfMode:"Pre_And_Post"},Khmer:{hasOldSpec:!1,virama:6098,basePos:"First",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph,rephMode:"Vis_Repha",blwfMode:"Pre_And_Post"}},$90a9d3398ee54fe5$export$f647c9cfdd77d95a={6078:[6081,6078],6079:[6081,6079],6080:[6081,6080],6084:[6081,6084],6085:[6081,6085]},{decompositions:$7826f90f6f0cecc9$var$decompositions}=$parcel$interopDefault($aa333a9607471296$exports),$7826f90f6f0cecc9$var$trie=new $6uUbQ$unicodetrie($12727730ddfc8bfe$export$94fdf11bafc8de6b("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")),$7826f90f6f0cecc9$var$stateMachine=new $6uUbQ$dfa($parcel$interopDefault($4b0735ca6c692ea5$exports));class $7826f90f6f0cecc9$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.addStage($7826f90f6f0cecc9$var$setupSyllables),s.addStage(["locl","ccmp"]),s.addStage($7826f90f6f0cecc9$var$initialReordering),s.addStage("nukt"),s.addStage("akhn"),s.addStage("rphf",!1),s.addStage("rkrf"),s.addStage("pref",!1),s.addStage("blwf",!1),s.addStage("abvf",!1),s.addStage("half",!1),s.addStage("pstf",!1),s.addStage("vatu"),s.addStage("cjct"),s.addStage("cfar",!1),s.addStage($7826f90f6f0cecc9$var$finalReordering),s.addStage({local:["init"],global:["pres","abvs","blws","psts","haln","dist","abvm","blwm","calt","clig"]}),s.unicodeScript=$130d1a642ebcd2b7$export$ce50e82f12a827a4(s.script),s.indicConfig=$90a9d3398ee54fe5$export$e99d119da76a0fc5[s.unicodeScript]||$90a9d3398ee54fe5$export$e99d119da76a0fc5.Default,s.isOldSpec=s.indicConfig.hasOldSpec&&s.script[s.script.length-1]!=="2"}static assignFeatures(s,c){for(let u=c.length-1;u>=0;u--){let d=c[u].codePoints[0],p=$90a9d3398ee54fe5$export$f647c9cfdd77d95a[d]||$7826f90f6f0cecc9$var$decompositions[d];if(p){let A=p.map(v=>{let b=s.font.glyphForCodePoint(v);return new $10e7b257e1a9a756$export$2e2bcd8739ae039(s.font,b.id,[v],c[u].features)});c.splice(u,1,...A)}}}}_define_property($7826f90f6f0cecc9$export$2e2bcd8739ae039,"zeroMarkWidths","NONE");function $7826f90f6f0cecc9$var$indicCategory(a){return $7826f90f6f0cecc9$var$trie.get(a.codePoints[0])>>8}function $7826f90f6f0cecc9$var$indicPosition(a){return 1<<($7826f90f6f0cecc9$var$trie.get(a.codePoints[0])&255)}class $7826f90f6f0cecc9$var$IndicInfo{constructor(s,c,u,d){this.category=s,this.position=c,this.syllableType=u,this.syllable=d}}function $7826f90f6f0cecc9$var$setupSyllables(a,s){let c=0,u=0;for(let[d,p,A]of $7826f90f6f0cecc9$var$stateMachine.match(s.map($7826f90f6f0cecc9$var$indicCategory))){if(d>u){++c;for(let v=u;v<d;v++)s[v].shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo($90a9d3398ee54fe5$export$a513ea61a7bee91c.X,$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.End,"non_indic_cluster",c)}++c;for(let v=d;v<=p;v++)s[v].shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo(1<<$7826f90f6f0cecc9$var$indicCategory(s[v]),$7826f90f6f0cecc9$var$indicPosition(s[v]),A[0],c);u=p+1}if(u<s.length){++c;for(let d=u;d<s.length;d++)s[d].shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo($90a9d3398ee54fe5$export$a513ea61a7bee91c.X,$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.End,"non_indic_cluster",c)}}function $7826f90f6f0cecc9$var$isConsonant(a){return a.shaperInfo.category&$90a9d3398ee54fe5$export$8519deaa7de2b07}function $7826f90f6f0cecc9$var$isJoiner(a){return a.shaperInfo.category&$90a9d3398ee54fe5$export$bbcd928767338e0d}function $7826f90f6f0cecc9$var$isHalantOrCoeng(a){return a.shaperInfo.category&$90a9d3398ee54fe5$export$ca9599b2a300afc}function $7826f90f6f0cecc9$var$wouldSubstitute(a,s){for(let u of a)u.features={[s]:!0};return a[0]._font._layoutEngine.engine.GSUBProcessor.applyFeatures([s],a),a.length===1}function $7826f90f6f0cecc9$var$consonantPosition(a,s,c){let u=[c,s,c];return $7826f90f6f0cecc9$var$wouldSubstitute(u.slice(0,2),"blwf")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(1,3),"blwf")?$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C:$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(0,2),"pstf")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(1,3),"pstf")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(0,2),"pref")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(1,3),"pref")?$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Post_C:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C}function $7826f90f6f0cecc9$var$initialReordering(a,s,c){let u=c.indicConfig,d=a._layoutEngine.engine.GSUBProcessor.features,p=a.glyphForCodePoint(9676).id,A=a.glyphForCodePoint(u.virama).id;if(A){let v=new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,A,[u.virama]);for(let b=0;b<s.length;b++)s[b].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C&&(s[b].shaperInfo.position=$7826f90f6f0cecc9$var$consonantPosition(a,s[b].copy(),v))}for(let v=0,b=$7826f90f6f0cecc9$var$nextSyllable(s,0);v<s.length;v=b,b=$7826f90f6f0cecc9$var$nextSyllable(s,v)){let{category:g,syllableType:x}=s[v].shaperInfo;if(x==="symbol_cluster"||x==="non_indic_cluster")continue;if(x==="broken_cluster"&&p){let $=new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,p,[9676]);$.shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo(1<<$7826f90f6f0cecc9$var$indicCategory($),$7826f90f6f0cecc9$var$indicPosition($),s[v].shaperInfo.syllableType,s[v].shaperInfo.syllable);let P=v;for(;P<b&&s[P].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Repha;)P++;s.splice(P++,0,$),b++}let y=b,f=v,m=!1;if(u.rephPos!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph&&d.rphf&&v+3<=b&&(u.rephMode==="Implicit"&&!$7826f90f6f0cecc9$var$isJoiner(s[v+2])||u.rephMode==="Explicit"&&s[v+2].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ)){let $=[s[v].copy(),s[v+1].copy(),s[v+2].copy()];if($7826f90f6f0cecc9$var$wouldSubstitute($.slice(0,2),"rphf")||u.rephMode==="Explicit"&&$7826f90f6f0cecc9$var$wouldSubstitute($,"rphf")){for(f+=2;f<b&&$7826f90f6f0cecc9$var$isJoiner(s[f]);)f++;y=v,m=!0}}else if(u.rephMode==="Log_Repha"&&s[v].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Repha){for(f++;f<b&&$7826f90f6f0cecc9$var$isJoiner(s[f]);)f++;y=v,m=!0}switch(u.basePos){case"Last":{let $=b,P=!1;do{let E=s[--$].shaperInfo;if($7826f90f6f0cecc9$var$isConsonant(s[$])){if(E.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C&&(E.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Post_C||P)){y=$;break}E.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C&&(P=!0),y=$}else if(v<$&&E.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ&&s[$-1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H)break}while($>f);break}case"First":y=v;for(let $=y+1;$<b;$++)$7826f90f6f0cecc9$var$isConsonant(s[$])&&(s[$].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C)}m&&y===v&&f-y<=2&&(m=!1);for(let $=v;$<y;$++){let P=s[$].shaperInfo;P.position=Math.min($90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_C,P.position)}y<b&&(s[y].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C);for(let $=y+1;$<b;$++)if(s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M){for(let P=$+1;P<b;P++)if($7826f90f6f0cecc9$var$isConsonant(s[P])){s[P].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Final_C;break}break}if(m&&(s[v].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph),c.isOldSpec){let $=c.unicodeScript!=="Malayalam";for(let P=y+1;P<b;P++)if(s[P].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H){let E;for(E=b-1;E>P&&!($7826f90f6f0cecc9$var$isConsonant(s[E])||$&&s[E].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H);E--);if(s[E].shaperInfo.category!==$90a9d3398ee54fe5$export$a513ea61a7bee91c.H&&E>P){let B=s[P];s.splice(P,0,...s.splice(P+1,E-P)),s[E]=B}break}}let C=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Start;for(let $=v;$<b;$++){let P=s[$].shaperInfo;if(P.category&($90a9d3398ee54fe5$export$bbcd928767338e0d|$90a9d3398ee54fe5$export$a513ea61a7bee91c.N|$90a9d3398ee54fe5$export$a513ea61a7bee91c.RS|$90a9d3398ee54fe5$export$a513ea61a7bee91c.CM|$90a9d3398ee54fe5$export$ca9599b2a300afc&P.category)){if(P.position=C,P.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H&&P.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){for(let E=$;E>v;E--)if(s[E-1].shaperInfo.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){P.position=s[E-1].shaperInfo.position;break}}}else P.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD&&(C=P.position)}let S=y;for(let $=y+1;$<b;$++)if($7826f90f6f0cecc9$var$isConsonant(s[$])){for(let P=S+1;P<$;P++)s[P].shaperInfo.position<$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD&&(s[P].shaperInfo.position=s[$].shaperInfo.position);S=$}else s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M&&(S=$);let w=s.slice(v,b);w.sort(($,P)=>$.shaperInfo.position-P.shaperInfo.position),s.splice(v,w.length,...w);for(let $=v;$<b;$++)if(s[$].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C){y=$;break}for(let $=v;$<b&&s[$].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph;$++)s[$].features.rphf=!0;let I=!c.isOldSpec&&u.blwfMode==="Pre_And_Post";for(let $=v;$<y;$++)s[$].features.half=!0,I&&(s[$].features.blwf=!0);for(let $=y+1;$<b;$++)s[$].features.abvf=!0,s[$].features.pstf=!0,s[$].features.blwf=!0;if(c.isOldSpec&&c.unicodeScript==="Devanagari")for(let $=v;$+1<y;$++)s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Ra&&s[$+1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H&&($+1===y||s[$+2].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ)&&(s[$].features.blwf=!0,s[$+1].features.blwf=!0);let T=2;if(d.pref&&y+T<b)for(let $=y+1;$+T-1<b;$++){let P=[s[$].copy(),s[$+1].copy()];if($7826f90f6f0cecc9$var$wouldSubstitute(P,"pref")){for(let E=0;E<T;E++)s[$++].features.pref=!0;if(d.cfar)for(;$<b;$++)s[$].features.cfar=!0;break}}for(let $=v+1;$<b;$++)if($7826f90f6f0cecc9$var$isJoiner(s[$])){let P=s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWNJ,E=$;do E--,P&&delete s[E].features.half;while(E>v&&!$7826f90f6f0cecc9$var$isConsonant(s[E]))}}}function $7826f90f6f0cecc9$var$finalReordering(a,s,c){let u=c.indicConfig,d=a._layoutEngine.engine.GSUBProcessor.features;for(let p=0,A=$7826f90f6f0cecc9$var$nextSyllable(s,0);p<s.length;p=A,A=$7826f90f6f0cecc9$var$nextSyllable(s,p)){let v=!!d.pref,b=p;for(;b<A;b++)if(s[b].shaperInfo.position>=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C){if(v&&b+1<A){for(let g=b+1;g<A;g++)if(s[g].features.pref){if(!(s[g].substituted&&s[g].isLigated&&!s[g].isMultiplied)){for(b=g;b<A&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[b]);)b++;s[b].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.BASE_C,v=!1}break}}if(c.unicodeScript==="Malayalam")for(let g=b+1;g<A;g++){for(;g<A&&$7826f90f6f0cecc9$var$isJoiner(s[g]);)g++;if(g===A||!$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]))break;for(g++;g<A&&$7826f90f6f0cecc9$var$isJoiner(s[g]);)g++;g<A&&$7826f90f6f0cecc9$var$isConsonant(s[g])&&s[g].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C&&(b=g,s[b].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C)}p<b&&s[b].shaperInfo.position>$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C&&b--;break}if(b===A&&p<b&&s[b-1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ&&b--,b<A)for(;p<b&&s[b].shaperInfo.category&($90a9d3398ee54fe5$export$a513ea61a7bee91c.N|$90a9d3398ee54fe5$export$ca9599b2a300afc);)b--;if(p+1<A&&p<b){let g=b===A?b-2:b-1;if(c.unicodeScript!=="Malayalam"&&c.unicodeScript!=="Tamil"){for(;g>p&&!(s[g].shaperInfo.category&($90a9d3398ee54fe5$export$a513ea61a7bee91c.M|$90a9d3398ee54fe5$export$ca9599b2a300afc));)g--;$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g])&&s[g].shaperInfo.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M?g+1<A&&$7826f90f6f0cecc9$var$isJoiner(s[g+1])&&g++:g=p}if(p<g&&s[g].shaperInfo.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){for(let x=g;x>p;x--)if(s[x-1].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){let y=x-1;y<b&&b<=g&&b--;let f=s[y];s.splice(y,0,...s.splice(y+1,g-y)),s[g]=f,g--}}}if(p+1<A&&s[p].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph&&s[p].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Repha!==(s[p].isLigated&&!s[p].isMultiplied)){let g,x=u.rephPos,y=!1;if(x!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post){for(g=p+1;g<b&&!$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]);)g++;if(g<b&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g])&&(g+1<b&&$7826f90f6f0cecc9$var$isJoiner(s[g+1])&&g++,y=!0),!y&&x===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main){for(g=b;g+1<A&&s[g+1].shaperInfo.position<=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main;)g++;y=g<A}if(!y&&x===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Sub){for(g=b;g+1<A&&!(s[g+1].shaperInfo.position&($90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Post_C|$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post|$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD));)g++;y=g<A}}if(!y){for(g=p+1;g<b&&!$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]);)g++;g<b&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g])&&(g+1<b&&$7826f90f6f0cecc9$var$isJoiner(s[g+1])&&g++,y=!0)}if(!y){for(g=A-1;g>p&&s[g].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD;)g--;if($7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]))for(let m=b+1;m<g;m++)s[m].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M&&g--}let f=s[p];s.splice(p,0,...s.splice(p+1,g-p)),s[g]=f,p<b&&b<=g&&b--}if(v&&b+1<A){for(let g=b+1;g<A;g++)if(s[g].features.pref){if(s[g].isLigated&&!s[g].isMultiplied){let x=b;if(c.unicodeScript!=="Malayalam"&&c.unicodeScript!=="Tamil"){for(;x>p&&!(s[x-1].shaperInfo.category&($90a9d3398ee54fe5$export$a513ea61a7bee91c.M|$90a9d3398ee54fe5$export$ca9599b2a300afc));)x--;if(x>p&&s[x-1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M){let m=g;for(let C=b+1;C<m;C++)if(s[C].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M){x--;break}}}x>p&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[x-1])&&x<A&&$7826f90f6f0cecc9$var$isJoiner(s[x])&&x++;let y=g,f=s[y];s.splice(x+1,0,...s.splice(x,y-x)),s[x]=f,x<=b&&b<y&&b++}break}}s[p].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M&&(!p||!/Cf|Mn/.test($747425b437e121da$export$410364bbb673ddbc(s[p-1].codePoints[0])))&&(s[p].features.init=!0)}}function $7826f90f6f0cecc9$var$nextSyllable(a,s){if(s>=a.length)return s;let c=a[s].shaperInfo.syllable;for(;++s<a.length&&a[s].shaperInfo.syllable===c;);return s}const{categories:$7ab494fe977143c6$var$categories,decompositions:$7ab494fe977143c6$var$decompositions}=$parcel$interopDefault($aa333a9607471296$exports),$7ab494fe977143c6$var$trie=new $6uUbQ$unicodetrie($12727730ddfc8bfe$export$94fdf11bafc8de6b("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")),$7ab494fe977143c6$var$stateMachine=new $6uUbQ$dfa($parcel$interopDefault($aa333a9607471296$exports));class $7ab494fe977143c6$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.addStage($7ab494fe977143c6$var$setupSyllables),s.addStage(["locl","ccmp","nukt","akhn"]),s.addStage($7ab494fe977143c6$var$clearSubstitutionFlags),s.addStage(["rphf"],!1),s.addStage($7ab494fe977143c6$var$recordRphf),s.addStage($7ab494fe977143c6$var$clearSubstitutionFlags),s.addStage(["pref"]),s.addStage($7ab494fe977143c6$var$recordPref),s.addStage(["rkrf","abvf","blwf","half","pstf","vatu","cjct"]),s.addStage($7ab494fe977143c6$var$reorder),s.addStage(["abvs","blws","pres","psts","dist","abvm","blwm"])}static assignFeatures(s,c){for(let u=c.length-1;u>=0;u--){let d=c[u].codePoints[0];if($7ab494fe977143c6$var$decompositions[d]){let p=$7ab494fe977143c6$var$decompositions[d].map(A=>{let v=s.font.glyphForCodePoint(A);return new $10e7b257e1a9a756$export$2e2bcd8739ae039(s.font,v.id,[A],c[u].features)});c.splice(u,1,...p)}}}}_define_property($7ab494fe977143c6$export$2e2bcd8739ae039,"zeroMarkWidths","BEFORE_GPOS");function $7ab494fe977143c6$var$useCategory(a){return $7ab494fe977143c6$var$trie.get(a.codePoints[0])}class $7ab494fe977143c6$var$USEInfo{constructor(s,c,u){this.category=s,this.syllableType=c,this.syllable=u}}function $7ab494fe977143c6$var$setupSyllables(a,s){let c=0;for(let[u,d,p]of $7ab494fe977143c6$var$stateMachine.match(s.map($7ab494fe977143c6$var$useCategory))){++c;for(let v=u;v<=d;v++)s[v].shaperInfo=new $7ab494fe977143c6$var$USEInfo($7ab494fe977143c6$var$categories[$7ab494fe977143c6$var$useCategory(s[v])],p[0],c);let A=s[u].shaperInfo.category==="R"?1:Math.min(3,d-u);for(let v=u;v<u+A;v++)s[v].features.rphf=!0}}function $7ab494fe977143c6$var$clearSubstitutionFlags(a,s){for(let c of s)c.substituted=!1}function $7ab494fe977143c6$var$recordRphf(a,s){for(let c of s)c.substituted&&c.features.rphf&&(c.shaperInfo.category="R")}function $7ab494fe977143c6$var$recordPref(a,s){for(let c of s)c.substituted&&(c.shaperInfo.category="VPre")}function $7ab494fe977143c6$var$reorder(a,s){let c=a.glyphForCodePoint(9676).id;for(let u=0,d=$7ab494fe977143c6$var$nextSyllable(s,0);u<s.length;u=d,d=$7ab494fe977143c6$var$nextSyllable(s,u)){let p,A,v=s[u].shaperInfo,b=v.syllableType;if(!(b!=="virama_terminated_cluster"&&b!=="standard_cluster"&&b!=="broken_cluster")){if(b==="broken_cluster"&&c){let g=new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,c,[9676]);for(g.shaperInfo=v,p=u;p<d&&s[p].shaperInfo.category==="R";p++);s.splice(++p,0,g),d++}if(v.category==="R"&&d-u>1){for(p=u+1;p<d;p++)if(v=s[p].shaperInfo,$7ab494fe977143c6$var$isBase(v)||$7ab494fe977143c6$var$isHalant(s[p])){$7ab494fe977143c6$var$isHalant(s[p])&&p--,s.splice(u,0,...s.splice(u+1,p-u),s[p]);break}}for(p=u,A=d;p<d;p++)v=s[p].shaperInfo,$7ab494fe977143c6$var$isBase(v)||$7ab494fe977143c6$var$isHalant(s[p])?A=$7ab494fe977143c6$var$isHalant(s[p])?p+1:p:(v.category==="VPre"||v.category==="VMPre")&&A<p&&s.splice(A,1,s[p],...s.splice(A,p-A))}}}function $7ab494fe977143c6$var$nextSyllable(a,s){if(s>=a.length)return s;let c=a[s].shaperInfo.syllable;for(;++s<a.length&&a[s].shaperInfo.syllable===c;);return s}function $7ab494fe977143c6$var$isHalant(a){return a.shaperInfo.category==="H"&&!a.isLigated}function $7ab494fe977143c6$var$isBase(a){return a.category==="B"||a.category==="GB"}const $102b6fe50f1d50b4$var$SHAPERS={arab:$764eb544bbe1ccf0$export$2e2bcd8739ae039,mong:$764eb544bbe1ccf0$export$2e2bcd8739ae039,syrc:$764eb544bbe1ccf0$export$2e2bcd8739ae039,"nko ":$764eb544bbe1ccf0$export$2e2bcd8739ae039,phag:$764eb544bbe1ccf0$export$2e2bcd8739ae039,mand:$764eb544bbe1ccf0$export$2e2bcd8739ae039,mani:$764eb544bbe1ccf0$export$2e2bcd8739ae039,phlp:$764eb544bbe1ccf0$export$2e2bcd8739ae039,hang:$e1c6bbc8cb416f8c$export$2e2bcd8739ae039,bng2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,beng:$7826f90f6f0cecc9$export$2e2bcd8739ae039,dev2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,deva:$7826f90f6f0cecc9$export$2e2bcd8739ae039,gjr2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,gujr:$7826f90f6f0cecc9$export$2e2bcd8739ae039,guru:$7826f90f6f0cecc9$export$2e2bcd8739ae039,gur2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,knda:$7826f90f6f0cecc9$export$2e2bcd8739ae039,knd2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,mlm2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,mlym:$7826f90f6f0cecc9$export$2e2bcd8739ae039,ory2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,orya:$7826f90f6f0cecc9$export$2e2bcd8739ae039,taml:$7826f90f6f0cecc9$export$2e2bcd8739ae039,tml2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,telu:$7826f90f6f0cecc9$export$2e2bcd8739ae039,tel2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,khmr:$7826f90f6f0cecc9$export$2e2bcd8739ae039,bali:$7ab494fe977143c6$export$2e2bcd8739ae039,batk:$7ab494fe977143c6$export$2e2bcd8739ae039,brah:$7ab494fe977143c6$export$2e2bcd8739ae039,bugi:$7ab494fe977143c6$export$2e2bcd8739ae039,buhd:$7ab494fe977143c6$export$2e2bcd8739ae039,cakm:$7ab494fe977143c6$export$2e2bcd8739ae039,cham:$7ab494fe977143c6$export$2e2bcd8739ae039,dupl:$7ab494fe977143c6$export$2e2bcd8739ae039,egyp:$7ab494fe977143c6$export$2e2bcd8739ae039,gran:$7ab494fe977143c6$export$2e2bcd8739ae039,hano:$7ab494fe977143c6$export$2e2bcd8739ae039,java:$7ab494fe977143c6$export$2e2bcd8739ae039,kthi:$7ab494fe977143c6$export$2e2bcd8739ae039,kali:$7ab494fe977143c6$export$2e2bcd8739ae039,khar:$7ab494fe977143c6$export$2e2bcd8739ae039,khoj:$7ab494fe977143c6$export$2e2bcd8739ae039,sind:$7ab494fe977143c6$export$2e2bcd8739ae039,lepc:$7ab494fe977143c6$export$2e2bcd8739ae039,limb:$7ab494fe977143c6$export$2e2bcd8739ae039,mahj:$7ab494fe977143c6$export$2e2bcd8739ae039,mtei:$7ab494fe977143c6$export$2e2bcd8739ae039,modi:$7ab494fe977143c6$export$2e2bcd8739ae039,hmng:$7ab494fe977143c6$export$2e2bcd8739ae039,rjng:$7ab494fe977143c6$export$2e2bcd8739ae039,saur:$7ab494fe977143c6$export$2e2bcd8739ae039,shrd:$7ab494fe977143c6$export$2e2bcd8739ae039,sidd:$7ab494fe977143c6$export$2e2bcd8739ae039,sinh:$7826f90f6f0cecc9$export$2e2bcd8739ae039,sund:$7ab494fe977143c6$export$2e2bcd8739ae039,sylo:$7ab494fe977143c6$export$2e2bcd8739ae039,tglg:$7ab494fe977143c6$export$2e2bcd8739ae039,tagb:$7ab494fe977143c6$export$2e2bcd8739ae039,tale:$7ab494fe977143c6$export$2e2bcd8739ae039,lana:$7ab494fe977143c6$export$2e2bcd8739ae039,tavt:$7ab494fe977143c6$export$2e2bcd8739ae039,takr:$7ab494fe977143c6$export$2e2bcd8739ae039,tibt:$7ab494fe977143c6$export$2e2bcd8739ae039,tfng:$7ab494fe977143c6$export$2e2bcd8739ae039,tirh:$7ab494fe977143c6$export$2e2bcd8739ae039,latn:$649970d87335b30f$export$2e2bcd8739ae039,DFLT:$649970d87335b30f$export$2e2bcd8739ae039};function $102b6fe50f1d50b4$export$7877a478dd30fd3d(a){Array.isArray(a)||(a=[a]);for(let s of a){let c=$102b6fe50f1d50b4$var$SHAPERS[s];if(c)return c}return $649970d87335b30f$export$2e2bcd8739ae039}class $0a876c45f1f7c41c$export$2e2bcd8739ae039 extends $a83b9c36aaa94fd3$export$2e2bcd8739ae039{applyLookup(s,c){switch(s){case 1:{let d=this.coverageIndex(c.coverage);if(d===-1)return!1;let p=this.glyphIterator.cur;switch(c.version){case 1:p.id=p.id+c.deltaGlyphID&65535;break;case 2:p.id=c.substitute.get(d);break}return!0}case 2:{let d=this.coverageIndex(c.coverage);if(d!==-1){let p=c.sequences.get(d);if(p.length===0)return this.glyphs.splice(this.glyphIterator.index,1),!0;this.glyphIterator.cur.id=p[0],this.glyphIterator.cur.ligatureComponent=0;let A=this.glyphIterator.cur.features,v=this.glyphIterator.cur,b=p.slice(1).map((g,x)=>{let y=new $10e7b257e1a9a756$export$2e2bcd8739ae039(this.font,g,void 0,A);return y.shaperInfo=v.shaperInfo,y.isLigated=v.isLigated,y.ligatureComponent=x+1,y.substituted=!0,y.isMultiplied=!0,y});return this.glyphs.splice(this.glyphIterator.index+1,0,...b),!0}return!1}case 3:{let d=this.coverageIndex(c.coverage);if(d!==-1){let p=0;return this.glyphIterator.cur.id=c.alternateSet.get(d)[p],!0}return!1}case 4:{let d=this.coverageIndex(c.coverage);if(d===-1)return!1;for(let p of c.ligatureSets.get(d)){let A=this.sequenceMatchIndices(1,p.components);if(!A)continue;let v=this.glyphIterator.cur,b=v.codePoints.slice();for(let S of A)b.push(...this.glyphs[S].codePoints);let g=new $10e7b257e1a9a756$export$2e2bcd8739ae039(this.font,p.glyph,b,v.features);g.shaperInfo=v.shaperInfo,g.isLigated=!0,g.substituted=!0;let x=v.isMark;for(let S=0;S<A.length&&x;S++)x=this.glyphs[A[S]].isMark;g.ligatureID=x?null:this.ligatureID++;let y=v.ligatureID,f=v.codePoints.length,m=f,C=this.glyphIterator.index+1;for(let S of A){if(x)C=S;else for(;C<S;){var u=m-f+Math.min(this.glyphs[C].ligatureComponent||1,f);this.glyphs[C].ligatureID=g.ligatureID,this.glyphs[C].ligatureComponent=u,C++}y=this.glyphs[C].ligatureID,f=this.glyphs[C].codePoints.length,m+=f,C++}if(y&&!x)for(let S=C;S<this.glyphs.length&&this.glyphs[S].ligatureID===y;S++){var u=m-f+Math.min(this.glyphs[S].ligatureComponent||1,f);this.glyphs[S].ligatureComponent=u}for(let S=A.length-1;S>=0;S--)this.glyphs.splice(A[S],1);return this.glyphs[this.glyphIterator.index]=g,!0}return!1}case 5:return this.applyContext(c);case 6:return this.applyChainingContext(c);case 7:return this.applyLookup(c.lookupType,c.extension);default:throw new Error(`GSUB lookupType ${s} is not supported`)}}}class $c96c93587d49c14d$export$2e2bcd8739ae039 extends $a83b9c36aaa94fd3$export$2e2bcd8739ae039{applyPositionValue(s,c){let u=this.positions[this.glyphIterator.peekIndex(s)];c.xAdvance!=null&&(u.xAdvance+=c.xAdvance),c.yAdvance!=null&&(u.yAdvance+=c.yAdvance),c.xPlacement!=null&&(u.xOffset+=c.xPlacement),c.yPlacement!=null&&(u.yOffset+=c.yPlacement);let d=this.font._variationProcessor,p=this.font.GDEF&&this.font.GDEF.itemVariationStore;d&&p&&(c.xPlaDevice&&(u.xOffset+=d.getDelta(p,c.xPlaDevice.a,c.xPlaDevice.b)),c.yPlaDevice&&(u.yOffset+=d.getDelta(p,c.yPlaDevice.a,c.yPlaDevice.b)),c.xAdvDevice&&(u.xAdvance+=d.getDelta(p,c.xAdvDevice.a,c.xAdvDevice.b)),c.yAdvDevice&&(u.yAdvance+=d.getDelta(p,c.yAdvDevice.a,c.yAdvDevice.b)))}applyLookup(s,c){switch(s){case 1:{let d=this.coverageIndex(c.coverage);if(d===-1)return!1;switch(c.version){case 1:this.applyPositionValue(0,c.value);break;case 2:this.applyPositionValue(0,c.values.get(d));break}return!0}case 2:{let d=this.glyphIterator.peek();if(!d)return!1;let p=this.coverageIndex(c.coverage);if(p===-1)return!1;switch(c.version){case 1:let A=c.pairSets.get(p);for(let g of A)if(g.secondGlyph===d.id)return this.applyPositionValue(0,g.value1),this.applyPositionValue(1,g.value2),!0;return!1;case 2:let v=this.getClassID(this.glyphIterator.cur.id,c.classDef1),b=this.getClassID(d.id,c.classDef2);if(v===-1||b===-1)return!1;var u=c.classRecords.get(v).get(b);return this.applyPositionValue(0,u.value1),this.applyPositionValue(1,u.value2),!0}}case 3:{let d=this.glyphIterator.peekIndex(),p=this.glyphs[d];if(!p)return!1;let A=c.entryExitRecords[this.coverageIndex(c.coverage)];if(!A||!A.exitAnchor)return!1;let v=c.entryExitRecords[this.coverageIndex(c.coverage,p.id)];if(!v||!v.entryAnchor)return!1;let b=this.getAnchor(v.entryAnchor),g=this.getAnchor(A.exitAnchor),x=this.positions[this.glyphIterator.index],y=this.positions[d],f;switch(this.direction){case"ltr":x.xAdvance=g.x+x.xOffset,f=b.x+y.xOffset,y.xAdvance-=f,y.xOffset-=f;break;case"rtl":f=g.x+x.xOffset,x.xAdvance-=f,x.xOffset-=f,y.xAdvance=b.x+y.xOffset;break}return this.glyphIterator.flags.rightToLeft?(this.glyphIterator.cur.cursiveAttachment=d,x.yOffset=b.y-g.y):(p.cursiveAttachment=this.glyphIterator.index,x.yOffset=g.y-b.y),!0}case 4:{let d=this.coverageIndex(c.markCoverage);if(d===-1)return!1;let p=this.glyphIterator.index;for(;--p>=0&&(this.glyphs[p].isMark||this.glyphs[p].ligatureComponent>0););if(p<0)return!1;let A=this.coverageIndex(c.baseCoverage,this.glyphs[p].id);if(A===-1)return!1;let v=c.markArray[d],b=c.baseArray[A][v.class];return this.applyAnchor(v,b,p),!0}case 5:{let d=this.coverageIndex(c.markCoverage);if(d===-1)return!1;let p=this.glyphIterator.index;for(;--p>=0&&this.glyphs[p].isMark;);if(p<0)return!1;let A=this.coverageIndex(c.ligatureCoverage,this.glyphs[p].id);if(A===-1)return!1;let v=c.ligatureArray[A],b=this.glyphIterator.cur,g=this.glyphs[p],x=g.ligatureID&&g.ligatureID===b.ligatureID&&b.ligatureComponent>0?Math.min(b.ligatureComponent,g.codePoints.length)-1:g.codePoints.length-1,y=c.markArray[d],f=v[x][y.class];return this.applyAnchor(y,f,p),!0}case 6:{let d=this.coverageIndex(c.mark1Coverage);if(d===-1)return!1;let p=this.glyphIterator.peekIndex(-1),A=this.glyphs[p];if(!A||!A.isMark)return!1;let v=this.glyphIterator.cur,b=!1;if(v.ligatureID===A.ligatureID?v.ligatureID?v.ligatureComponent===A.ligatureComponent&&(b=!0):b=!0:(v.ligatureID&&!v.ligatureComponent||A.ligatureID&&!A.ligatureComponent)&&(b=!0),!b)return!1;let g=this.coverageIndex(c.mark2Coverage,A.id);if(g===-1)return!1;let x=c.mark1Array[d],y=c.mark2Array[g][x.class];return this.applyAnchor(x,y,p),!0}case 7:return this.applyContext(c);case 8:return this.applyChainingContext(c);case 9:return this.applyLookup(c.lookupType,c.extension);default:throw new Error(`Unsupported GPOS table: ${s}`)}}applyAnchor(s,c,u){let d=this.getAnchor(c),p=this.getAnchor(s.markAnchor);this.positions[u];let A=this.positions[this.glyphIterator.index];A.xOffset=d.x-p.x,A.yOffset=d.y-p.y,this.glyphIterator.cur.markAttachment=u}getAnchor(s){let c=s.xCoordinate,u=s.yCoordinate,d=this.font._variationProcessor,p=this.font.GDEF&&this.font.GDEF.itemVariationStore;return d&&p&&(s.xDeviceTable&&(c+=d.getDelta(p,s.xDeviceTable.a,s.xDeviceTable.b)),s.yDeviceTable&&(u+=d.getDelta(p,s.yDeviceTable.a,s.yDeviceTable.b))),{x:c,y:u}}applyFeatures(s,c,u){super.applyFeatures(s,c,u);for(var d=0;d<this.glyphs.length;d++)this.fixCursiveAttachment(d);this.fixMarkAttachment()}fixCursiveAttachment(s){let c=this.glyphs[s];if(c.cursiveAttachment!=null){let u=c.cursiveAttachment;c.cursiveAttachment=null,this.fixCursiveAttachment(u),this.positions[s].yOffset+=this.positions[u].yOffset}}fixMarkAttachment(){for(let s=0;s<this.glyphs.length;s++){let c=this.glyphs[s];if(c.markAttachment!=null){let u=c.markAttachment;if(this.positions[s].xOffset+=this.positions[u].xOffset,this.positions[s].yOffset+=this.positions[u].yOffset,this.direction==="ltr")for(let d=u;d<s;d++)this.positions[s].xOffset-=this.positions[d].xAdvance,this.positions[s].yOffset-=this.positions[d].yAdvance;else for(let d=u+1;d<s+1;d++)this.positions[s].xOffset+=this.positions[d].xAdvance,this.positions[s].yOffset+=this.positions[d].yAdvance}}}}class $a62492810de27e3d$export$2e2bcd8739ae039{setup(s){this.glyphInfos=s.glyphs.map(u=>new $10e7b257e1a9a756$export$2e2bcd8739ae039(this.font,u.id,[...u.codePoints]));let c=null;this.GPOSProcessor&&(c=this.GPOSProcessor.selectScript(s.script,s.language,s.direction)),this.GSUBProcessor&&(c=this.GSUBProcessor.selectScript(s.script,s.language,s.direction)),this.shaper=$102b6fe50f1d50b4$export$7877a478dd30fd3d(c),this.plan=new $94d7a73bd2edfc9a$export$2e2bcd8739ae039(this.font,c,s.direction),this.shaper.plan(this.plan,this.glyphInfos,s.features);for(let u in this.plan.allFeatures)s.features[u]=!0}substitute(s){this.GSUBProcessor&&(this.plan.process(this.GSUBProcessor,this.glyphInfos),s.glyphs=this.glyphInfos.map(c=>this.font.getGlyph(c.id,c.codePoints)))}position(s){return this.shaper.zeroMarkWidths==="BEFORE_GPOS"&&this.zeroMarkAdvances(s.positions),this.GPOSProcessor&&this.plan.process(this.GPOSProcessor,this.glyphInfos,s.positions),this.shaper.zeroMarkWidths==="AFTER_GPOS"&&this.zeroMarkAdvances(s.positions),s.direction==="rtl"&&(s.glyphs.reverse(),s.positions.reverse()),this.GPOSProcessor&&this.GPOSProcessor.features}zeroMarkAdvances(s){for(let c=0;c<this.glyphInfos.length;c++)this.glyphInfos[c].isMark&&(s[c].xAdvance=0,s[c].yAdvance=0)}cleanup(){this.glyphInfos=null,this.plan=null,this.shaper=null}getAvailableFeatures(s,c){let u=[];return this.GSUBProcessor&&(this.GSUBProcessor.selectScript(s,c),u.push(...Object.keys(this.GSUBProcessor.features))),this.GPOSProcessor&&(this.GPOSProcessor.selectScript(s,c),u.push(...Object.keys(this.GPOSProcessor.features))),u}constructor(s){this.font=s,this.glyphInfos=null,this.plan=null,this.GSUBProcessor=null,this.GPOSProcessor=null,this.fallbackPosition=!0,s.GSUB&&(this.GSUBProcessor=new $0a876c45f1f7c41c$export$2e2bcd8739ae039(s,s.GSUB)),s.GPOS&&(this.GPOSProcessor=new $c96c93587d49c14d$export$2e2bcd8739ae039(s,s.GPOS))}}class $4c0a7fa5df7a9ab1$export$2e2bcd8739ae039{layout(s,c,u,d,p){if(typeof c=="string"&&(p=d,d=u,u=c,c=[]),typeof s=="string"){u==null&&(u=$130d1a642ebcd2b7$export$e5cb25e204fb8450(s));var A=this.font.glyphsForString(s)}else{if(u==null){let g=[];for(let x of s)g.push(...x.codePoints);u=$130d1a642ebcd2b7$export$16fab0757cfc223d(g)}var A=s}let v=new $be07b3e97a42687a$export$2e2bcd8739ae039(A,c,u,d,p);return A.length===0?(v.positions=[],v):(this.engine&&this.engine.setup&&this.engine.setup(v),this.substitute(v),this.position(v),this.hideDefaultIgnorables(v.glyphs,v.positions),this.engine&&this.engine.cleanup&&this.engine.cleanup(),v)}substitute(s){this.engine&&this.engine.substitute&&this.engine.substitute(s)}position(s){s.positions=s.glyphs.map(u=>new $1ac75d9a55b67f01$export$2e2bcd8739ae039(u.advanceWidth));let c=null;this.engine&&this.engine.position&&(c=this.engine.position(s)),!c&&(!this.engine||this.engine.fallbackPosition)&&(this.unicodeLayoutEngine||(this.unicodeLayoutEngine=new $0a4bdfeb6dfd6f5e$export$2e2bcd8739ae039(this.font)),this.unicodeLayoutEngine.positionGlyphs(s.glyphs,s.positions)),(!c||!c.kern)&&s.features.kern!==!1&&this.font.kern&&(this.kernProcessor||(this.kernProcessor=new $0bba3a9db57637f3$export$2e2bcd8739ae039(this.font)),this.kernProcessor.process(s.glyphs,s.positions),s.features.kern=!0)}hideDefaultIgnorables(s,c){let u=this.font.glyphForCodePoint(32);for(let d=0;d<s.length;d++)this.isDefaultIgnorable(s[d].codePoints[0])&&(s[d]=u,c[d].xAdvance=0,c[d].yAdvance=0)}isDefaultIgnorable(s){let c=s>>16;if(c===0)switch(s>>8){case 0:return s===173;case 3:return s===847;case 6:return s===1564;case 23:return 6068<=s&&s<=6069;case 24:return 6155<=s&&s<=6158;case 32:return 8203<=s&&s<=8207||8234<=s&&s<=8238||8288<=s&&s<=8303;case 254:return 65024<=s&&s<=65039||s===65279;case 255:return 65520<=s&&s<=65528;default:return!1}else switch(c){case 1:return 113824<=s&&s<=113827||119155<=s&&s<=119162;case 14:return 917504<=s&&s<=921599;default:return!1}}getAvailableFeatures(s,c){let u=[];return this.engine&&u.push(...this.engine.getAvailableFeatures(s,c)),this.font.kern&&u.indexOf("kern")===-1&&u.push("kern"),u}stringsForGlyph(s){let c=new Set,u=this.font._cmapProcessor.codePointsForGlyph(s);for(let d of u)c.add(String.fromCodePoint(d));if(this.engine&&this.engine.stringsForGlyph)for(let d of this.engine.stringsForGlyph(s))c.add(d);return Array.from(c)}constructor(s){this.font=s,this.unicodeLayoutEngine=null,this.kernProcessor=null,this.font.morx?this.engine=new $ba6dd74203be8728$export$2e2bcd8739ae039(this.font):(this.font.GSUB||this.font.GPOS)&&(this.engine=new $a62492810de27e3d$export$2e2bcd8739ae039(this.font))}}const $f43aec954cdfdf21$var$SVG_COMMANDS={moveTo:"M",lineTo:"L",quadraticCurveTo:"Q",bezierCurveTo:"C",closePath:"Z"};class $f43aec954cdfdf21$export$2e2bcd8739ae039{toFunction(){return s=>{this.commands.forEach(c=>s[c.command].apply(s,c.args))}}toSVG(){return this.commands.map(c=>{let u=c.args.map(d=>Math.round(d*100)/100);return`${$f43aec954cdfdf21$var$SVG_COMMANDS[c.command]}${u.join(" ")}`}).join("")}get cbox(){if(!this._cbox){let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039;for(let c of this.commands)for(let u=0;u<c.args.length;u+=2)s.addPoint(c.args[u],c.args[u+1]);this._cbox=Object.freeze(s)}return this._cbox}get bbox(){if(this._bbox)return this._bbox;let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039,c=0,u=0,d=T=>Math.pow(1-T,3)*m[I]+3*Math.pow(1-T,2)*T*C[I]+3*(1-T)*Math.pow(T,2)*S[I]+Math.pow(T,3)*w[I];for(let T of this.commands)switch(T.command){case"moveTo":case"lineTo":let[$,P]=T.args;s.addPoint($,P),c=$,u=P;break;case"quadraticCurveTo":case"bezierCurveTo":if(T.command==="quadraticCurveTo")var[p,A,y,f]=T.args,v=c+2/3*(p-c),b=u+2/3*(A-u),g=y+2/3*(p-y),x=f+2/3*(A-f);else var[v,b,g,x,y,f]=T.args;s.addPoint(y,f);for(var m=[c,u],C=[v,b],S=[g,x],w=[y,f],I=0;I<=1;I++){let E=6*m[I]-12*C[I]+6*S[I],B=-3*m[I]+9*C[I]-9*S[I]+3*w[I];if(T=3*C[I]-3*m[I],B===0){if(E===0)continue;let _=-T/E;0<_&&_<1&&(I===0?s.addPoint(d(_),s.maxY):I===1&&s.addPoint(s.maxX,d(_)));continue}let R=Math.pow(E,2)-4*T*B;if(R<0)continue;let O=(-E+Math.sqrt(R))/(2*B);0<O&&O<1&&(I===0?s.addPoint(d(O),s.maxY):I===1&&s.addPoint(s.maxX,d(O)));let M=(-E-Math.sqrt(R))/(2*B);0<M&&M<1&&(I===0?s.addPoint(d(M),s.maxY):I===1&&s.addPoint(s.maxX,d(M)))}c=y,u=f;break}return this._bbox=Object.freeze(s)}mapPoints(s){let c=new $f43aec954cdfdf21$export$2e2bcd8739ae039;for(let u of this.commands){let d=[];for(let p=0;p<u.args.length;p+=2){let[A,v]=s(u.args[p],u.args[p+1]);d.push(A,v)}c[u.command](...d)}return c}transform(s,c,u,d,p,A){return this.mapPoints((v,b)=>{const g=s*v+u*b+p,x=c*v+d*b+A;return[g,x]})}translate(s,c){return this.transform(1,0,0,1,s,c)}rotate(s){let c=Math.cos(s),u=Math.sin(s);return this.transform(c,u,-u,c,0,0)}scale(s,c=s){return this.transform(s,0,0,c,0,0)}constructor(){this.commands=[],this._bbox=null,this._cbox=null}}for(let a of["moveTo","lineTo","quadraticCurveTo","bezierCurveTo","closePath"])$f43aec954cdfdf21$export$2e2bcd8739ae039.prototype[a]=function(...s){return this._bbox=this._cbox=null,this.commands.push({command:a,args:s}),this};var $7713b9b7b438dff8$export$2e2bcd8739ae039=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"];class $f92906be28e61769$export$2e2bcd8739ae039{_getPath(){return new $f43aec954cdfdf21$export$2e2bcd8739ae039}_getCBox(){return this.path.cbox}_getBBox(){return this.path.bbox}_getTableMetrics(s){if(this.id<s.metrics.length)return s.metrics.get(this.id);let c=s.metrics.get(s.metrics.length-1);return{advance:c?c.advance:0,bearing:s.bearings.get(this.id-s.metrics.length)||0}}_getMetrics(s){if(this._metrics)return this._metrics;let{advance:c,bearing:u}=this._getTableMetrics(this._font.hmtx);if(this._font.vmtx)var{advance:d,bearing:p}=this._getTableMetrics(this._font.vmtx);else{let A;if((typeof s>"u"||s===null)&&({cbox:s}=this),(A=this._font["OS/2"])&&A.version>0)var d=Math.abs(A.typoAscender-A.typoDescender),p=A.typoAscender-s.maxY;else{let{hhea:v}=this._font;var d=Math.abs(v.ascent-v.descent),p=v.ascent-s.maxY}}return this._font._variationProcessor&&this._font.HVAR&&(c+=this._font._variationProcessor.getAdvanceAdjustment(this.id,this._font.HVAR)),this._metrics={advanceWidth:c,advanceHeight:d,leftBearing:u,topBearing:p}}get cbox(){return this._getCBox()}get bbox(){return this._getBBox()}get path(){return this._getPath()}getScaledPath(s){let c=1/this._font.unitsPerEm*s;return this.path.scale(c)}get advanceWidth(){return this._getMetrics().advanceWidth}get advanceHeight(){return this._getMetrics().advanceHeight}get ligatureCaretPositions(){}_getName(){let{post:s}=this._font;if(!s)return null;switch(s.version){case 1:return $7713b9b7b438dff8$export$2e2bcd8739ae039[this.id];case 2:let c=s.glyphNameIndex[this.id];return c<$7713b9b7b438dff8$export$2e2bcd8739ae039.length?$7713b9b7b438dff8$export$2e2bcd8739ae039[c]:s.names[c-$7713b9b7b438dff8$export$2e2bcd8739ae039.length];case 2.5:return $7713b9b7b438dff8$export$2e2bcd8739ae039[this.id+s.offsets[this.id]];case 4:return String.fromCharCode(s.map[this.id])}}get name(){return this._getName()}render(s,c){s.save();let u=1/this._font.head.unitsPerEm*c;s.scale(u,u),this.path.toFunction()(s),s.fill(),s.restore()}constructor(s,c,u){this.id=s,this.codePoints=c,this._font=u,this.isMark=this.codePoints.length>0&&this.codePoints.every($747425b437e121da$export$e33ad6871e762338),this.isLigature=this.codePoints.length>1}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"cbox",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"bbox",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"path",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"advanceWidth",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"advanceHeight",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"name",null);let $69aac16029968692$var$GlyfHeader=new Struct({numberOfContours:int16,xMin:int16,yMin:int16,xMax:int16,yMax:int16});const $69aac16029968692$var$ON_CURVE=1,$69aac16029968692$var$X_SHORT_VECTOR=2,$69aac16029968692$var$Y_SHORT_VECTOR=4,$69aac16029968692$var$REPEAT=8,$69aac16029968692$var$SAME_X=16,$69aac16029968692$var$SAME_Y=32,$69aac16029968692$var$ARG_1_AND_2_ARE_WORDS=1,$69aac16029968692$var$WE_HAVE_A_SCALE=8,$69aac16029968692$var$MORE_COMPONENTS=32,$69aac16029968692$var$WE_HAVE_AN_X_AND_Y_SCALE=64,$69aac16029968692$var$WE_HAVE_A_TWO_BY_TWO=128,$69aac16029968692$var$WE_HAVE_INSTRUCTIONS=256;class $69aac16029968692$export$baf26146a414f24a{copy(){return new $69aac16029968692$export$baf26146a414f24a(this.onCurve,this.endContour,this.x,this.y)}constructor(s,c,u=0,d=0){this.onCurve=s,this.endContour=c,this.x=u,this.y=d}}class $69aac16029968692$var$Component{constructor(s,c,u){this.glyphID=s,this.dx=c,this.dy=u,this.pos=0,this.scaleX=this.scaleY=1,this.scale01=this.scale10=0}}class $69aac16029968692$export$2e2bcd8739ae039 extends $f92906be28e61769$export$2e2bcd8739ae039{_getCBox(s){if(this._font._variationProcessor&&!s)return this.path.cbox;let c=this._font._getTableStream("glyf");c.pos+=this._font.loca.offsets[this.id];let u=$69aac16029968692$var$GlyfHeader.decode(c),d=new $f34600ab9d7f70d8$export$2e2bcd8739ae039(u.xMin,u.yMin,u.xMax,u.yMax);return Object.freeze(d)}_parseGlyphCoord(s,c,u,d){if(u){var p=s.readUInt8();d||(p=-p),p+=c}else if(d)var p=c;else var p=c+s.readInt16BE();return p}_decode(){let s=this._font.loca.offsets[this.id],c=this._font.loca.offsets[this.id+1];if(s===c)return null;let u=this._font._getTableStream("glyf");u.pos+=s;let d=u.pos,p=$69aac16029968692$var$GlyfHeader.decode(u);return p.numberOfContours>0?this._decodeSimple(p,u):p.numberOfContours<0&&this._decodeComposite(p,u,d),p}_decodeSimple(s,c){s.points=[];let u=new ArrayT(uint16,s.numberOfContours).decode(c);s.instructions=new ArrayT(uint8,uint16).decode(c);let d=[],p=u[u.length-1]+1;for(;d.length<p;){var A=c.readUInt8();if(d.push(A),A&$69aac16029968692$var$REPEAT){let x=c.readUInt8();for(let y=0;y<x;y++)d.push(A)}}for(var v=0;v<d.length;v++){var A=d[v];let y=new $69aac16029968692$export$baf26146a414f24a(!!(A&$69aac16029968692$var$ON_CURVE),u.indexOf(v)>=0,0,0);s.points.push(y)}let b=0;for(var v=0;v<d.length;v++){var A=d[v];s.points[v].x=b=this._parseGlyphCoord(c,b,A&$69aac16029968692$var$X_SHORT_VECTOR,A&$69aac16029968692$var$SAME_X)}let g=0;for(var v=0;v<d.length;v++){var A=d[v];s.points[v].y=g=this._parseGlyphCoord(c,g,A&$69aac16029968692$var$Y_SHORT_VECTOR,A&$69aac16029968692$var$SAME_Y)}if(this._font._variationProcessor){let x=s.points.slice();x.push(...this._getPhantomPoints(s)),this._font._variationProcessor.transformPoints(this.id,x),s.phantomPoints=x.slice(-4)}}_decodeComposite(s,c,u=0){s.components=[];let d=!1,p=$69aac16029968692$var$MORE_COMPONENTS;for(;p&$69aac16029968692$var$MORE_COMPONENTS;){p=c.readUInt16BE();let g=c.pos-u,x=c.readUInt16BE();if(d||(d=(p&$69aac16029968692$var$WE_HAVE_INSTRUCTIONS)!==0),p&$69aac16029968692$var$ARG_1_AND_2_ARE_WORDS)var A=c.readInt16BE(),v=c.readInt16BE();else var A=c.readInt8(),v=c.readInt8();var b=new $69aac16029968692$var$Component(x,A,v);b.pos=g,p&$69aac16029968692$var$WE_HAVE_A_SCALE?b.scaleX=b.scaleY=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824:p&$69aac16029968692$var$WE_HAVE_AN_X_AND_Y_SCALE?(b.scaleX=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scaleY=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824):p&$69aac16029968692$var$WE_HAVE_A_TWO_BY_TWO&&(b.scaleX=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scale01=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scale10=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scaleY=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824),s.components.push(b)}if(this._font._variationProcessor){let g=[];for(let x=0;x<s.components.length;x++){var b=s.components[x];g.push(new $69aac16029968692$export$baf26146a414f24a(!0,!0,b.dx,b.dy))}g.push(...this._getPhantomPoints(s)),this._font._variationProcessor.transformPoints(this.id,g),s.phantomPoints=g.splice(-4,4);for(let x=0;x<g.length;x++){let y=g[x];s.components[x].dx=y.x,s.components[x].dy=y.y}}return d}_getPhantomPoints(s){let c=this._getCBox(!0);this._metrics==null&&(this._metrics=$f92906be28e61769$export$2e2bcd8739ae039.prototype._getMetrics.call(this,c));let{advanceWidth:u,advanceHeight:d,leftBearing:p,topBearing:A}=this._metrics;return[new $69aac16029968692$export$baf26146a414f24a(!1,!0,s.xMin-p,0),new $69aac16029968692$export$baf26146a414f24a(!1,!0,s.xMin-p+u,0),new $69aac16029968692$export$baf26146a414f24a(!1,!0,0,s.yMax+A),new $69aac16029968692$export$baf26146a414f24a(!1,!0,0,s.yMax+A+d)]}_getContours(){let s=this._decode();if(!s)return[];let c=[];if(s.numberOfContours<0)for(let A of s.components){let v=this._font.getGlyph(A.glyphID)._getContours();for(let b=0;b<v.length;b++){let g=v[b];for(let x=0;x<g.length;x++){let y=g[x],f=y.x*A.scaleX+y.y*A.scale01+A.dx,m=y.y*A.scaleY+y.x*A.scale10+A.dy;c.push(new $69aac16029968692$export$baf26146a414f24a(y.onCurve,y.endContour,f,m))}}}else c=s.points||[];s.phantomPoints&&!this._font.directory.tables.HVAR&&(this._metrics.advanceWidth=s.phantomPoints[1].x-s.phantomPoints[0].x,this._metrics.advanceHeight=s.phantomPoints[3].y-s.phantomPoints[2].y,this._metrics.leftBearing=s.xMin-s.phantomPoints[0].x,this._metrics.topBearing=s.phantomPoints[2].y-s.yMax);let u=[],d=[];for(let A=0;A<c.length;A++){var p=c[A];d.push(p),p.endContour&&(u.push(d),d=[])}return u}_getMetrics(){if(this._metrics)return this._metrics;let s=this._getCBox(!0);return super._getMetrics(s),this._font._variationProcessor&&!this._font.HVAR&&this.path,this._metrics}_getPath(){let s=this._getContours(),c=new $f43aec954cdfdf21$export$2e2bcd8739ae039;for(let d=0;d<s.length;d++){let p=s[d],A=p[0],v=p[p.length-1],b=0;if(A.onCurve){var u=null;b=1}else{v.onCurve?A=v:A=new $69aac16029968692$export$baf26146a414f24a(!1,!1,(A.x+v.x)/2,(A.y+v.y)/2);var u=A}c.moveTo(A.x,A.y);for(let g=b;g<p.length;g++){let x=p[g],y=g===0?A:p[g-1];if(y.onCurve&&x.onCurve)c.lineTo(x.x,x.y);else if(y.onCurve&&!x.onCurve)var u=x;else if(!y.onCurve&&!x.onCurve){let m=(y.x+x.x)/2,C=(y.y+x.y)/2;c.quadraticCurveTo(y.x,y.y,m,C);var u=x}else if(!y.onCurve&&x.onCurve){c.quadraticCurveTo(u.x,u.y,x.x,x.y);var u=null}else throw new Error("Unknown TTF path state")}u&&c.quadraticCurveTo(u.x,u.y,A.x,A.y),c.closePath()}return c}constructor(...s){super(...s),_define_property(this,"type","TTF")}}class $62cc5109c6101893$export$2e2bcd8739ae039 extends $f92906be28e61769$export$2e2bcd8739ae039{_getName(){return this._font.CFF2?super._getName():this._font["CFF "].getGlyphName(this.id)}bias(s){return s.length<1240?107:s.length<33900?1131:32768}_getPath(){let s=this._font.CFF2||this._font["CFF "],{stream:c}=s,u=s.topDict.CharStrings[this.id],d=u.offset+u.length;c.pos=u.offset;let p=new $f43aec954cdfdf21$export$2e2bcd8739ae039,A=[],v=[],b=null,g=0,x=0,y=0,f,m,C=!1;this._usedGsubrs=f={},this._usedSubrs=m={};let S=s.globalSubrIndex||[],w=this.bias(S),I=s.privateDictForGlyph(this.id)||{},T=I.Subrs||[],$=this.bias(T),P=s.topDict.vstore&&s.topDict.vstore.itemVariationStore,E=I.vsindex,B=this._font._variationProcessor;function R(){b==null&&(b=A.shift()+I.nominalWidthX)}function O(){return A.length%2!==0&&R(),g+=A.length>>1,A.length=0}function M(D,H){C&&p.closePath(),p.moveTo(D,H),C=!0}let _=function(){for(;c.pos<d;){let U=c.readUInt8();if(U<32){let Q,L,F,j,N,k,W,J,Y,q,K,ee,re,ae,V,Z;switch(U){case 1:case 3:case 18:case 23:O();break;case 4:A.length>1&&R(),y+=A.shift(),M(x,y);break;case 5:for(;A.length>=2;)x+=A.shift(),y+=A.shift(),p.lineTo(x,y);break;case 6:case 7:for(F=U===6;A.length>=1;)F?x+=A.shift():y+=A.shift(),p.lineTo(x,y),F=!F;break;case 8:for(;A.length>0;)j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);break;case 10:if(Q=A.pop()+$,L=T[Q],L){m[Q]=!0;let te=c.pos,ie=d;c.pos=L.offset,d=L.offset+L.length,_(),c.pos=te,d=ie}break;case 11:if(s.version>=2)break;return;case 14:if(s.version>=2)break;A.length>0&&R(),C&&(p.closePath(),C=!1);break;case 15:if(s.version<2)throw new Error("vsindex operator not supported in CFF v1");E=A.pop();break;case 16:{if(s.version<2)throw new Error("blend operator not supported in CFF v1");if(!B)throw new Error("blend operator in non-variation font");let te=B.getBlendVector(P,E),ie=A.pop(),ue=ie*te.length,me=A.length-ue,Ee=me-ie;for(let be=0;be<ie;be++){let Ae=A[Ee+be];for(let fe=0;fe<te.length;fe++)Ae+=te[fe]*A[me++];A[Ee+be]=Ae}for(;ue--;)A.pop();break}case 19:case 20:O(),c.pos+=g+7>>3;break;case 21:A.length>2&&R(),x+=A.shift(),y+=A.shift(),M(x,y);break;case 22:A.length>1&&R(),x+=A.shift(),M(x,y);break;case 24:for(;A.length>=8;)j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);x+=A.shift(),y+=A.shift(),p.lineTo(x,y);break;case 25:for(;A.length>=8;)x+=A.shift(),y+=A.shift(),p.lineTo(x,y);j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);break;case 26:for(A.length%2&&(x+=A.shift());A.length>=4;)j=x,N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k,y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);break;case 27:for(A.length%2&&(y+=A.shift());A.length>=4;)j=x+A.shift(),N=y,k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W,p.bezierCurveTo(j,N,k,W,x,y);break;case 28:A.push(c.readInt16BE());break;case 29:if(Q=A.pop()+w,L=S[Q],L){f[Q]=!0;let te=c.pos,ie=d;c.pos=L.offset,d=L.offset+L.length,_(),c.pos=te,d=ie}break;case 30:case 31:for(F=U===31;A.length>=4;)F?(j=x+A.shift(),N=y,k=j+A.shift(),W=N+A.shift(),y=W+A.shift(),x=k+(A.length===1?A.shift():0)):(j=x,N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+(A.length===1?A.shift():0)),p.bezierCurveTo(j,N,k,W,x,y),F=!F;break;case 12:switch(U=c.readUInt8(),U){case 3:let te=A.pop(),ie=A.pop();A.push(te&&ie?1:0);break;case 4:te=A.pop(),ie=A.pop(),A.push(te||ie?1:0);break;case 5:te=A.pop(),A.push(te?0:1);break;case 9:te=A.pop(),A.push(Math.abs(te));break;case 10:te=A.pop(),ie=A.pop(),A.push(te+ie);break;case 11:te=A.pop(),ie=A.pop(),A.push(te-ie);break;case 12:te=A.pop(),ie=A.pop(),A.push(te/ie);break;case 14:te=A.pop(),A.push(-te);break;case 15:te=A.pop(),ie=A.pop(),A.push(te===ie?1:0);break;case 18:A.pop();break;case 20:let ue=A.pop(),me=A.pop();v[me]=ue;break;case 21:me=A.pop(),A.push(v[me]||0);break;case 22:let Ee=A.pop(),be=A.pop(),Ae=A.pop(),fe=A.pop();A.push(Ae<=fe?Ee:be);break;case 23:A.push(Math.random());break;case 24:te=A.pop(),ie=A.pop(),A.push(te*ie);break;case 26:te=A.pop(),A.push(Math.sqrt(te));break;case 27:te=A.pop(),A.push(te,te);break;case 28:te=A.pop(),ie=A.pop(),A.push(ie,te);break;case 29:me=A.pop(),me<0?me=0:me>A.length-1&&(me=A.length-1),A.push(A[me]);break;case 30:let se=A.pop(),oe=A.pop();if(oe>=0)for(;oe>0;){var D=A[se-1];for(let xe=se-2;xe>=0;xe--)A[xe+1]=A[xe];A[0]=D,oe--}else for(;oe<0;){var D=A[0];for(let Ce=0;Ce<=se;Ce++)A[Ce]=A[Ce+1];A[se-1]=D,oe++}break;case 34:j=x+A.shift(),N=y,k=j+A.shift(),W=N+A.shift(),J=k+A.shift(),Y=W,q=J+A.shift(),K=Y,ee=q+A.shift(),re=K,ae=ee+A.shift(),V=re,x=ae,y=V,p.bezierCurveTo(j,N,k,W,J,Y),p.bezierCurveTo(q,K,ee,re,ae,V);break;case 35:Z=[];for(let xe=0;xe<=5;xe++)x+=A.shift(),y+=A.shift(),Z.push(x,y);p.bezierCurveTo(...Z.slice(0,6)),p.bezierCurveTo(...Z.slice(6)),A.shift();break;case 36:j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),J=k+A.shift(),Y=W,q=J+A.shift(),K=Y,ee=q+A.shift(),re=K+A.shift(),ae=ee+A.shift(),V=re,x=ae,y=V,p.bezierCurveTo(j,N,k,W,J,Y),p.bezierCurveTo(q,K,ee,re,ae,V);break;case 37:let le=x,ce=y;Z=[];for(let xe=0;xe<=4;xe++)x+=A.shift(),y+=A.shift(),Z.push(x,y);Math.abs(x-le)>Math.abs(y-ce)?(x+=A.shift(),y=ce):(x=le,y+=A.shift()),Z.push(x,y),p.bezierCurveTo(...Z.slice(0,6)),p.bezierCurveTo(...Z.slice(6));break;default:throw new Error(`Unknown op: 12 ${U}`)}break;default:throw new Error(`Unknown op: ${U}`)}}else if(U<247)A.push(U-139);else if(U<251){var H=c.readUInt8();A.push((U-247)*256+H+108)}else if(U<255){var H=c.readUInt8();A.push(-(U-251)*256-H-108)}else A.push(c.readInt32BE()/65536)}};return _(),C&&p.closePath(),p}constructor(...s){super(...s),_define_property(this,"type","CFF")}}let $25d8f049c222084c$var$SBIXImage=new Struct({originX:uint16,originY:uint16,type:new StringT(4),data:new BufferT(a=>a.parent.buflen-a._currentOffset)});class $25d8f049c222084c$export$2e2bcd8739ae039 extends $69aac16029968692$export$2e2bcd8739ae039{getImageForSize(s){for(let A=0;A<this._font.sbix.imageTables.length;A++){var c=this._font.sbix.imageTables[A];if(c.ppem>=s)break}let u=c.imageOffsets,d=u[this.id],p=u[this.id+1];return d===p?null:(this._font.stream.pos=d,$25d8f049c222084c$var$SBIXImage.decode(this._font.stream,{buflen:p-d}))}render(s,c){let u=this.getImageForSize(c);if(u!=null){let d=c/this._font.unitsPerEm;s.image(u.data,{height:c,x:u.originX,y:(this.bbox.minY-u.originY)*d})}this._font.sbix.flags.renderOutlines&&super.render(s,c)}constructor(...s){super(...s),_define_property(this,"type","SBIX")}}class $0d411f0165859681$var$COLRLayer{constructor(s,c){this.glyph=s,this.color=c}}class $0d411f0165859681$export$2e2bcd8739ae039 extends $f92906be28e61769$export$2e2bcd8739ae039{_getBBox(){let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039;for(let c=0;c<this.layers.length;c++){let d=this.layers[c].glyph.bbox;s.addPoint(d.minX,d.minY),s.addPoint(d.maxX,d.maxY)}return s}get layers(){let s=this._font.CPAL,c=this._font.COLR,u=0,d=c.baseGlyphRecord.length-1;for(;u<=d;){let x=u+d>>1;var p=c.baseGlyphRecord[x];if(this.id<p.gid)d=x-1;else if(this.id>p.gid)u=x+1;else{var A=p;break}}if(A==null){var v=this._font._getBaseGlyph(this.id),b={red:0,green:0,blue:0,alpha:255};return[new $0d411f0165859681$var$COLRLayer(v,b)]}let g=[];for(let x=A.firstLayerIndex;x<A.firstLayerIndex+A.numLayers;x++){var p=c.layerRecords[x],b=s.colorRecords[p.paletteIndex],v=this._font._getBaseGlyph(p.gid);g.push(new $0d411f0165859681$var$COLRLayer(v,b))}return g}render(s,c){for(let{glyph:u,color:d}of this.layers)s.fillColor([d.red,d.green,d.blue],d.alpha/255*100),u.render(s,c)}constructor(...s){super(...s),_define_property(this,"type","COLR")}}const $0bb840cac04e911b$var$TUPLES_SHARE_POINT_NUMBERS=32768,$0bb840cac04e911b$var$TUPLE_COUNT_MASK=4095,$0bb840cac04e911b$var$EMBEDDED_TUPLE_COORD=32768,$0bb840cac04e911b$var$INTERMEDIATE_TUPLE=16384,$0bb840cac04e911b$var$PRIVATE_POINT_NUMBERS=8192,$0bb840cac04e911b$var$TUPLE_INDEX_MASK=4095,$0bb840cac04e911b$var$POINTS_ARE_WORDS=128,$0bb840cac04e911b$var$POINT_RUN_COUNT_MASK=127,$0bb840cac04e911b$var$DELTAS_ARE_ZERO=128,$0bb840cac04e911b$var$DELTAS_ARE_WORDS=64,$0bb840cac04e911b$var$DELTA_RUN_COUNT_MASK=63;class $0bb840cac04e911b$export$2e2bcd8739ae039{normalizeCoords(s){let c=[];for(var u=0;u<this.font.fvar.axis.length;u++){let d=this.font.fvar.axis[u];s[u]<d.defaultValue?c.push((s[u]-d.defaultValue+Number.EPSILON)/(d.defaultValue-d.minValue+Number.EPSILON)):c.push((s[u]-d.defaultValue+Number.EPSILON)/(d.maxValue-d.defaultValue+Number.EPSILON))}if(this.font.avar)for(var u=0;u<this.font.avar.segment.length;u++){let p=this.font.avar.segment[u];for(let A=0;A<p.correspondence.length;A++){let v=p.correspondence[A];if(A>=1&&c[u]<v.fromCoord){let b=p.correspondence[A-1];c[u]=((c[u]-b.fromCoord)*(v.toCoord-b.toCoord)+Number.EPSILON)/(v.fromCoord-b.fromCoord+Number.EPSILON)+b.toCoord;break}}}return c}transformPoints(s,c){if(!this.font.fvar||!this.font.gvar)return;let{gvar:u}=this.font;if(s>=u.glyphCount)return;let d=u.offsets[s];if(d===u.offsets[s+1])return;let{stream:p}=this.font;if(p.pos=d,p.pos>=p.length)return;let A=p.readUInt16BE(),v=d+p.readUInt16BE();if(A&$0bb840cac04e911b$var$TUPLES_SHARE_POINT_NUMBERS){var b=p.pos;p.pos=v;var g=this.decodePoints();v=p.pos,p.pos=b}let x=c.map(w=>w.copy());A&=$0bb840cac04e911b$var$TUPLE_COUNT_MASK;for(let w=0;w<A;w++){let I=p.readUInt16BE(),T=p.readUInt16BE();if(T&$0bb840cac04e911b$var$EMBEDDED_TUPLE_COORD){var y=[];for(let O=0;O<u.axisCount;O++)y.push(p.readInt16BE()/16384)}else{if((T&$0bb840cac04e911b$var$TUPLE_INDEX_MASK)>=u.globalCoordCount)throw new Error("Invalid gvar table");var y=u.globalCoords[T&$0bb840cac04e911b$var$TUPLE_INDEX_MASK]}if(T&$0bb840cac04e911b$var$INTERMEDIATE_TUPLE){var f=[];for(let O=0;O<u.axisCount;O++)f.push(p.readInt16BE()/16384);var m=[];for(let O=0;O<u.axisCount;O++)m.push(p.readInt16BE()/16384)}let $=this.tupleFactor(T,y,f,m);if($===0){v+=I;continue}var b=p.pos;if(p.pos=v,T&$0bb840cac04e911b$var$PRIVATE_POINT_NUMBERS)var C=this.decodePoints();else var C=g;let E=C.length===0?c.length:C.length,B=this.decodeDeltas(E),R=this.decodeDeltas(E);if(C.length===0)for(let O=0;O<c.length;O++){var S=c[O];S.x+=Math.round(B[O]*$),S.y+=Math.round(R[O]*$)}else{let O=x.map(_=>_.copy()),M=c.map(()=>!1);for(let _=0;_<C.length;_++){let D=C[_];if(D<c.length){let H=O[D];M[D]=!0,H.x+=B[_]*$,H.y+=R[_]*$}}this.interpolateMissingDeltas(O,x,M);for(let _=0;_<c.length;_++){let D=O[_].x-x[_].x,H=O[_].y-x[_].y;c[_].x=Math.round(c[_].x+D),c[_].y=Math.round(c[_].y+H)}}v+=I,p.pos=b}}decodePoints(){let s=this.font.stream,c=s.readUInt8();c&$0bb840cac04e911b$var$POINTS_ARE_WORDS&&(c=(c&$0bb840cac04e911b$var$POINT_RUN_COUNT_MASK)<<8|s.readUInt8());let u=new Uint16Array(c),d=0,p=0;for(;d<c;){let A=s.readUInt8(),v=(A&$0bb840cac04e911b$var$POINT_RUN_COUNT_MASK)+1,b=A&$0bb840cac04e911b$var$POINTS_ARE_WORDS?s.readUInt16:s.readUInt8;for(let g=0;g<v&&d<c;g++)p+=b.call(s),u[d++]=p}return u}decodeDeltas(s){let c=this.font.stream,u=0,d=new Int16Array(s);for(;u<s;){let p=c.readUInt8(),A=(p&$0bb840cac04e911b$var$DELTA_RUN_COUNT_MASK)+1;if(p&$0bb840cac04e911b$var$DELTAS_ARE_ZERO)u+=A;else{let v=p&$0bb840cac04e911b$var$DELTAS_ARE_WORDS?c.readInt16BE:c.readInt8;for(let b=0;b<A&&u<s;b++)d[u++]=v.call(c)}}return d}tupleFactor(s,c,u,d){let p=this.normalizedCoords,{gvar:A}=this.font,v=1;for(let b=0;b<A.axisCount;b++)if(c[b]!==0){if(p[b]===0)return 0;if((s&$0bb840cac04e911b$var$INTERMEDIATE_TUPLE)===0){if(p[b]<Math.min(0,c[b])||p[b]>Math.max(0,c[b]))return 0;v=(v*p[b]+Number.EPSILON)/(c[b]+Number.EPSILON)}else{if(p[b]<u[b]||p[b]>d[b])return 0;p[b]<c[b]?v=v*(p[b]-u[b]+Number.EPSILON)/(c[b]-u[b]+Number.EPSILON):v=v*(d[b]-p[b]+Number.EPSILON)/(d[b]-c[b]+Number.EPSILON)}}return v}interpolateMissingDeltas(s,c,u){if(s.length===0)return;let d=0;for(;d<s.length;){let p=d,A=d,v=s[A];for(;!v.endContour;)v=s[++A];for(;d<=A&&!u[d];)d++;if(d>A)continue;let b=d,g=d;for(d++;d<=A;)u[d]&&(this.deltaInterpolate(g+1,d-1,g,d,c,s),g=d),d++;g===b?this.deltaShift(p,A,g,c,s):(this.deltaInterpolate(g+1,A,g,b,c,s),b>0&&this.deltaInterpolate(p,b-1,g,b,c,s)),d=A+1}}deltaInterpolate(s,c,u,d,p,A){if(s>c)return;let v=["x","y"];for(let g=0;g<v.length;g++){let x=v[g];if(p[u][x]>p[d][x]){var b=u;u=d,d=b}let y=p[u][x],f=p[d][x],m=A[u][x],C=A[d][x];if(y!==f||m===C){let S=y===f?0:(C-m)/(f-y);for(let w=s;w<=c;w++){let I=p[w][x];I<=y?I+=m-y:I>=f?I+=C-f:I=m+(I-y)*S,A[w][x]=I}}}}deltaShift(s,c,u,d,p){let A=p[u].x-d[u].x,v=p[u].y-d[u].y;if(!(A===0&&v===0))for(let b=s;b<=c;b++)b!==u&&(p[b].x+=A,p[b].y+=v)}getAdvanceAdjustment(s,c){let u,d;if(c.advanceWidthMapping){let p=s;p>=c.advanceWidthMapping.mapCount&&(p=c.advanceWidthMapping.mapCount-1),c.advanceWidthMapping.entryFormat,{outerIndex:u,innerIndex:d}=c.advanceWidthMapping.mapData[p]}else u=0,d=s;return this.getDelta(c.itemVariationStore,u,d)}getDelta(s,c,u){if(c>=s.itemVariationData.length)return 0;let d=s.itemVariationData[c];if(u>=d.deltaSets.length)return 0;let p=d.deltaSets[u],A=this.getBlendVector(s,c),v=0;for(let b=0;b<d.regionIndexCount;b++)v+=p.deltas[b]*A[b];return v}getBlendVector(s,c){let u=s.itemVariationData[c];if(this.blendVectors.has(u))return this.blendVectors.get(u);let d=this.normalizedCoords,p=[];for(let A=0;A<u.regionIndexCount;A++){let v=1,b=u.regionIndexes[A],g=s.variationRegionList.variationRegions[b];for(let x=0;x<g.length;x++){let y=g[x],f;y.startCoord>y.peakCoord||y.peakCoord>y.endCoord||y.startCoord<0&&y.endCoord>0&&y.peakCoord!==0||y.peakCoord===0?f=1:d[x]<y.startCoord||d[x]>y.endCoord?f=0:d[x]===y.peakCoord?f=1:d[x]<y.peakCoord?f=(d[x]-y.startCoord+Number.EPSILON)/(y.peakCoord-y.startCoord+Number.EPSILON):f=(y.endCoord-d[x]+Number.EPSILON)/(y.endCoord-y.peakCoord+Number.EPSILON),v*=f}p[A]=v}return this.blendVectors.set(u,p),p}constructor(s,c){this.font=s,this.normalizedCoords=this.normalizeCoords(c),this.blendVectors=new Map}}Promise.resolve();class $5cc7476da92df375$export$2e2bcd8739ae039{includeGlyph(s){return typeof s=="object"&&(s=s.id),this.mapping[s]==null&&(this.glyphs.push(s),this.mapping[s]=this.glyphs.length-1),this.mapping[s]}constructor(s){this.font=s,this.glyphs=[],this.mapping={},this.includeGlyph(0)}}const $807e58506be70005$var$ON_CURVE=1,$807e58506be70005$var$X_SHORT_VECTOR=2,$807e58506be70005$var$Y_SHORT_VECTOR=4,$807e58506be70005$var$REPEAT=8,$807e58506be70005$var$SAME_X=16,$807e58506be70005$var$SAME_Y=32;class $807e58506be70005$var$Point{static size(s){return s>=0&&s<=255?1:2}static encode(s,c){c>=0&&c<=255?s.writeUInt8(c):s.writeInt16BE(c)}}let $807e58506be70005$var$Glyf=new Struct({numberOfContours:int16,xMin:int16,yMin:int16,xMax:int16,yMax:int16,endPtsOfContours:new ArrayT(uint16,"numberOfContours"),instructions:new ArrayT(uint8,uint16),flags:new ArrayT(uint8,0),xPoints:new ArrayT($807e58506be70005$var$Point,0),yPoints:new ArrayT($807e58506be70005$var$Point,0)});class $807e58506be70005$export$2e2bcd8739ae039{encodeSimple(s,c=[]){let u=[],d=[],p=[],A=[],v=0,b=0,g=0,x=0,y=0;for(let I=0;I<s.commands.length;I++){let T=s.commands[I];for(let $=0;$<T.args.length;$+=2){let P=T.args[$],E=T.args[$+1],B=0;if(T.command==="quadraticCurveTo"&&$===2){let R=s.commands[I+1];if(R&&R.command==="quadraticCurveTo"){let O=(b+R.args[0])/2,M=(g+R.args[1])/2;if(P===O&&E===M)continue}}T.command==="quadraticCurveTo"&&$===0||(B|=$807e58506be70005$var$ON_CURVE),B=this._encodePoint(P,b,d,B,$807e58506be70005$var$X_SHORT_VECTOR,$807e58506be70005$var$SAME_X),B=this._encodePoint(E,g,p,B,$807e58506be70005$var$Y_SHORT_VECTOR,$807e58506be70005$var$SAME_Y),B===x&&v<255?(A[A.length-1]|=$807e58506be70005$var$REPEAT,v++):(v>0&&(A.push(v),v=0),A.push(B),x=B),b=P,g=E,y++}T.command==="closePath"&&u.push(y-1)}s.commands.length>1&&s.commands[s.commands.length-1].command!=="closePath"&&u.push(y-1);let f=s.bbox,m={numberOfContours:u.length,xMin:f.minX,yMin:f.minY,xMax:f.maxX,yMax:f.maxY,endPtsOfContours:u,instructions:c,flags:A,xPoints:d,yPoints:p},C=$807e58506be70005$var$Glyf.size(m),S=4-C%4,w=new EncodeStream(C+S);return $807e58506be70005$var$Glyf.encode(w,m),S!==0&&w.fill(0,S),w.buffer}_encodePoint(s,c,u,d,p,A){let v=s-c;return s===c?d|=A:(-255<=v&&v<=255&&(d|=p,v<0?v=-v:d|=A),u.push(v)),d}}class $4abbb6a5dbdc441a$export$2e2bcd8739ae039 extends $5cc7476da92df375$export$2e2bcd8739ae039{_addGlyph(s){let c=this.font.getGlyph(s),u=c._decode(),d=this.font.loca.offsets[s],p=this.font.loca.offsets[s+1],A=this.font._getTableStream("glyf");A.pos+=d;let v=A.readBuffer(p-d);if(u&&u.numberOfContours<0){v=new Uint8Array(v);let b=new DataView(v.buffer);for(let g of u.components)s=this.includeGlyph(g.glyphID),b.setUint16(g.pos,s)}else u&&this.font._variationProcessor&&(v=this.glyphEncoder.encodeSimple(c.path,u.instructions));return this.glyf.push(v),this.loca.offsets.push(this.offset),this.hmtx.metrics.push({advance:c.advanceWidth,bearing:c._getMetrics().leftBearing}),this.offset+=v.length,this.glyf.length-1}encode(){this.glyf=[],this.offset=0,this.loca={offsets:[],version:this.font.loca.version},this.hmtx={metrics:[],bearings:[]};let s=0;for(;s<this.glyphs.length;)this._addGlyph(this.glyphs[s++]);let c=$6uUbQ$clone(this.font.maxp);c.numGlyphs=this.glyf.length,this.loca.offsets.push(this.offset);let u=$6uUbQ$clone(this.font.head);u.indexToLocFormat=this.loca.version;let d=$6uUbQ$clone(this.font.hhea);return d.numberOfMetrics=this.hmtx.metrics.length,$816c07a04b6dba87$export$2e2bcd8739ae039.toBuffer({tables:{head:u,hhea:d,loca:this.loca,maxp:c,"cvt ":this.font["cvt "],prep:this.font.prep,glyf:this.glyf,hmtx:this.hmtx,fpgm:this.font.fpgm}})}constructor(s){super(s),this.glyphEncoder=new $807e58506be70005$export$2e2bcd8739ae039}}class $001d739428a71d5a$export$2e2bcd8739ae039 extends $5cc7476da92df375$export$2e2bcd8739ae039{subsetCharstrings(){this.charstrings=[];let s={};for(let c of this.glyphs){this.charstrings.push(this.cff.getCharString(c));let u=this.font.getGlyph(c);u.path;for(let d in u._usedGsubrs)s[d]=!0}this.gsubrs=this.subsetSubrs(this.cff.globalSubrIndex,s)}subsetSubrs(s,c){let u=[];for(let d=0;d<s.length;d++){let p=s[d];c[d]?(this.cff.stream.pos=p.offset,u.push(this.cff.stream.readBuffer(p.length))):u.push(new Uint8Array([11]))}return u}subsetFontdict(s){s.FDArray=[],s.FDSelect={version:0,fds:[]};let c={},u=[],d={};for(let p of this.glyphs){let A=this.cff.fdForGlyph(p);if(A==null)continue;c[A]||(s.FDArray.push(Object.assign({},this.cff.topDict.FDArray[A])),u.push({}),d[A]=s.FDArray.length-1),c[A]=!0,s.FDSelect.fds.push(d[A]);let v=this.font.getGlyph(p);v.path;for(let b in v._usedSubrs)u[d[A]][b]=!0}for(let p=0;p<s.FDArray.length;p++){let A=s.FDArray[p];delete A.FontName,A.Private&&A.Private.Subrs&&(A.Private=Object.assign({},A.Private),A.Private.Subrs=this.subsetSubrs(A.Private.Subrs,u[p]))}}createCIDFontdict(s){let c={};for(let d of this.glyphs){let p=this.font.getGlyph(d);p.path;for(let A in p._usedSubrs)c[A]=!0}let u=Object.assign({},this.cff.topDict.Private);return this.cff.topDict.Private&&this.cff.topDict.Private.Subrs&&(u.Subrs=this.subsetSubrs(this.cff.topDict.Private.Subrs,c)),s.FDArray=[{Private:u}],s.FDSelect={version:3,nRanges:1,ranges:[{first:0,fd:0}],sentinel:this.charstrings.length}}addString(s){return s?(this.strings||(this.strings=[]),this.strings.push(s),$229224aec43783c5$export$2e2bcd8739ae039.length+this.strings.length-1):null}encode(){this.subsetCharstrings();let s={version:this.charstrings.length>255?2:1,ranges:[{first:1,nLeft:this.charstrings.length-2}]},c=Object.assign({},this.cff.topDict);c.Private=null,c.charset=s,c.Encoding=null,c.CharStrings=this.charstrings;for(let d of["version","Notice","Copyright","FullName","FamilyName","Weight","PostScript","BaseFontName","FontName"])c[d]=this.addString(this.cff.string(c[d]));c.ROS=[this.addString("Adobe"),this.addString("Identity"),0],c.CIDCount=this.charstrings.length,this.cff.isCIDFont?this.subsetFontdict(c):this.createCIDFontdict(c);let u={version:1,hdrSize:this.cff.hdrSize,offSize:4,header:this.cff.header,nameIndex:[this.cff.postscriptName],topDictIndex:[c],stringIndex:this.strings,globalSubrIndex:this.gsubrs};return $b84fd3dd9d8eddb2$export$2e2bcd8739ae039.toBuffer(u)}constructor(s){if(super(s),this.cff=this.font["CFF "],!this.cff)throw new Error("Not a CFF Font")}}class $4c1709dee528ea76$export$2e2bcd8739ae039{static probe(s){let c=$12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4));return c==="true"||c==="OTTO"||c==="\0\0\0"}setDefaultLanguage(s=null){this.defaultLanguage=s}_getTable(s){if(!(s.tag in this._tables))try{this._tables[s.tag]=this._decodeTable(s)}catch{}return this._tables[s.tag]}_getTableStream(s){let c=this.directory.tables[s];return c?(this.stream.pos=c.offset,this.stream):null}_decodeDirectory(){return this.directory=$816c07a04b6dba87$export$2e2bcd8739ae039.decode(this.stream,{_startOffset:0})}_decodeTable(s){let c=this.stream.pos,u=this._getTableStream(s.tag),d=$c3395722bea751e2$export$2e2bcd8739ae039[s.tag].decode(u,this,s.length);return this.stream.pos=c,d}getName(s,c=this.defaultLanguage||$d636bc798e7178db$export$42940898df819940){let u=this.name&&this.name.records[s];return u&&(u[c]||u[this.defaultLanguage]||u[$d636bc798e7178db$export$42940898df819940]||u.en||u[Object.keys(u)[0]])||null}get postscriptName(){return this.getName("postscriptName")}get fullName(){return this.getName("fullName")}get familyName(){return this.getName("fontFamily")}get subfamilyName(){return this.getName("fontSubfamily")}get copyright(){return this.getName("copyright")}get version(){return this.getName("version")}get ascent(){return this.hhea.ascent}get descent(){return this.hhea.descent}get lineGap(){return this.hhea.lineGap}get underlinePosition(){return this.post.underlinePosition}get underlineThickness(){return this.post.underlineThickness}get italicAngle(){return this.post.italicAngle}get capHeight(){let s=this["OS/2"];return s?s.capHeight:this.ascent}get xHeight(){let s=this["OS/2"];return s?s.xHeight:0}get numGlyphs(){return this.maxp.numGlyphs}get unitsPerEm(){return this.head.unitsPerEm}get bbox(){return Object.freeze(new $f34600ab9d7f70d8$export$2e2bcd8739ae039(this.head.xMin,this.head.yMin,this.head.xMax,this.head.yMax))}get _cmapProcessor(){return new $f08dd41ef10b694c$export$2e2bcd8739ae039(this.cmap)}get characterSet(){return this._cmapProcessor.getCharacterSet()}hasGlyphForCodePoint(s){return!!this._cmapProcessor.lookup(s)}glyphForCodePoint(s){return this.getGlyph(this._cmapProcessor.lookup(s),[s])}glyphsForString(s){let c=[],u=s.length,d=0,p=-1,A=-1;for(;d<=u;){let v=0,b=0;if(d<u){if(v=s.charCodeAt(d++),55296<=v&&v<=56319&&d<u){let g=s.charCodeAt(d);56320<=g&&g<=57343&&(d++,v=((v&1023)<<10)+(g&1023)+65536)}b=65024<=v&&v<=65039||917760<=v&&v<=917999?1:0}else d++;A===0&&b===1?c.push(this.getGlyph(this._cmapProcessor.lookup(p,v),[p,v])):A===0&&b===0&&c.push(this.glyphForCodePoint(p)),p=v,A=b}return c}get _layoutEngine(){return new $4c0a7fa5df7a9ab1$export$2e2bcd8739ae039(this)}layout(s,c,u,d,p){return this._layoutEngine.layout(s,c,u,d,p)}stringsForGlyph(s){return this._layoutEngine.stringsForGlyph(s)}get availableFeatures(){return this._layoutEngine.getAvailableFeatures()}getAvailableFeatures(s,c){return this._layoutEngine.getAvailableFeatures(s,c)}_getBaseGlyph(s,c=[]){return this._glyphs[s]||(this.directory.tables.glyf?this._glyphs[s]=new $69aac16029968692$export$2e2bcd8739ae039(s,c,this):(this.directory.tables["CFF "]||this.directory.tables.CFF2)&&(this._glyphs[s]=new $62cc5109c6101893$export$2e2bcd8739ae039(s,c,this))),this._glyphs[s]||null}getGlyph(s,c=[]){return this._glyphs[s]||(this.directory.tables.sbix?this._glyphs[s]=new $25d8f049c222084c$export$2e2bcd8739ae039(s,c,this):this.directory.tables.COLR&&this.directory.tables.CPAL?this._glyphs[s]=new $0d411f0165859681$export$2e2bcd8739ae039(s,c,this):this._getBaseGlyph(s,c)),this._glyphs[s]||null}createSubset(){return this.directory.tables["CFF "]?new $001d739428a71d5a$export$2e2bcd8739ae039(this):new $4abbb6a5dbdc441a$export$2e2bcd8739ae039(this)}get variationAxes(){let s={};if(!this.fvar)return s;for(let c of this.fvar.axis)s[c.axisTag.trim()]={name:c.name.en,min:c.minValue,default:c.defaultValue,max:c.maxValue};return s}get namedVariations(){let s={};if(!this.fvar)return s;for(let c of this.fvar.instance){let u={};for(let d=0;d<this.fvar.axis.length;d++){let p=this.fvar.axis[d];u[p.axisTag.trim()]=c.coord[d]}s[c.name.en]=u}return s}getVariation(s){if(!(this.directory.tables.fvar&&(this.directory.tables.gvar&&this.directory.tables.glyf||this.directory.tables.CFF2)))throw new Error("Variations require a font with the fvar, gvar and glyf, or CFF2 tables.");if(typeof s=="string"&&(s=this.namedVariations[s]),typeof s!="object")throw new Error("Variation settings must be either a variation name or settings object.");let c=this.fvar.axis.map((p,A)=>{let v=p.axisTag.trim();return v in s?Math.max(p.minValue,Math.min(p.maxValue,s[v])):p.defaultValue}),u=new DecodeStream(this.stream.buffer);u.pos=this._directoryPos;let d=new $4c1709dee528ea76$export$2e2bcd8739ae039(u,c);return d._tables=this._tables,d}get _variationProcessor(){if(!this.fvar)return null;let s=this.variationCoords;return!s&&!this.CFF2?null:(s||(s=this.fvar.axis.map(c=>c.defaultValue)),new $0bb840cac04e911b$export$2e2bcd8739ae039(this,s))}getFont(s){return this.getVariation(s)}constructor(s,c=null){_define_property(this,"type","TTF"),this.defaultLanguage=null,this.stream=s,this.variationCoords=c,this._directoryPos=this.stream.pos,this._tables={},this._glyphs={},this._decodeDirectory();for(let u in this.directory.tables){let d=this.directory.tables[u];$c3395722bea751e2$export$2e2bcd8739ae039[u]&&d.length>0&&Object.defineProperty(this,u,{get:this._getTable.bind(this,d)})}}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"bbox",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"_cmapProcessor",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"characterSet",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"_layoutEngine",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"variationAxes",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"namedVariations",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"_variationProcessor",null);let $c1726355ecc5b889$var$WOFFDirectoryEntry=new Struct({tag:new StringT(4),offset:new Pointer(uint32,"void",{type:"global"}),compLength:uint32,length:uint32,origChecksum:uint32}),$c1726355ecc5b889$var$WOFFDirectory=new Struct({tag:new StringT(4),flavor:uint32,length:uint32,numTables:uint16,reserved:new Reserved(uint16),totalSfntSize:uint32,majorVersion:uint16,minorVersion:uint16,metaOffset:uint32,metaLength:uint32,metaOrigLength:uint32,privOffset:uint32,privLength:uint32,tables:new ArrayT($c1726355ecc5b889$var$WOFFDirectoryEntry,"numTables")});$c1726355ecc5b889$var$WOFFDirectory.process=function(){let a={};for(let s of this.tables)a[s.tag]=s;this.tables=a};var $c1726355ecc5b889$export$2e2bcd8739ae039=$c1726355ecc5b889$var$WOFFDirectory;class $760785214b9fc52c$export$2e2bcd8739ae039 extends $4c1709dee528ea76$export$2e2bcd8739ae039{static probe(s){return $12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4))==="wOFF"}_decodeDirectory(){this.directory=$c1726355ecc5b889$export$2e2bcd8739ae039.decode(this.stream,{_startOffset:0})}_getTableStream(s){let c=this.directory.tables[s];if(c)if(this.stream.pos=c.offset,c.compLength<c.length){this.stream.pos+=2;let u=new Uint8Array(c.length),d=$6uUbQ$tinyinflate(this.stream.readBuffer(c.compLength-2),u);return new DecodeStream(d)}else return this.stream;return null}constructor(...s){super(...s),_define_property(this,"type","WOFF")}}class $8046190c9f1ad19e$export$2e2bcd8739ae039 extends $69aac16029968692$export$2e2bcd8739ae039{_decode(){return this._font._transformedGlyphs[this.id]}_getCBox(){return this.path.bbox}constructor(...s){super(...s),_define_property(this,"type","WOFF2")}}const $c28ec7bbb3b8de3a$var$Base128={decode(a){let s=0,c=[0,1,2,3,4];for(let u=0;u<c.length;u++){let d=a.readUInt8();if(s&3758096384)throw new Error("Overflow");if(s=s<<7|d&127,(d&128)===0)return s}throw new Error("Bad base 128 number")}};let $c28ec7bbb3b8de3a$var$knownTags=["cmap","head","hhea","hmtx","maxp","name","OS/2","post","cvt ","fpgm","glyf","loca","prep","CFF ","VORG","EBDT","EBLC","gasp","hdmx","kern","LTSH","PCLT","VDMX","vhea","vmtx","BASE","GDEF","GPOS","GSUB","EBSC","JSTF","MATH","CBDT","CBLC","COLR","CPAL","SVG ","sbix","acnt","avar","bdat","bloc","bsln","cvar","fdsc","feat","fmtx","fvar","gvar","hsty","just","lcar","mort","morx","opbd","prop","trak","Zapf","Silf","Glat","Gloc","Feat","Sill"],$c28ec7bbb3b8de3a$var$WOFF2DirectoryEntry=new Struct({flags:uint8,customTag:new Optional(new StringT(4),a=>(a.flags&63)===63),tag:a=>a.customTag||$c28ec7bbb3b8de3a$var$knownTags[a.flags&63],length:$c28ec7bbb3b8de3a$var$Base128,transformVersion:a=>a.flags>>>6&3,transformed:a=>a.tag==="glyf"||a.tag==="loca"?a.transformVersion===0:a.transformVersion!==0,transformLength:new Optional($c28ec7bbb3b8de3a$var$Base128,a=>a.transformed)}),$c28ec7bbb3b8de3a$var$WOFF2Directory=new Struct({tag:new StringT(4),flavor:uint32,length:uint32,numTables:uint16,reserved:new Reserved(uint16),totalSfntSize:uint32,totalCompressedSize:uint32,majorVersion:uint16,minorVersion:uint16,metaOffset:uint32,metaLength:uint32,metaOrigLength:uint32,privOffset:uint32,privLength:uint32,tables:new ArrayT($c28ec7bbb3b8de3a$var$WOFF2DirectoryEntry,"numTables")});$c28ec7bbb3b8de3a$var$WOFF2Directory.process=function(){let a={};for(let s=0;s<this.tables.length;s++){let c=this.tables[s];a[c.tag]=c}return this.tables=a};var $c28ec7bbb3b8de3a$export$2e2bcd8739ae039=$c28ec7bbb3b8de3a$var$WOFF2Directory;class $21ee218f84ac7f32$export$2e2bcd8739ae039 extends $4c1709dee528ea76$export$2e2bcd8739ae039{static probe(s){return $12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4))==="wOF2"}_decodeDirectory(){this.directory=$c28ec7bbb3b8de3a$export$2e2bcd8739ae039.decode(this.stream),this._dataPos=this.stream.pos}_decompress(){if(!this._decompressed){this.stream.pos=this._dataPos;let s=this.stream.readBuffer(this.directory.totalCompressedSize),c=0;for(let d in this.directory.tables){let p=this.directory.tables[d];p.offset=c,c+=p.transformLength!=null?p.transformLength:p.length}let u=$6uUbQ$brotlidecompressjs(s,c);if(!u)throw new Error("Error decoding compressed data in WOFF2");this.stream=new DecodeStream(u),this._decompressed=!0}}_decodeTable(s){return this._decompress(),super._decodeTable(s)}_getBaseGlyph(s,c=[]){if(!this._glyphs[s])return this.directory.tables.glyf&&this.directory.tables.glyf.transformed?(this._transformedGlyphs||this._transformGlyfTable(),this._glyphs[s]=new $8046190c9f1ad19e$export$2e2bcd8739ae039(s,c,this)):super._getBaseGlyph(s,c)}_transformGlyfTable(){this._decompress(),this.stream.pos=this.directory.tables.glyf.offset;let s=$21ee218f84ac7f32$var$GlyfTable.decode(this.stream),c=[];for(let d=0;d<s.numGlyphs;d++){let p={},A=s.nContours.readInt16BE();if(p.numberOfContours=A,A>0){let v=[],b=0;for(let g=0;g<A;g++){let x=$21ee218f84ac7f32$var$read255UInt16(s.nPoints);b+=x,v.push(b)}p.points=$21ee218f84ac7f32$var$decodeTriplet(s.flags,s.glyphs,b);for(let g=0;g<A;g++)p.points[v[g]-1].endContour=!0;var u=$21ee218f84ac7f32$var$read255UInt16(s.glyphs)}else if(A<0&&$69aac16029968692$export$2e2bcd8739ae039.prototype._decodeComposite.call({_font:this},p,s.composites))var u=$21ee218f84ac7f32$var$read255UInt16(s.glyphs);c.push(p)}this._transformedGlyphs=c}constructor(...s){super(...s),_define_property(this,"type","WOFF2")}}class $21ee218f84ac7f32$var$Substream{decode(s,c){return new DecodeStream(this._buf.decode(s,c))}constructor(s){this.length=s,this._buf=new BufferT(s)}}let $21ee218f84ac7f32$var$GlyfTable=new Struct({version:uint32,numGlyphs:uint16,indexFormat:uint16,nContourStreamSize:uint32,nPointsStreamSize:uint32,flagStreamSize:uint32,glyphStreamSize:uint32,compositeStreamSize:uint32,bboxStreamSize:uint32,instructionStreamSize:uint32,nContours:new $21ee218f84ac7f32$var$Substream("nContourStreamSize"),nPoints:new $21ee218f84ac7f32$var$Substream("nPointsStreamSize"),flags:new $21ee218f84ac7f32$var$Substream("flagStreamSize"),glyphs:new $21ee218f84ac7f32$var$Substream("glyphStreamSize"),composites:new $21ee218f84ac7f32$var$Substream("compositeStreamSize"),bboxes:new $21ee218f84ac7f32$var$Substream("bboxStreamSize"),instructions:new $21ee218f84ac7f32$var$Substream("instructionStreamSize")});const $21ee218f84ac7f32$var$WORD_CODE=253,$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE2=254,$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE1=255,$21ee218f84ac7f32$var$LOWEST_U_CODE=253;function $21ee218f84ac7f32$var$read255UInt16(a){let s=a.readUInt8();return s===$21ee218f84ac7f32$var$WORD_CODE?a.readUInt16BE():s===$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE1?a.readUInt8()+$21ee218f84ac7f32$var$LOWEST_U_CODE:s===$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE2?a.readUInt8()+$21ee218f84ac7f32$var$LOWEST_U_CODE*2:s}function $21ee218f84ac7f32$var$withSign(a,s){return a&1?s:-s}function $21ee218f84ac7f32$var$decodeTriplet(a,s,c){let u,d=u=0,p=[];for(let b=0;b<c;b++){let g=0,x=0,y=a.readUInt8(),f=!(y>>7);if(y&=127,y<10)g=0,x=$21ee218f84ac7f32$var$withSign(y,((y&14)<<7)+s.readUInt8());else if(y<20)g=$21ee218f84ac7f32$var$withSign(y,((y-10&14)<<7)+s.readUInt8()),x=0;else if(y<84){var A=y-20,v=s.readUInt8();g=$21ee218f84ac7f32$var$withSign(y,1+(A&48)+(v>>4)),x=$21ee218f84ac7f32$var$withSign(y>>1,1+((A&12)<<2)+(v&15))}else if(y<120){var A=y-84;g=$21ee218f84ac7f32$var$withSign(y,1+(A/12<<8)+s.readUInt8()),x=$21ee218f84ac7f32$var$withSign(y>>1,1+(A%12>>2<<8)+s.readUInt8())}else if(y<124){var v=s.readUInt8();let C=s.readUInt8();g=$21ee218f84ac7f32$var$withSign(y,(v<<4)+(C>>4)),x=$21ee218f84ac7f32$var$withSign(y>>1,((C&15)<<8)+s.readUInt8())}else g=$21ee218f84ac7f32$var$withSign(y,s.readUInt16BE()),x=$21ee218f84ac7f32$var$withSign(y>>1,s.readUInt16BE());d+=g,u+=x,p.push(new $69aac16029968692$export$baf26146a414f24a(f,!1,d,u))}return p}let $cd5853a56c68fec7$var$TTCHeader=new VersionedStruct(uint32,{65536:{numFonts:uint32,offsets:new ArrayT(uint32,"numFonts")},131072:{numFonts:uint32,offsets:new ArrayT(uint32,"numFonts"),dsigTag:uint32,dsigLength:uint32,dsigOffset:uint32}});class $cd5853a56c68fec7$export$2e2bcd8739ae039{static probe(s){return $12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4))==="ttcf"}getFont(s){for(let c of this.header.offsets){let u=new DecodeStream(this.stream.buffer);u.pos=c;let d=new $4c1709dee528ea76$export$2e2bcd8739ae039(u);if(d.postscriptName===s||d.postscriptName instanceof Uint8Array&&s instanceof Uint8Array&&d.postscriptName.every((p,A)=>s[A]===p))return d}return null}get fonts(){let s=[];for(let c of this.header.offsets){let u=new DecodeStream(this.stream.buffer);u.pos=c,s.push(new $4c1709dee528ea76$export$2e2bcd8739ae039(u))}return s}constructor(s){if(_define_property(this,"type","TTC"),this.stream=s,s.readString(4)!=="ttcf")throw new Error("Not a TrueType collection");this.header=$cd5853a56c68fec7$var$TTCHeader.decode(s)}}let $05f49f930186144e$var$DFontName=new StringT(uint8);new Struct({len:uint32,buf:new BufferT("len")});let $05f49f930186144e$var$Ref=new Struct({id:uint16,nameOffset:int16,attr:uint8,dataOffset:uint24,handle:uint32}),$05f49f930186144e$var$Type=new Struct({name:new StringT(4),maxTypeIndex:uint16,refList:new Pointer(uint16,new ArrayT($05f49f930186144e$var$Ref,a=>a.maxTypeIndex+1),{type:"parent"})}),$05f49f930186144e$var$TypeList=new Struct({length:uint16,types:new ArrayT($05f49f930186144e$var$Type,a=>a.length+1)}),$05f49f930186144e$var$DFontMap=new Struct({reserved:new Reserved(uint8,24),typeList:new Pointer(uint16,$05f49f930186144e$var$TypeList),nameListOffset:new Pointer(uint16,"void")}),$05f49f930186144e$var$DFontHeader=new Struct({dataOffset:uint32,map:new Pointer(uint32,$05f49f930186144e$var$DFontMap),dataLength:uint32,mapLength:uint32});class $05f49f930186144e$export$2e2bcd8739ae039{static probe(s){let c=new DecodeStream(s);try{var u=$05f49f930186144e$var$DFontHeader.decode(c)}catch{return!1}for(let d of u.map.typeList.types)if(d.name==="sfnt")return!0;return!1}getFont(s){if(!this.sfnt)return null;for(let c of this.sfnt.refList){let u=this.header.dataOffset+c.dataOffset+4,d=new DecodeStream(this.stream.buffer.slice(u)),p=new $4c1709dee528ea76$export$2e2bcd8739ae039(d);if(p.postscriptName===s||p.postscriptName instanceof Uint8Array&&s instanceof Uint8Array&&p.postscriptName.every((A,v)=>s[v]===A))return p}return null}get fonts(){let s=[];for(let c of this.sfnt.refList){let u=this.header.dataOffset+c.dataOffset+4,d=new DecodeStream(this.stream.buffer.slice(u));s.push(new $4c1709dee528ea76$export$2e2bcd8739ae039(d))}return s}constructor(s){_define_property(this,"type","DFont"),this.stream=s,this.header=$05f49f930186144e$var$DFontHeader.decode(this.stream);for(let c of this.header.map.typeList.types){for(let u of c.refList)u.nameOffset>=0?(this.stream.pos=u.nameOffset+this.header.map.nameListOffset,u.name=$05f49f930186144e$var$DFontName.decode(this.stream)):u.name=null;c.name==="sfnt"&&(this.sfnt=c)}}}$d636bc798e7178db$export$36b2f24e97d43be($4c1709dee528ea76$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($760785214b9fc52c$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($21ee218f84ac7f32$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($cd5853a56c68fec7$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($05f49f930186144e$export$2e2bcd8739ae039);const getBrowserVerticalFontAdjustments=(a,s,c,u)=>{const{ascent:d,descent:p,unitsPerEm:A}=a,v=(d-p)/A,b=(v*s-s)/2;if(u===VERTICAL_ALIGN_TOP)return{topAdj:pt2px(b),bottomAdj:0};let g=0;return c<v&&(g=(v-c)*s/2),{topAdj:0,bottomAdj:pt2px(g)}},getFontDescentInPt=(a,s)=>{const{descent:c,unitsPerEm:u}=a;return c/u*s},heightOfFontAtSize=(a,s)=>{const{ascent:c,descent:u,bbox:d,unitsPerEm:p}=a,A=1e3/p,v=(c||d.maxY)*A,b=(u||d.minY)*A;let g=v-b;return g-=Math.abs(u*A)||0,g/1e3*s},calculateCharacterSpacing=(a,s)=>(a.length-1)*s,widthOfTextAtSize=(a,s,c,u)=>{const{glyphs:d}=s.layout(a),p=1e3/s.unitsPerEm;return d.reduce((v,b)=>v+b.advanceWidth*p,0)*(c/1e3)+calculateCharacterSpacing(a,u)},getFallbackFont=a=>{const s=getFallbackFontName(a);return a[s]},getCacheKey=a=>`getFontKitFont-${a}`,getFontKitFont=async(a,s,c)=>{const u=a||getFallbackFontName(s),d=getCacheKey(u);if(c.has(d))return c.get(d);let A=(s[u]||getFallbackFont(s)||getDefaultFont()[DEFAULT_FONT_NAME]).data;typeof A=="string"&&(A=A.startsWith("http")?await fetch(A).then(b=>b.arrayBuffer()):b64toUint8Array(A));const v=$d636bc798e7178db$export$185802fd694ee1f5(A instanceof bufferExports.Buffer?A:bufferExports.Buffer.from(A));return c.set(d,v),v},calculateDynamicFontSize=({textSchema:a,fontKitFont:s,value:c,startingFontSize:u})=>{const{fontSize:d,dynamicFontSize:p,characterSpacing:A,width:v,height:b,lineHeight:g=DEFAULT_LINE_HEIGHT}=a,x=u||d||DEFAULT_FONT_SIZE;if(!p||p.max<p.min)return x;const y=A??DEFAULT_CHARACTER_SPACING,f=c.split(`
|
134
|
+
`),new E("",s,":"),new E(" ",s,". "),new E("",s,"ed "),new E("",P,""),new E("",$,""),new E("",v,""),new E("",s,"("),new E("",y,", "),new E("",g,""),new E("",s," at "),new E("",s,"ly "),new E(" the ",s," of "),new E("",A,""),new E("",x,""),new E(" ",y,", "),new E("",y,'"'),new E(".",s,"("),new E("",f," "),new E("",y,'">'),new E("",s,'="'),new E(" ",s,"."),new E(".com/",s,""),new E(" the ",s," of the "),new E("",y,"'"),new E("",s,". This "),new E("",s,","),new E(".",s," "),new E("",y,"("),new E("",y,"."),new E("",s," not "),new E(" ",s,'="'),new E("",s,"er "),new E(" ",f," "),new E("",s,"al "),new E(" ",f,""),new E("",s,"='"),new E("",f,'"'),new E("",y,". "),new E(" ",s,"("),new E("",s,"ful "),new E(" ",y,". "),new E("",s,"ive "),new E("",s,"less "),new E("",f,"'"),new E("",s,"est "),new E(" ",y,"."),new E("",f,'">'),new E(" ",s,"='"),new E("",y,","),new E("",s,"ize "),new E("",f,"."),new E(" ",s,""),new E(" ",s,","),new E("",y,'="'),new E("",f,'="'),new E("",s,"ous "),new E("",f,", "),new E("",y,"='"),new E(" ",y,","),new E(" ",f,'="'),new E(" ",f,", "),new E("",f,","),new E("",f,"("),new E("",f,". "),new E(" ",f,"."),new E("",f,"='"),new E(" ",f,". "),new E(" ",y,'="'),new E(" ",f,"='"),new E(" ",y,"='")];transform.kTransforms=B,transform.kNumTransforms=B.length;function R(O,M){return O[M]<192?(O[M]>=97&&O[M]<=122&&(O[M]^=32),1):O[M]<224?(O[M+1]^=32,2):(O[M+2]^=5,3)}return transform.transformDictionaryWord=function(O,M,_,D,H){var U=B[H].prefix,Q=B[H].suffix,L=B[H].transform,F=L<m?0:L-(m-1),j=0,N=M,k;F>D&&(F=D);for(var W=0;W<U.length;)O[M++]=U[W++];for(_+=F,D-=F,L<=x&&(D-=L),j=0;j<D;j++)O[M++]=a.dictionary[_+j];if(k=M-D,L===y)R(O,k);else if(L===f)for(;D>0;){var J=R(O,k);k+=J,D-=J}for(var Y=0;Y<Q.length;)O[M++]=Q[Y++];return M-N},transform}var hasRequiredDecode;function requireDecode(){if(hasRequiredDecode)return decode;hasRequiredDecode=1;var a=requireStreams().BrotliInput,s=requireStreams().BrotliOutput,c=requireBit_reader(),u=requireDictionary(),d=requireHuffman().HuffmanCode,p=requireHuffman().BrotliBuildHuffmanTable,A=requireContext$1(),v=requirePrefix(),b=requireTransform(),g=8,x=16,y=256,f=704,m=26,C=6,S=2,w=8,I=255,T=1080,$=18,P=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),E=16,B=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),R=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),O=new Uint16Array([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]);function M(V){var Z;return V.readBits(1)===0?16:(Z=V.readBits(3),Z>0?17+Z:(Z=V.readBits(3),Z>0?8+Z:17))}function _(V){if(V.readBits(1)){var Z=V.readBits(3);return Z===0?1:V.readBits(Z)+(1<<Z)}return 0}function D(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function H(V){var Z=new D,te,ie,ue;if(Z.input_end=V.readBits(1),Z.input_end&&V.readBits(1))return Z;if(te=V.readBits(2)+4,te===7){if(Z.is_metadata=!0,V.readBits(1)!==0)throw new Error("Invalid reserved bit");if(ie=V.readBits(2),ie===0)return Z;for(ue=0;ue<ie;ue++){var me=V.readBits(8);if(ue+1===ie&&ie>1&&me===0)throw new Error("Invalid size byte");Z.meta_block_length|=me<<ue*8}}else for(ue=0;ue<te;++ue){var Ee=V.readBits(4);if(ue+1===te&&te>4&&Ee===0)throw new Error("Invalid size nibble");Z.meta_block_length|=Ee<<ue*4}return++Z.meta_block_length,!Z.input_end&&!Z.is_metadata&&(Z.is_uncompressed=V.readBits(1)),Z}function U(V,Z,te){var ie;return te.fillBitWindow(),Z+=te.val_>>>te.bit_pos_&I,ie=V[Z].bits-w,ie>0&&(te.bit_pos_+=w,Z+=V[Z].value,Z+=te.val_>>>te.bit_pos_&(1<<ie)-1),te.bit_pos_+=V[Z].bits,V[Z].value}function Q(V,Z,te,ie){for(var ue=0,me=g,Ee=0,be=0,Ae=32768,fe=[],se=0;se<32;se++)fe.push(new d(0,0));for(p(fe,0,5,V,$);ue<Z&&Ae>0;){var oe=0,le;if(ie.readMoreInput(),ie.fillBitWindow(),oe+=ie.val_>>>ie.bit_pos_&31,ie.bit_pos_+=fe[oe].bits,le=fe[oe].value&255,le<x)Ee=0,te[ue++]=le,le!==0&&(me=le,Ae-=32768>>le);else{var ce=le-14,xe,Ce,Se=0;if(le===x&&(Se=me),be!==Se&&(Ee=0,be=Se),xe=Ee,Ee>0&&(Ee-=2,Ee<<=ce),Ee+=ie.readBits(ce)+3,Ce=Ee-xe,ue+Ce>Z)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var we=0;we<Ce;we++)te[ue+we]=be;ue+=Ce,be!==0&&(Ae-=Ce<<15-be)}}if(Ae!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+Ae);for(;ue<Z;ue++)te[ue]=0}function L(V,Z,te,ie){var ue=0,me,Ee=new Uint8Array(V);if(ie.readMoreInput(),me=ie.readBits(2),me===1){for(var be,Ae=V-1,fe=0,se=new Int32Array(4),oe=ie.readBits(2)+1;Ae;)Ae>>=1,++fe;for(be=0;be<oe;++be)se[be]=ie.readBits(fe)%V,Ee[se[be]]=2;switch(Ee[se[0]]=1,oe){case 1:break;case 3:if(se[0]===se[1]||se[0]===se[2]||se[1]===se[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(se[0]===se[1])throw new Error("[ReadHuffmanCode] invalid symbols");Ee[se[1]]=1;break;case 4:if(se[0]===se[1]||se[0]===se[2]||se[0]===se[3]||se[1]===se[2]||se[1]===se[3]||se[2]===se[3])throw new Error("[ReadHuffmanCode] invalid symbols");ie.readBits(1)?(Ee[se[2]]=3,Ee[se[3]]=3):Ee[se[0]]=2;break}}else{var be,le=new Uint8Array($),ce=32,xe=0,Ce=[new d(2,0),new d(2,4),new d(2,3),new d(3,2),new d(2,0),new d(2,4),new d(2,3),new d(4,1),new d(2,0),new d(2,4),new d(2,3),new d(3,2),new d(2,0),new d(2,4),new d(2,3),new d(4,5)];for(be=me;be<$&&ce>0;++be){var Se=P[be],we=0,$e;ie.fillBitWindow(),we+=ie.val_>>>ie.bit_pos_&15,ie.bit_pos_+=Ce[we].bits,$e=Ce[we].value,le[Se]=$e,$e!==0&&(ce-=32>>$e,++xe)}if(!(xe===1||ce===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");Q(le,V,Ee,ie)}if(ue=p(Z,te,w,Ee,V),ue===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return ue}function F(V,Z,te){var ie,ue;return ie=U(V,Z,te),ue=v.kBlockLengthPrefixCode[ie].nbits,v.kBlockLengthPrefixCode[ie].offset+te.readBits(ue)}function j(V,Z,te){var ie;return V<E?(te+=B[V],te&=3,ie=Z[te]+R[V]):ie=V-E+1,ie}function N(V,Z){for(var te=V[Z],ie=Z;ie;--ie)V[ie]=V[ie-1];V[0]=te}function k(V,Z){var te=new Uint8Array(256),ie;for(ie=0;ie<256;++ie)te[ie]=ie;for(ie=0;ie<Z;++ie){var ue=V[ie];V[ie]=te[ue],ue&&N(te,ue)}}function W(V,Z){this.alphabet_size=V,this.num_htrees=Z,this.codes=new Array(Z+Z*O[V+31>>>5]),this.htrees=new Uint32Array(Z)}W.prototype.decode=function(V){var Z,te,ie=0;for(Z=0;Z<this.num_htrees;++Z)this.htrees[Z]=ie,te=L(this.alphabet_size,this.codes,ie,V),ie+=te};function J(V,Z){var te={num_htrees:null,context_map:null},ie,ue=0,me,Ee;Z.readMoreInput();var be=te.num_htrees=_(Z)+1,Ae=te.context_map=new Uint8Array(V);if(be<=1)return te;for(ie=Z.readBits(1),ie&&(ue=Z.readBits(4)+1),me=[],Ee=0;Ee<T;Ee++)me[Ee]=new d(0,0);for(L(be+ue,me,0,Z),Ee=0;Ee<V;){var fe;if(Z.readMoreInput(),fe=U(me,0,Z),fe===0)Ae[Ee]=0,++Ee;else if(fe<=ue)for(var se=1+(1<<fe)+Z.readBits(fe);--se;){if(Ee>=V)throw new Error("[DecodeContextMap] i >= context_map_size");Ae[Ee]=0,++Ee}else Ae[Ee]=fe-ue,++Ee}return Z.readBits(1)&&k(Ae,V),te}function Y(V,Z,te,ie,ue,me,Ee){var be=te*2,Ae=te,fe=U(Z,te*T,Ee),se;fe===0?se=ue[be+(me[Ae]&1)]:fe===1?se=ue[be+(me[Ae]-1&1)]+1:se=fe-2,se>=V&&(se-=V),ie[te]=se,ue[be+(me[Ae]&1)]=se,++me[Ae]}function q(V,Z,te,ie,ue,me){var Ee=ue+1,be=te&ue,Ae=me.pos_&c.IBUF_MASK,fe;if(Z<8||me.bit_pos_+(Z<<3)<me.bit_end_pos_){for(;Z-- >0;)me.readMoreInput(),ie[be++]=me.readBits(8),be===Ee&&(V.write(ie,Ee),be=0);return}if(me.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;me.bit_pos_<32;)ie[be]=me.val_>>>me.bit_pos_,me.bit_pos_+=8,++be,--Z;if(fe=me.bit_end_pos_-me.bit_pos_>>3,Ae+fe>c.IBUF_MASK){for(var se=c.IBUF_MASK+1-Ae,oe=0;oe<se;oe++)ie[be+oe]=me.buf_[Ae+oe];fe-=se,be+=se,Z-=se,Ae=0}for(var oe=0;oe<fe;oe++)ie[be+oe]=me.buf_[Ae+oe];if(be+=fe,Z-=fe,be>=Ee){V.write(ie,Ee),be-=Ee;for(var oe=0;oe<be;oe++)ie[oe]=ie[Ee+oe]}for(;be+Z>=Ee;){if(fe=Ee-be,me.input_.read(ie,be,fe)<fe)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");V.write(ie,Ee),Z-=fe,be=0}if(me.input_.read(ie,be,Z)<Z)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");me.reset()}function K(V){var Z=V.bit_pos_+7&-8,te=V.readBits(Z-V.bit_pos_);return te==0}function ee(V){var Z=new a(V),te=new c(Z);M(te);var ie=H(te);return ie.meta_block_length}decode.BrotliDecompressedSize=ee;function re(V,Z){var te=new a(V);Z==null&&(Z=ee(V));var ie=new Uint8Array(Z),ue=new s(ie);return ae(te,ue),ue.pos<ue.buffer.length&&(ue.buffer=ue.buffer.subarray(0,ue.pos)),ue.buffer}decode.BrotliDecompressBuffer=re;function ae(V,Z){var te,ie=0,ue=0,me=0,Ee,be=0,Ae,fe,se,oe,le=[16,15,11,4],ce=0,xe=0,Ce=0,Se=[new W(0,0),new W(0,0),new W(0,0)],we,$e,ge,he=128+c.READ_SIZE;ge=new c(V),me=M(ge),Ee=(1<<me)-16,Ae=1<<me,fe=Ae-1,se=new Uint8Array(Ae+he+u.maxDictionaryWordLength),oe=Ae,we=[],$e=[];for(var pe=0;pe<3*T;pe++)we[pe]=new d(0,0),$e[pe]=new d(0,0);for(;!ue;){var Ie=0,ye,Pe=[1<<28,1<<28,1<<28],Fe=[0],_e=[1,1,1],Me=[0,1,0,1,0,1],ke=[0],Te,ze,qe,Re,je=null,Ne=null,Be,Le=null,Qe,Ye=0,Ge=null,We=0,Ve=0,et=null,Je=0,Xe=0,Ke=0,it,ct;for(te=0;te<3;++te)Se[te].codes=null,Se[te].htrees=null;ge.readMoreInput();var nt=H(ge);if(Ie=nt.meta_block_length,ie+Ie>Z.buffer.length){var yt=new Uint8Array(ie+Ie);yt.set(Z.buffer),Z.buffer=yt}if(ue=nt.input_end,ye=nt.is_uncompressed,nt.is_metadata){for(K(ge);Ie>0;--Ie)ge.readMoreInput(),ge.readBits(8);continue}if(Ie!==0){if(ye){ge.bit_pos_=ge.bit_pos_+7&-8,q(Z,Ie,ie,se,fe,ge),ie+=Ie;continue}for(te=0;te<3;++te)_e[te]=_(ge)+1,_e[te]>=2&&(L(_e[te]+2,we,te*T,ge),L(m,$e,te*T,ge),Pe[te]=F($e,te*T,ge),ke[te]=1);for(ge.readMoreInput(),Te=ge.readBits(2),ze=E+(ge.readBits(4)<<Te),qe=(1<<Te)-1,Re=ze+(48<<Te),Ne=new Uint8Array(_e[0]),te=0;te<_e[0];++te)ge.readMoreInput(),Ne[te]=ge.readBits(2)<<1;var ot=J(_e[0]<<C,ge);Be=ot.num_htrees,je=ot.context_map;var ht=J(_e[2]<<S,ge);for(Qe=ht.num_htrees,Le=ht.context_map,Se[0]=new W(y,Be),Se[1]=new W(f,_e[1]),Se[2]=new W(Re,Qe),te=0;te<3;++te)Se[te].decode(ge);for(Ge=0,et=0,it=Ne[Fe[0]],Xe=A.lookupOffsets[it],Ke=A.lookupOffsets[it+1],ct=Se[1].htrees[0];Ie>0;){var bt,pt,vt,St,Lt,Rt,jt,Bt,wt,ut,at;for(ge.readMoreInput(),Pe[1]===0&&(Y(_e[1],we,1,Fe,Me,ke,ge),Pe[1]=F($e,T,ge),ct=Se[1].htrees[Fe[1]]),--Pe[1],bt=U(Se[1].codes,ct,ge),pt=bt>>6,pt>=2?(pt-=2,jt=-1):jt=0,vt=v.kInsertRangeLut[pt]+(bt>>3&7),St=v.kCopyRangeLut[pt]+(bt&7),Lt=v.kInsertLengthPrefixCode[vt].offset+ge.readBits(v.kInsertLengthPrefixCode[vt].nbits),Rt=v.kCopyLengthPrefixCode[St].offset+ge.readBits(v.kCopyLengthPrefixCode[St].nbits),xe=se[ie-1&fe],Ce=se[ie-2&fe],ut=0;ut<Lt;++ut)ge.readMoreInput(),Pe[0]===0&&(Y(_e[0],we,0,Fe,Me,ke,ge),Pe[0]=F($e,0,ge),Ye=Fe[0]<<C,Ge=Ye,it=Ne[Fe[0]],Xe=A.lookupOffsets[it],Ke=A.lookupOffsets[it+1]),wt=A.lookup[Xe+xe]|A.lookup[Ke+Ce],We=je[Ge+wt],--Pe[0],Ce=xe,xe=U(Se[0].codes,Se[0].htrees[We],ge),se[ie&fe]=xe,(ie&fe)===fe&&Z.write(se,Ae),++ie;if(Ie-=Lt,Ie<=0)break;if(jt<0){var wt;if(ge.readMoreInput(),Pe[2]===0&&(Y(_e[2],we,2,Fe,Me,ke,ge),Pe[2]=F($e,2*T,ge),Ve=Fe[2]<<S,et=Ve),--Pe[2],wt=(Rt>4?3:Rt-2)&255,Je=Le[et+wt],jt=U(Se[2].codes,Se[2].htrees[Je],ge),jt>=ze){var rt,lt,gt;jt-=ze,lt=jt&qe,jt>>=Te,rt=(jt>>1)+1,gt=(2+(jt&1)<<rt)-4,jt=ze+(gt+ge.readBits(rt)<<Te)+lt}}if(Bt=j(jt,le,ce),Bt<0)throw new Error("[BrotliDecompress] invalid distance");if(ie<Ee&&be!==Ee?be=ie:be=Ee,at=ie&fe,Bt>be)if(Rt>=u.minDictionaryWordLength&&Rt<=u.maxDictionaryWordLength){var gt=u.offsetsByLength[Rt],$t=Bt-be-1,Dt=u.sizeBitsByLength[Rt],ft=(1<<Dt)-1,Pt=$t&ft,Ot=$t>>Dt;if(gt+=Pt*Rt,Ot<b.kNumTransforms){var zt=b.transformDictionaryWord(se,at,gt,Rt,Ot);if(at+=zt,ie+=zt,Ie-=zt,at>=oe){Z.write(se,Ae);for(var Ht=0;Ht<at-oe;Ht++)se[Ht]=se[oe+Ht]}}else throw new Error("Invalid backward reference. pos: "+ie+" distance: "+Bt+" len: "+Rt+" bytes left: "+Ie)}else throw new Error("Invalid backward reference. pos: "+ie+" distance: "+Bt+" len: "+Rt+" bytes left: "+Ie);else{if(jt>0&&(le[ce&3]=Bt,++ce),Rt>Ie)throw new Error("Invalid backward reference. pos: "+ie+" distance: "+Bt+" len: "+Rt+" bytes left: "+Ie);for(ut=0;ut<Rt;++ut)se[ie&fe]=se[ie-Bt&fe],(ie&fe)===fe&&Z.write(se,Ae),++ie,--Ie}xe=se[ie-1&fe],Ce=se[ie-2&fe]}ie&=1073741823}}Z.write(se,ie&fe)}return decode.BrotliDecompress=ae,u.init(),decode}var decompress,hasRequiredDecompress;function requireDecompress(){return hasRequiredDecompress||(hasRequiredDecompress=1,decompress=requireDecode().BrotliDecompressBuffer),decompress}var decompressExports=requireDecompress();const $6uUbQ$brotlidecompressjs=getDefaultExportFromCjs(decompressExports);function $parcel$export(a,s,c,u){Object.defineProperty(a,s,{get:c,set:u,enumerable:!0,configurable:!0})}function $parcel$interopDefault(a){return a&&a.__esModule?a.default:a}var $d636bc798e7178db$exports={};$parcel$export($d636bc798e7178db$exports,"logErrors",()=>$d636bc798e7178db$export$bd5c5d8b8dcafd78),$parcel$export($d636bc798e7178db$exports,"registerFormat",()=>$d636bc798e7178db$export$36b2f24e97d43be),$parcel$export($d636bc798e7178db$exports,"create",()=>$d636bc798e7178db$export$185802fd694ee1f5),$parcel$export($d636bc798e7178db$exports,"defaultLanguage",()=>$d636bc798e7178db$export$42940898df819940),$parcel$export($d636bc798e7178db$exports,"setDefaultLanguage",()=>$d636bc798e7178db$export$5157e7780d44cc36);let $d636bc798e7178db$export$bd5c5d8b8dcafd78=!1,$d636bc798e7178db$var$formats=[];function $d636bc798e7178db$export$36b2f24e97d43be(a){$d636bc798e7178db$var$formats.push(a)}function $d636bc798e7178db$export$185802fd694ee1f5(a,s){for(let c=0;c<$d636bc798e7178db$var$formats.length;c++){let u=$d636bc798e7178db$var$formats[c];if(u.probe(a)){let d=new u(new DecodeStream(a));return s?d.getFont(s):d}}throw new Error("Unknown font format")}let $d636bc798e7178db$export$42940898df819940="en";function $d636bc798e7178db$export$5157e7780d44cc36(a="en"){$d636bc798e7178db$export$42940898df819940=a}function $e71565f2ce09cb6b$export$69a3209f1a06c04d(a,s,c){if(c.get){let u=c.get;c.get=function(){let d=u.call(this);return Object.defineProperty(this,s,{value:d}),d}}else if(typeof c.value=="function"){let u=c.value;return{get(){let d=new Map;function p(...A){let v=A.length>0?A[0]:"value";if(d.has(v))return d.get(v);let b=u.apply(this,A);return d.set(v,b),b}return Object.defineProperty(this,s,{value:p}),p}}}}let $26a62205ad06574e$var$SubHeader=new Struct({firstCode:uint16,entryCount:uint16,idDelta:int16,idRangeOffset:uint16}),$26a62205ad06574e$var$CmapGroup=new Struct({startCharCode:uint32,endCharCode:uint32,glyphID:uint32}),$26a62205ad06574e$var$UnicodeValueRange=new Struct({startUnicodeValue:uint24,additionalCount:uint8}),$26a62205ad06574e$var$UVSMapping=new Struct({unicodeValue:uint24,glyphID:uint16}),$26a62205ad06574e$var$DefaultUVS=new ArrayT($26a62205ad06574e$var$UnicodeValueRange,uint32),$26a62205ad06574e$var$NonDefaultUVS=new ArrayT($26a62205ad06574e$var$UVSMapping,uint32),$26a62205ad06574e$var$VarSelectorRecord=new Struct({varSelector:uint24,defaultUVS:new Pointer(uint32,$26a62205ad06574e$var$DefaultUVS,{type:"parent"}),nonDefaultUVS:new Pointer(uint32,$26a62205ad06574e$var$NonDefaultUVS,{type:"parent"})}),$26a62205ad06574e$var$CmapSubtable=new VersionedStruct(uint16,{0:{length:uint16,language:uint16,codeMap:new LazyArray(uint8,256)},2:{length:uint16,language:uint16,subHeaderKeys:new ArrayT(uint16,256),subHeaderCount:a=>Math.max.apply(Math,a.subHeaderKeys),subHeaders:new LazyArray($26a62205ad06574e$var$SubHeader,"subHeaderCount"),glyphIndexArray:new LazyArray(uint16,"subHeaderCount")},4:{length:uint16,language:uint16,segCountX2:uint16,segCount:a=>a.segCountX2>>1,searchRange:uint16,entrySelector:uint16,rangeShift:uint16,endCode:new LazyArray(uint16,"segCount"),reservedPad:new Reserved(uint16),startCode:new LazyArray(uint16,"segCount"),idDelta:new LazyArray(int16,"segCount"),idRangeOffset:new LazyArray(uint16,"segCount"),glyphIndexArray:new LazyArray(uint16,a=>(a.length-a._currentOffset)/2)},6:{length:uint16,language:uint16,firstCode:uint16,entryCount:uint16,glyphIndices:new LazyArray(uint16,"entryCount")},8:{reserved:new Reserved(uint16),length:uint32,language:uint16,is32:new LazyArray(uint8,8192),nGroups:uint32,groups:new LazyArray($26a62205ad06574e$var$CmapGroup,"nGroups")},10:{reserved:new Reserved(uint16),length:uint32,language:uint32,firstCode:uint32,entryCount:uint32,glyphIndices:new LazyArray(uint16,"numChars")},12:{reserved:new Reserved(uint16),length:uint32,language:uint32,nGroups:uint32,groups:new LazyArray($26a62205ad06574e$var$CmapGroup,"nGroups")},13:{reserved:new Reserved(uint16),length:uint32,language:uint32,nGroups:uint32,groups:new LazyArray($26a62205ad06574e$var$CmapGroup,"nGroups")},14:{length:uint32,numRecords:uint32,varSelectors:new LazyArray($26a62205ad06574e$var$VarSelectorRecord,"numRecords")}}),$26a62205ad06574e$var$CmapEntry=new Struct({platformID:uint16,encodingID:uint16,table:new Pointer(uint32,$26a62205ad06574e$var$CmapSubtable,{type:"parent",lazy:!0})});var $26a62205ad06574e$export$2e2bcd8739ae039=new Struct({version:uint16,numSubtables:uint16,tables:new ArrayT($26a62205ad06574e$var$CmapEntry,"numSubtables")}),$f2612a29f92ac062$export$2e2bcd8739ae039=new Struct({version:int32,revision:int32,checkSumAdjustment:uint32,magicNumber:uint32,flags:uint16,unitsPerEm:uint16,created:new ArrayT(int32,2),modified:new ArrayT(int32,2),xMin:int16,yMin:int16,xMax:int16,yMax:int16,macStyle:new Bitfield(uint16,["bold","italic","underline","outline","shadow","condensed","extended"]),lowestRecPPEM:uint16,fontDirectionHint:int16,indexToLocFormat:int16,glyphDataFormat:int16}),$2c179dd593583073$export$2e2bcd8739ae039=new Struct({version:int32,ascent:int16,descent:int16,lineGap:int16,advanceWidthMax:uint16,minLeftSideBearing:int16,minRightSideBearing:int16,xMaxExtent:int16,caretSlopeRise:int16,caretSlopeRun:int16,caretOffset:int16,reserved:new Reserved(int16,4),metricDataFormat:int16,numberOfMetrics:uint16});let $bdc9060542264b85$var$HmtxEntry=new Struct({advance:uint16,bearing:int16});var $bdc9060542264b85$export$2e2bcd8739ae039=new Struct({metrics:new LazyArray($bdc9060542264b85$var$HmtxEntry,a=>a.parent.hhea.numberOfMetrics),bearings:new LazyArray(int16,a=>a.parent.maxp.numGlyphs-a.parent.hhea.numberOfMetrics)}),$dbf51cb3d3fe409d$export$2e2bcd8739ae039=new Struct({version:int32,numGlyphs:uint16,maxPoints:uint16,maxContours:uint16,maxComponentPoints:uint16,maxComponentContours:uint16,maxZones:uint16,maxTwilightPoints:uint16,maxStorage:uint16,maxFunctionDefs:uint16,maxInstructionDefs:uint16,maxStackElements:uint16,maxSizeOfInstructions:uint16,maxComponentElements:uint16,maxComponentDepth:uint16});function $e449ad78d50845fe$export$badc544e0651b6b1(a,s,c=0){return a===1&&$e449ad78d50845fe$export$479e671907f486d1[c]?$e449ad78d50845fe$export$479e671907f486d1[c]:$e449ad78d50845fe$export$6fef87b7618bdf0b[a][s]}const $e449ad78d50845fe$var$SINGLE_BYTE_ENCODINGS=new Set(["x-mac-roman","x-mac-cyrillic","iso-8859-6","iso-8859-8"]),$e449ad78d50845fe$var$MAC_ENCODINGS={"x-mac-croatian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊©⁄€‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ","x-mac-gaelic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØḂ±≤≥ḃĊċḊḋḞḟĠġṀæøṁṖṗɼƒſṠ«»… ÀÃÕŒœ–—“”‘’ṡẛÿŸṪ€‹›Ŷŷṫ·Ỳỳ⁊ÂÊÁËÈÍÎÏÌÓÔ♣ÒÚÛÙıÝýŴŵẄẅẀẁẂẃ","x-mac-greek":"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦€ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ","x-mac-icelandic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-inuit":"ᐃᐄᐅᐆᐊᐋᐱᐲᐳᐴᐸᐹᑉᑎᑏᑐᑑᑕᑖᑦᑭᑮᑯᑰᑲᑳᒃᒋᒌᒍᒎᒐᒑ°ᒡᒥᒦ•¶ᒧ®©™ᒨᒪᒫᒻᓂᓃᓄᓅᓇᓈᓐᓯᓰᓱᓲᓴᓵᔅᓕᓖᓗᓘᓚᓛᓪᔨᔩᔪᔫᔭ… ᔮᔾᕕᕖᕗ–—“”‘’ᕘᕙᕚᕝᕆᕇᕈᕉᕋᕌᕐᕿᖀᖁᖂᖃᖄᖅᖏᖐᖑᖒᖓᖔᖕᙱᙲᙳᙴᙵᙶᖖᖠᖡᖢᖣᖤᖥᖦᕼŁł","x-mac-ce":"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ","x-mac-romanian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂȘ∞±≤≥¥µ∂∑∏π∫ªºΩăș¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›Țț‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-turkish":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙˆ˜¯˘˙˚¸˝˛ˇ"},$e449ad78d50845fe$var$encodingCache=new Map;function $e449ad78d50845fe$export$1dceb3c14ed68bee(a){let s=$e449ad78d50845fe$var$encodingCache.get(a);if(s)return s;let c=$e449ad78d50845fe$var$MAC_ENCODINGS[a];if(c){let u=new Map;for(let d=0;d<c.length;d++)u.set(c.charCodeAt(d),128+d);return $e449ad78d50845fe$var$encodingCache.set(a,u),u}if($e449ad78d50845fe$var$SINGLE_BYTE_ENCODINGS.has(a)){let u=new TextDecoder(a),d=new Uint8Array(128);for(let v=0;v<128;v++)d[v]=128+v;let p=new Map,A=u.decode(d);for(let v=0;v<128;v++)p.set(A.charCodeAt(v),128+v);return $e449ad78d50845fe$var$encodingCache.set(a,p),p}}const $e449ad78d50845fe$export$6fef87b7618bdf0b=[["utf-16be","utf-16be","utf-16be","utf-16be","utf-16be","utf-16be","utf-16be"],["x-mac-roman","shift-jis","big5","euc-kr","iso-8859-6","iso-8859-8","x-mac-greek","x-mac-cyrillic","x-mac-symbol","x-mac-devanagari","x-mac-gurmukhi","x-mac-gujarati","Oriya","Bengali","Tamil","Telugu","Kannada","Malayalam","Sinhalese","Burmese","Khmer","iso-8859-11","Laotian","Georgian","Armenian","gbk","Tibetan","Mongolian","Geez","x-mac-ce","Vietnamese","Sindhi"],["ascii",null,"iso-8859-1"],["symbol","utf-16be","shift-jis","gb18030","big5","euc-kr","johab",null,null,null,"utf-16be"]],$e449ad78d50845fe$export$479e671907f486d1={15:"x-mac-icelandic",17:"x-mac-turkish",18:"x-mac-croatian",24:"x-mac-ce",25:"x-mac-ce",26:"x-mac-ce",27:"x-mac-ce",28:"x-mac-ce",30:"x-mac-icelandic",37:"x-mac-romanian",38:"x-mac-ce",39:"x-mac-ce",40:"x-mac-ce",143:"x-mac-inuit",146:"x-mac-gaelic"},$e449ad78d50845fe$export$2092376fd002e13=[[],{0:"en",30:"fo",60:"ks",90:"rw",1:"fr",31:"fa",61:"ku",91:"rn",2:"de",32:"ru",62:"sd",92:"ny",3:"it",33:"zh",63:"bo",93:"mg",4:"nl",34:"nl-BE",64:"ne",94:"eo",5:"sv",35:"ga",65:"sa",128:"cy",6:"es",36:"sq",66:"mr",129:"eu",7:"da",37:"ro",67:"bn",130:"ca",8:"pt",38:"cz",68:"as",131:"la",9:"no",39:"sk",69:"gu",132:"qu",10:"he",40:"si",70:"pa",133:"gn",11:"ja",41:"yi",71:"or",134:"ay",12:"ar",42:"sr",72:"ml",135:"tt",13:"fi",43:"mk",73:"kn",136:"ug",14:"el",44:"bg",74:"ta",137:"dz",15:"is",45:"uk",75:"te",138:"jv",16:"mt",46:"be",76:"si",139:"su",17:"tr",47:"uz",77:"my",140:"gl",18:"hr",48:"kk",78:"km",141:"af",19:"zh-Hant",49:"az-Cyrl",79:"lo",142:"br",20:"ur",50:"az-Arab",80:"vi",143:"iu",21:"hi",51:"hy",81:"id",144:"gd",22:"th",52:"ka",82:"tl",145:"gv",23:"ko",53:"mo",83:"ms",146:"ga",24:"lt",54:"ky",84:"ms-Arab",147:"to",25:"pl",55:"tg",85:"am",148:"el-polyton",26:"hu",56:"tk",86:"ti",149:"kl",27:"es",57:"mn-CN",87:"om",150:"az",28:"lv",58:"mn",88:"so",151:"nn",29:"se",59:"ps",89:"sw"},[],{1078:"af",16393:"en-IN",1159:"rw",1074:"tn",1052:"sq",6153:"en-IE",1089:"sw",1115:"si",1156:"gsw",8201:"en-JM",1111:"kok",1051:"sk",1118:"am",17417:"en-MY",1042:"ko",1060:"sl",5121:"ar-DZ",5129:"en-NZ",1088:"ky",11274:"es-AR",15361:"ar-BH",13321:"en-PH",1108:"lo",16394:"es-BO",3073:"ar",18441:"en-SG",1062:"lv",13322:"es-CL",2049:"ar-IQ",7177:"en-ZA",1063:"lt",9226:"es-CO",11265:"ar-JO",11273:"en-TT",2094:"dsb",5130:"es-CR",13313:"ar-KW",2057:"en-GB",1134:"lb",7178:"es-DO",12289:"ar-LB",1033:"en",1071:"mk",12298:"es-EC",4097:"ar-LY",12297:"en-ZW",2110:"ms-BN",17418:"es-SV",6145:"ary",1061:"et",1086:"ms",4106:"es-GT",8193:"ar-OM",1080:"fo",1100:"ml",18442:"es-HN",16385:"ar-QA",1124:"fil",1082:"mt",2058:"es-MX",1025:"ar-SA",1035:"fi",1153:"mi",19466:"es-NI",10241:"ar-SY",2060:"fr-BE",1146:"arn",6154:"es-PA",7169:"aeb",3084:"fr-CA",1102:"mr",15370:"es-PY",14337:"ar-AE",1036:"fr",1148:"moh",10250:"es-PE",9217:"ar-YE",5132:"fr-LU",1104:"mn",20490:"es-PR",1067:"hy",6156:"fr-MC",2128:"mn-CN",3082:"es",1101:"as",4108:"fr-CH",1121:"ne",1034:"es",2092:"az-Cyrl",1122:"fy",1044:"nb",21514:"es-US",1068:"az",1110:"gl",2068:"nn",14346:"es-UY",1133:"ba",1079:"ka",1154:"oc",8202:"es-VE",1069:"eu",3079:"de-AT",1096:"or",2077:"sv-FI",1059:"be",1031:"de",1123:"ps",1053:"sv",2117:"bn",5127:"de-LI",1045:"pl",1114:"syr",1093:"bn-IN",4103:"de-LU",1046:"pt",1064:"tg",8218:"bs-Cyrl",2055:"de-CH",2070:"pt-PT",2143:"tzm",5146:"bs",1032:"el",1094:"pa",1097:"ta",1150:"br",1135:"kl",1131:"qu-BO",1092:"tt",1026:"bg",1095:"gu",2155:"qu-EC",1098:"te",1027:"ca",1128:"ha",3179:"qu",1054:"th",3076:"zh-HK",1037:"he",1048:"ro",1105:"bo",5124:"zh-MO",1081:"hi",1047:"rm",1055:"tr",2052:"zh",1038:"hu",1049:"ru",1090:"tk",4100:"zh-SG",1039:"is",9275:"smn",1152:"ug",1028:"zh-TW",1136:"ig",4155:"smj-NO",1058:"uk",1155:"co",1057:"id",5179:"smj",1070:"hsb",1050:"hr",1117:"iu",3131:"se-FI",1056:"ur",4122:"hr-BA",2141:"iu-Latn",1083:"se",2115:"uz-Cyrl",1029:"cs",2108:"ga",2107:"se-SE",1091:"uz",1030:"da",1076:"xh",8251:"sms",1066:"vi",1164:"prs",1077:"zu",6203:"sma-NO",1106:"cy",1125:"dv",1040:"it",7227:"sms",1160:"wo",2067:"nl-BE",2064:"it-CH",1103:"sa",1157:"sah",1043:"nl",1041:"ja",7194:"sr-Cyrl-BA",1144:"ii",3081:"en-AU",1099:"kn",3098:"sr",1130:"yo",10249:"en-BZ",1087:"kk",6170:"sr-Latn-BA",4105:"en-CA",1107:"km",2074:"sr-Latn",9225:"en-029",1158:"quc",1132:"nso"}];let $2bcf221753ec8e32$var$NameRecord=new Struct({platformID:uint16,encodingID:uint16,languageID:uint16,nameID:uint16,length:uint16,string:new Pointer(uint16,new StringT("length",a=>$e449ad78d50845fe$export$badc544e0651b6b1(a.platformID,a.encodingID,a.languageID)),{type:"parent",relativeTo:a=>a.parent.stringOffset,allowNull:!1})}),$2bcf221753ec8e32$var$LangTagRecord=new Struct({length:uint16,tag:new Pointer(uint16,new StringT("length","utf16be"),{type:"parent",relativeTo:a=>a.stringOffset})});var $2bcf221753ec8e32$var$NameTable=new VersionedStruct(uint16,{0:{count:uint16,stringOffset:uint16,records:new ArrayT($2bcf221753ec8e32$var$NameRecord,"count")},1:{count:uint16,stringOffset:uint16,records:new ArrayT($2bcf221753ec8e32$var$NameRecord,"count"),langTagCount:uint16,langTags:new ArrayT($2bcf221753ec8e32$var$LangTagRecord,"langTagCount")}}),$2bcf221753ec8e32$export$2e2bcd8739ae039=$2bcf221753ec8e32$var$NameTable;const $2bcf221753ec8e32$var$NAMES=["copyright","fontFamily","fontSubfamily","uniqueSubfamily","fullName","version","postscriptName","trademark","manufacturer","designer","description","vendorURL","designerURL","license","licenseURL",null,"preferredFamily","preferredSubfamily","compatibleFull","sampleText","postscriptCIDFontName","wwsFamilyName","wwsSubfamilyName"];$2bcf221753ec8e32$var$NameTable.process=function(a){var s={};for(let c of this.records){let u=$e449ad78d50845fe$export$2092376fd002e13[c.platformID][c.languageID];u==null&&this.langTags!=null&&c.languageID>=32768&&(u=this.langTags[c.languageID-32768].tag),u==null&&(u=c.platformID+"-"+c.languageID);let d=c.nameID>=256?"fontFeatures":$2bcf221753ec8e32$var$NAMES[c.nameID]||c.nameID;s[d]==null&&(s[d]={});let p=s[d];c.nameID>=256&&(p=p[c.nameID]||(p[c.nameID]={})),(typeof c.string=="string"||typeof p[u]!="string")&&(p[u]=c.string)}this.records=s},$2bcf221753ec8e32$var$NameTable.preEncode=function(){if(Array.isArray(this.records))return;this.version=0;let a=[];for(let s in this.records){let c=this.records[s];s!=="fontFeatures"&&(a.push({platformID:3,encodingID:1,languageID:1033,nameID:$2bcf221753ec8e32$var$NAMES.indexOf(s),length:c.en.length*2,string:c.en}),s==="postscriptName"&&a.push({platformID:1,encodingID:0,languageID:0,nameID:$2bcf221753ec8e32$var$NAMES.indexOf(s),length:c.en.length,string:c.en}))}this.records=a,this.count=a.length,this.stringOffset=$2bcf221753ec8e32$var$NameTable.size(this,null,!1)};var $84b272aa31b70606$var$OS2=new VersionedStruct(uint16,{header:{xAvgCharWidth:int16,usWeightClass:uint16,usWidthClass:uint16,fsType:new Bitfield(uint16,[null,"noEmbedding","viewOnly","editable",null,null,null,null,"noSubsetting","bitmapOnly"]),ySubscriptXSize:int16,ySubscriptYSize:int16,ySubscriptXOffset:int16,ySubscriptYOffset:int16,ySuperscriptXSize:int16,ySuperscriptYSize:int16,ySuperscriptXOffset:int16,ySuperscriptYOffset:int16,yStrikeoutSize:int16,yStrikeoutPosition:int16,sFamilyClass:int16,panose:new ArrayT(uint8,10),ulCharRange:new ArrayT(uint32,4),vendorID:new StringT(4),fsSelection:new Bitfield(uint16,["italic","underscore","negative","outlined","strikeout","bold","regular","useTypoMetrics","wws","oblique"]),usFirstCharIndex:uint16,usLastCharIndex:uint16},0:{},1:{typoAscender:int16,typoDescender:int16,typoLineGap:int16,winAscent:uint16,winDescent:uint16,codePageRange:new ArrayT(uint32,2)},2:{typoAscender:int16,typoDescender:int16,typoLineGap:int16,winAscent:uint16,winDescent:uint16,codePageRange:new ArrayT(uint32,2),xHeight:int16,capHeight:int16,defaultChar:uint16,breakChar:uint16,maxContent:uint16},5:{typoAscender:int16,typoDescender:int16,typoLineGap:int16,winAscent:uint16,winDescent:uint16,codePageRange:new ArrayT(uint32,2),xHeight:int16,capHeight:int16,defaultChar:uint16,breakChar:uint16,maxContent:uint16,usLowerOpticalPointSize:uint16,usUpperOpticalPointSize:uint16}});let $84b272aa31b70606$var$versions=$84b272aa31b70606$var$OS2.versions;$84b272aa31b70606$var$versions[3]=$84b272aa31b70606$var$versions[4]=$84b272aa31b70606$var$versions[2];var $84b272aa31b70606$export$2e2bcd8739ae039=$84b272aa31b70606$var$OS2,$32d9e2eb9565d93c$export$2e2bcd8739ae039=new VersionedStruct(fixed32,{header:{italicAngle:fixed32,underlinePosition:int16,underlineThickness:int16,isFixedPitch:uint32,minMemType42:uint32,maxMemType42:uint32,minMemType1:uint32,maxMemType1:uint32},1:{},2:{numberOfGlyphs:uint16,glyphNameIndex:new ArrayT(uint16,"numberOfGlyphs"),names:new ArrayT(new StringT(uint8))},2.5:{numberOfGlyphs:uint16,offsets:new ArrayT(uint8,"numberOfGlyphs")},3:{},4:{map:new ArrayT(uint32,a=>a.parent.maxp.numGlyphs)}}),$5202bd9d9ad8eaac$export$2e2bcd8739ae039=new Struct({controlValues:new ArrayT(int16)}),$5c0f37ca5ffb1850$export$2e2bcd8739ae039=new Struct({instructions:new ArrayT(uint8)});let $2b2b260902b1c57e$var$loca=new VersionedStruct("head.indexToLocFormat",{0:{offsets:new ArrayT(uint16)},1:{offsets:new ArrayT(uint32)}});$2b2b260902b1c57e$var$loca.process=function(){if(this.version===0&&!this._processed){for(let a=0;a<this.offsets.length;a++)this.offsets[a]<<=1;this._processed=!0}},$2b2b260902b1c57e$var$loca.preEncode=function(){if(this.version===0&&this._processed!==!1){for(let a=0;a<this.offsets.length;a++)this.offsets[a]>>>=1;this._processed=!1}};var $2b2b260902b1c57e$export$2e2bcd8739ae039=$2b2b260902b1c57e$var$loca,$7afb878c7bea4f66$export$2e2bcd8739ae039=new Struct({controlValueProgram:new ArrayT(uint8)}),$6c92b6371bce8bd9$export$2e2bcd8739ae039=new ArrayT(new BufferT);class $43e9821ef3717eec$export$2e2bcd8739ae039{getCFFVersion(s){for(;s&&!s.hdrSize;)s=s.parent;return s?s.version:-1}decode(s,c){let d=this.getCFFVersion(c)>=2?s.readUInt32BE():s.readUInt16BE();if(d===0)return[];let p=s.readUInt8(),A;if(p===1)A=uint8;else if(p===2)A=uint16;else if(p===3)A=uint24;else if(p===4)A=uint32;else throw new Error(`Bad offset size in CFFIndex: ${p} ${s.pos}`);let v=[],b=s.pos+(d+1)*p-1,g=A.decode(s);for(let x=0;x<d;x++){let y=A.decode(s);if(this.type!=null){let f=s.pos;s.pos=b+g,c.length=y-g,v.push(this.type.decode(s,c)),s.pos=f}else v.push({offset:b+g,length:y-g});g=y}return s.pos=b+g,v}size(s,c){let u=2;if(s.length===0)return u;let d=this.type||new BufferT,p=1;for(let v=0;v<s.length;v++){let b=s[v];p+=d.size(b,c)}let A;if(p<=255)A=uint8;else if(p<=65535)A=uint16;else if(p<=16777215)A=uint24;else if(p<=4294967295)A=uint32;else throw new Error("Bad offset in CFFIndex");return u+=1+A.size()*(s.length+1),u+=p-1,u}encode(s,c,u){if(s.writeUInt16BE(c.length),c.length===0)return;let d=this.type||new BufferT,p=[],A=1;for(let b of c){let g=d.size(b,u);p.push(g),A+=g}let v;if(A<=255)v=uint8;else if(A<=65535)v=uint16;else if(A<=16777215)v=uint24;else if(A<=4294967295)v=uint32;else throw new Error("Bad offset in CFFIndex");s.writeUInt8(v.size()),A=1,v.encode(s,A);for(let b of p)A+=b,v.encode(s,A);for(let b of c)d.encode(s,b,u)}constructor(s){this.type=s}}const $c2d28e92708f99da$var$FLOAT_EOF=15,$c2d28e92708f99da$var$FLOAT_LOOKUP=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"],$c2d28e92708f99da$var$FLOAT_ENCODE_LOOKUP={".":10,E:11,"E-":12,"-":14};class $c2d28e92708f99da$export$2e2bcd8739ae039{static decode(s,c){if(32<=c&&c<=246)return c-139;if(247<=c&&c<=250)return(c-247)*256+s.readUInt8()+108;if(251<=c&&c<=254)return-(c-251)*256-s.readUInt8()-108;if(c===28)return s.readInt16BE();if(c===29)return s.readInt32BE();if(c===30){let u="";for(;;){let d=s.readUInt8(),p=d>>4;if(p===$c2d28e92708f99da$var$FLOAT_EOF)break;u+=$c2d28e92708f99da$var$FLOAT_LOOKUP[p];let A=d&15;if(A===$c2d28e92708f99da$var$FLOAT_EOF)break;u+=$c2d28e92708f99da$var$FLOAT_LOOKUP[A]}return parseFloat(u)}return null}static size(s){if(s.forceLarge&&(s=32768),(s|0)!==s){let c=""+s;return 1+Math.ceil((c.length+1)/2)}else return-107<=s&&s<=107?1:108<=s&&s<=1131||-1131<=s&&s<=-108?2:-32768<=s&&s<=32767?3:5}static encode(s,c){let u=Number(c);if(c.forceLarge)return s.writeUInt8(29),s.writeInt32BE(u);if((u|0)!==u){s.writeUInt8(30);let p=""+u;for(let A=0;A<p.length;A+=2){let v=p[A],b=$c2d28e92708f99da$var$FLOAT_ENCODE_LOOKUP[v]||+v;if(A===p.length-1)var d=$c2d28e92708f99da$var$FLOAT_EOF;else{let g=p[A+1];var d=$c2d28e92708f99da$var$FLOAT_ENCODE_LOOKUP[g]||+g}s.writeUInt8(b<<4|d&15)}if(d!==$c2d28e92708f99da$var$FLOAT_EOF)return s.writeUInt8($c2d28e92708f99da$var$FLOAT_EOF<<4)}else return-107<=u&&u<=107?s.writeUInt8(u+139):108<=u&&u<=1131?(u-=108,s.writeUInt8((u>>8)+247),s.writeUInt8(u&255)):-1131<=u&&u<=-108?(u=-u-108,s.writeUInt8((u>>8)+251),s.writeUInt8(u&255)):-32768<=u&&u<=32767?(s.writeUInt8(28),s.writeInt16BE(u)):(s.writeUInt8(29),s.writeInt32BE(u))}}class $61aa549f16d58b9b$export$2e2bcd8739ae039{decodeOperands(s,c,u,d){if(Array.isArray(s))return d.map((p,A)=>this.decodeOperands(s[A],c,u,[p]));if(s.decode!=null)return s.decode(c,u,d);switch(s){case"number":case"offset":case"sid":return d[0];case"boolean":return!!d[0];default:return d}}encodeOperands(s,c,u,d){return Array.isArray(s)?d.map((p,A)=>this.encodeOperands(s[A],c,u,p)[0]):s.encode!=null?s.encode(c,d,u):typeof d=="number"?[d]:typeof d=="boolean"?[+d]:Array.isArray(d)?d:[d]}decode(s,c){let u=s.pos+c.length,d={},p=[];Object.defineProperties(d,{parent:{value:c},_startOffset:{value:s.pos}});for(let A in this.fields){let v=this.fields[A];d[v[1]]=v[3]}for(;s.pos<u;){let A=s.readUInt8();if(A<28){A===12&&(A=A<<8|s.readUInt8());let v=this.fields[A];if(!v)throw new Error(`Unknown operator ${A}`);let b=this.decodeOperands(v[2],s,d,p);b!=null&&(b instanceof PropertyDescriptor?Object.defineProperty(d,v[1],b):d[v[1]]=b),p=[]}else p.push($c2d28e92708f99da$export$2e2bcd8739ae039.decode(s,A))}return d}size(s,c,u=!0){let d={parent:c,val:s,pointerSize:0,startOffset:c.startOffset||0},p=0;for(let A in this.fields){let v=this.fields[A],b=s[v[1]];if(b==null||$6uUbQ$fastdeepequal(b,v[3]))continue;let g=this.encodeOperands(v[2],null,d,b);for(let y of g)p+=$c2d28e92708f99da$export$2e2bcd8739ae039.size(y);let x=Array.isArray(v[0])?v[0]:[v[0]];p+=x.length}return u&&(p+=d.pointerSize),p}encode(s,c,u){let d={pointers:[],startOffset:s.pos,parent:u,val:c,pointerSize:0};d.pointerOffset=s.pos+this.size(c,d,!1);for(let A of this.ops){let v=c[A[1]];if(v==null||$6uUbQ$fastdeepequal(v,A[3]))continue;let b=this.encodeOperands(A[2],s,d,v);for(let x of b)$c2d28e92708f99da$export$2e2bcd8739ae039.encode(s,x);let g=Array.isArray(A[0])?A[0]:[A[0]];for(let x of g)s.writeUInt8(x)}let p=0;for(;p<d.pointers.length;){let A=d.pointers[p++];A.type.encode(s,A.val,A.parent)}}constructor(s=[]){this.ops=s,this.fields={};for(let c of s){let u=Array.isArray(c[0])?c[0][0]<<8|c[0][1]:c[0];this.fields[u]=c}}}class $0e34a43d05bde82c$export$2e2bcd8739ae039 extends Pointer{decode(s,c,u){return this.offsetType={decode:()=>u[0]},super.decode(s,c,u)}encode(s,c,u){if(!s)return this.offsetType={size:()=>0},this.size(c,u),[new $0e34a43d05bde82c$var$Ptr(0)];let d=null;return this.offsetType={encode:(p,A)=>d=A},super.encode(s,c,u),[new $0e34a43d05bde82c$var$Ptr(d)]}constructor(s,c={}){c.type==null&&(c.type="global"),super(null,s,c)}}class $0e34a43d05bde82c$var$Ptr{valueOf(){return this.val}constructor(s){this.val=s,this.forceLarge=!0}}class $6d59db2e29cc77b3$var$CFFBlendOp{static decode(s,c,u){let d=u.pop();for(;u.length>d;)u.pop()}}var $6d59db2e29cc77b3$export$2e2bcd8739ae039=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[6,"BlueValues","delta",null],[7,"OtherBlues","delta",null],[8,"FamilyBlues","delta",null],[9,"FamilyOtherBlues","delta",null],[[12,9],"BlueScale","number",.039625],[[12,10],"BlueShift","number",7],[[12,11],"BlueFuzz","number",1],[10,"StdHW","number",null],[11,"StdVW","number",null],[[12,12],"StemSnapH","delta",null],[[12,13],"StemSnapV","delta",null],[[12,14],"ForceBold","boolean",!1],[[12,17],"LanguageGroup","number",0],[[12,18],"ExpansionFactor","number",.06],[[12,19],"initialRandomSeed","number",0],[20,"defaultWidthX","number",0],[21,"nominalWidthX","number",0],[22,"vsindex","number",0],[23,"blend",$6d59db2e29cc77b3$var$CFFBlendOp,null],[19,"Subrs",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039,{type:"local"}),null]]),$229224aec43783c5$export$2e2bcd8739ae039=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"];let $bc0433d9b7e41f5f$export$dee0027060fa13bd=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],$bc0433d9b7e41f5f$export$4f58f497e14a53c3=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],$ef658f5c9a1488b2$export$c33b50336c234f16=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron"],$ef658f5c9a1488b2$export$3ed0f9e1fee8d489=[".notdef","space","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],$ef658f5c9a1488b2$export$dc28be11139d4120=[".notdef","space","dollaroldstyle","dollarsuperior","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","hyphensuperior","colonmonetary","onefitted","rupiah","centoldstyle","figuredash","hypheninferior","onequarter","onehalf","threequarters","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior"],$7cbbe4e24ef3cb75$var$LangSysTable=new Struct({reserved:new Reserved(uint16),reqFeatureIndex:uint16,featureCount:uint16,featureIndexes:new ArrayT(uint16,"featureCount")}),$7cbbe4e24ef3cb75$var$LangSysRecord=new Struct({tag:new StringT(4),langSys:new Pointer(uint16,$7cbbe4e24ef3cb75$var$LangSysTable,{type:"parent"})}),$7cbbe4e24ef3cb75$var$Script=new Struct({defaultLangSys:new Pointer(uint16,$7cbbe4e24ef3cb75$var$LangSysTable),count:uint16,langSysRecords:new ArrayT($7cbbe4e24ef3cb75$var$LangSysRecord,"count")}),$7cbbe4e24ef3cb75$var$ScriptRecord=new Struct({tag:new StringT(4),script:new Pointer(uint16,$7cbbe4e24ef3cb75$var$Script,{type:"parent"})}),$7cbbe4e24ef3cb75$export$3e15fc05ce864229=new ArrayT($7cbbe4e24ef3cb75$var$ScriptRecord,uint16),$7cbbe4e24ef3cb75$var$FeatureParams=new Struct({version:uint16,nameID:uint16}),$7cbbe4e24ef3cb75$export$6e91cf7616333d5=new Struct({featureParams:new Pointer(uint16,$7cbbe4e24ef3cb75$var$FeatureParams),lookupCount:uint16,lookupListIndexes:new ArrayT(uint16,"lookupCount")}),$7cbbe4e24ef3cb75$var$FeatureRecord=new Struct({tag:new StringT(4),feature:new Pointer(uint16,$7cbbe4e24ef3cb75$export$6e91cf7616333d5,{type:"parent"})}),$7cbbe4e24ef3cb75$export$aa18130def4b6cb4=new ArrayT($7cbbe4e24ef3cb75$var$FeatureRecord,uint16),$7cbbe4e24ef3cb75$var$LookupFlags=new Struct({markAttachmentType:uint8,flags:new Bitfield(uint8,["rightToLeft","ignoreBaseGlyphs","ignoreLigatures","ignoreMarks","useMarkFilteringSet"])});function $7cbbe4e24ef3cb75$export$df0008c6ff2da22a(a){let s=new Struct({lookupType:uint16,flags:$7cbbe4e24ef3cb75$var$LookupFlags,subTableCount:uint16,subTables:new ArrayT(new Pointer(uint16,a),"subTableCount"),markFilteringSet:new Optional(uint16,c=>c.flags.flags.useMarkFilteringSet)});return new LazyArray(new Pointer(uint16,s),uint16)}let $7cbbe4e24ef3cb75$var$RangeRecord=new Struct({start:uint16,end:uint16,startCoverageIndex:uint16}),$7cbbe4e24ef3cb75$export$17608c3f81a6111=new VersionedStruct(uint16,{1:{glyphCount:uint16,glyphs:new ArrayT(uint16,"glyphCount")},2:{rangeCount:uint16,rangeRecords:new ArrayT($7cbbe4e24ef3cb75$var$RangeRecord,"rangeCount")}}),$7cbbe4e24ef3cb75$var$ClassRangeRecord=new Struct({start:uint16,end:uint16,class:uint16}),$7cbbe4e24ef3cb75$export$843d551fbbafef71=new VersionedStruct(uint16,{1:{startGlyph:uint16,glyphCount:uint16,classValueArray:new ArrayT(uint16,"glyphCount")},2:{classRangeCount:uint16,classRangeRecord:new ArrayT($7cbbe4e24ef3cb75$var$ClassRangeRecord,"classRangeCount")}}),$7cbbe4e24ef3cb75$export$8215d14a63d9fb10=new Struct({a:uint16,b:uint16,deltaFormat:uint16}),$7cbbe4e24ef3cb75$var$LookupRecord=new Struct({sequenceIndex:uint16,lookupListIndex:uint16}),$7cbbe4e24ef3cb75$var$Rule=new Struct({glyphCount:uint16,lookupCount:uint16,input:new ArrayT(uint16,a=>a.glyphCount-1),lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}),$7cbbe4e24ef3cb75$var$RuleSet=new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$Rule),uint16),$7cbbe4e24ef3cb75$var$ClassRule=new Struct({glyphCount:uint16,lookupCount:uint16,classes:new ArrayT(uint16,a=>a.glyphCount-1),lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}),$7cbbe4e24ef3cb75$var$ClassSet=new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ClassRule),uint16),$7cbbe4e24ef3cb75$export$841858b892ce1f4c=new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),ruleSetCount:uint16,ruleSets:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$RuleSet),"ruleSetCount")},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),classSetCnt:uint16,classSet:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ClassSet),"classSetCnt")},3:{glyphCount:uint16,lookupCount:uint16,coverages:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"glyphCount"),lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}}),$7cbbe4e24ef3cb75$var$ChainRule=new Struct({backtrackGlyphCount:uint16,backtrack:new ArrayT(uint16,"backtrackGlyphCount"),inputGlyphCount:uint16,input:new ArrayT(uint16,a=>a.inputGlyphCount-1),lookaheadGlyphCount:uint16,lookahead:new ArrayT(uint16,"lookaheadGlyphCount"),lookupCount:uint16,lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}),$7cbbe4e24ef3cb75$var$ChainRuleSet=new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ChainRule),uint16),$7cbbe4e24ef3cb75$export$5e6d09e6861162f6=new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),chainCount:uint16,chainRuleSets:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ChainRuleSet),"chainCount")},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),backtrackClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),inputClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),lookaheadClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),chainCount:uint16,chainClassSet:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$var$ChainRuleSet),"chainCount")},3:{backtrackGlyphCount:uint16,backtrackCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"backtrackGlyphCount"),inputGlyphCount:uint16,inputCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"inputGlyphCount"),lookaheadGlyphCount:uint16,lookaheadCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"lookaheadGlyphCount"),lookupCount:uint16,lookupRecords:new ArrayT($7cbbe4e24ef3cb75$var$LookupRecord,"lookupCount")}}),$1a47b0c45c1c22fe$var$F2DOT14=new Fixed(16,"BE",14),$1a47b0c45c1c22fe$var$RegionAxisCoordinates=new Struct({startCoord:$1a47b0c45c1c22fe$var$F2DOT14,peakCoord:$1a47b0c45c1c22fe$var$F2DOT14,endCoord:$1a47b0c45c1c22fe$var$F2DOT14}),$1a47b0c45c1c22fe$var$VariationRegionList=new Struct({axisCount:uint16,regionCount:uint16,variationRegions:new ArrayT(new ArrayT($1a47b0c45c1c22fe$var$RegionAxisCoordinates,"axisCount"),"regionCount")}),$1a47b0c45c1c22fe$var$DeltaSet=new Struct({shortDeltas:new ArrayT(int16,a=>a.parent.shortDeltaCount),regionDeltas:new ArrayT(int8,a=>a.parent.regionIndexCount-a.parent.shortDeltaCount),deltas:a=>a.shortDeltas.concat(a.regionDeltas)}),$1a47b0c45c1c22fe$var$ItemVariationData=new Struct({itemCount:uint16,shortDeltaCount:uint16,regionIndexCount:uint16,regionIndexes:new ArrayT(uint16,"regionIndexCount"),deltaSets:new ArrayT($1a47b0c45c1c22fe$var$DeltaSet,"itemCount")}),$1a47b0c45c1c22fe$export$fe1b122a2710f241=new Struct({format:uint16,variationRegionList:new Pointer(uint32,$1a47b0c45c1c22fe$var$VariationRegionList),variationDataCount:uint16,itemVariationData:new ArrayT(new Pointer(uint32,$1a47b0c45c1c22fe$var$ItemVariationData),"variationDataCount")}),$1a47b0c45c1c22fe$var$ConditionTable=new VersionedStruct(uint16,{1:{axisIndex:uint16,axisIndex:uint16,filterRangeMinValue:$1a47b0c45c1c22fe$var$F2DOT14,filterRangeMaxValue:$1a47b0c45c1c22fe$var$F2DOT14}}),$1a47b0c45c1c22fe$var$ConditionSet=new Struct({conditionCount:uint16,conditionTable:new ArrayT(new Pointer(uint32,$1a47b0c45c1c22fe$var$ConditionTable),"conditionCount")}),$1a47b0c45c1c22fe$var$FeatureTableSubstitutionRecord=new Struct({featureIndex:uint16,alternateFeatureTable:new Pointer(uint32,$7cbbe4e24ef3cb75$export$6e91cf7616333d5,{type:"parent"})}),$1a47b0c45c1c22fe$var$FeatureTableSubstitution=new Struct({version:fixed32,substitutionCount:uint16,substitutions:new ArrayT($1a47b0c45c1c22fe$var$FeatureTableSubstitutionRecord,"substitutionCount")}),$1a47b0c45c1c22fe$var$FeatureVariationRecord=new Struct({conditionSet:new Pointer(uint32,$1a47b0c45c1c22fe$var$ConditionSet,{type:"parent"}),featureTableSubstitution:new Pointer(uint32,$1a47b0c45c1c22fe$var$FeatureTableSubstitution,{type:"parent"})}),$1a47b0c45c1c22fe$export$441b70b7971dd419=new Struct({majorVersion:uint16,minorVersion:uint16,featureVariationRecordCount:uint32,featureVariationRecords:new ArrayT($1a47b0c45c1c22fe$var$FeatureVariationRecord,"featureVariationRecordCount")});class $b84fd3dd9d8eddb2$var$PredefinedOp{decode(s,c,u){return this.predefinedOps[u[0]]?this.predefinedOps[u[0]]:this.type.decode(s,c,u)}size(s,c){return this.type.size(s,c)}encode(s,c,u){let d=this.predefinedOps.indexOf(c);return d!==-1?d:this.type.encode(s,c,u)}constructor(s,c){this.predefinedOps=s,this.type=c}}class $b84fd3dd9d8eddb2$var$CFFEncodingVersion extends NumberT{decode(s){return uint8.decode(s)&127}constructor(){super("UInt8")}}let $b84fd3dd9d8eddb2$var$Range1=new Struct({first:uint16,nLeft:uint8}),$b84fd3dd9d8eddb2$var$Range2=new Struct({first:uint16,nLeft:uint16}),$b84fd3dd9d8eddb2$var$CFFCustomEncoding=new VersionedStruct(new $b84fd3dd9d8eddb2$var$CFFEncodingVersion,{0:{nCodes:uint8,codes:new ArrayT(uint8,"nCodes")},1:{nRanges:uint8,ranges:new ArrayT($b84fd3dd9d8eddb2$var$Range1,"nRanges")}}),$b84fd3dd9d8eddb2$var$CFFEncoding=new $b84fd3dd9d8eddb2$var$PredefinedOp([$bc0433d9b7e41f5f$export$dee0027060fa13bd,$bc0433d9b7e41f5f$export$4f58f497e14a53c3],new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$CFFCustomEncoding,{lazy:!0}));class $b84fd3dd9d8eddb2$var$RangeArray extends ArrayT{decode(s,c){let u=resolveLength(this.length,s,c),d=0,p=[];for(;d<u;){let A=this.type.decode(s,c);A.offset=d,d+=A.nLeft+1,p.push(A)}return p}}let $b84fd3dd9d8eddb2$var$CFFCustomCharset=new VersionedStruct(uint8,{0:{glyphs:new ArrayT(uint16,a=>a.parent.CharStrings.length-1)},1:{ranges:new $b84fd3dd9d8eddb2$var$RangeArray($b84fd3dd9d8eddb2$var$Range1,a=>a.parent.CharStrings.length-1)},2:{ranges:new $b84fd3dd9d8eddb2$var$RangeArray($b84fd3dd9d8eddb2$var$Range2,a=>a.parent.CharStrings.length-1)}}),$b84fd3dd9d8eddb2$var$CFFCharset=new $b84fd3dd9d8eddb2$var$PredefinedOp([$ef658f5c9a1488b2$export$c33b50336c234f16,$ef658f5c9a1488b2$export$3ed0f9e1fee8d489,$ef658f5c9a1488b2$export$dc28be11139d4120],new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$CFFCustomCharset,{lazy:!0})),$b84fd3dd9d8eddb2$var$FDRange3=new Struct({first:uint16,fd:uint8}),$b84fd3dd9d8eddb2$var$FDRange4=new Struct({first:uint32,fd:uint16}),$b84fd3dd9d8eddb2$var$FDSelect=new VersionedStruct(uint8,{0:{fds:new ArrayT(uint8,a=>a.parent.CharStrings.length)},3:{nRanges:uint16,ranges:new ArrayT($b84fd3dd9d8eddb2$var$FDRange3,"nRanges"),sentinel:uint16},4:{nRanges:uint32,ranges:new ArrayT($b84fd3dd9d8eddb2$var$FDRange4,"nRanges"),sentinel:uint32}}),$b84fd3dd9d8eddb2$var$ptr=new $0e34a43d05bde82c$export$2e2bcd8739ae039($6d59db2e29cc77b3$export$2e2bcd8739ae039);class $b84fd3dd9d8eddb2$var$CFFPrivateOp{decode(s,c,u){return c.length=u[0],$b84fd3dd9d8eddb2$var$ptr.decode(s,c,[u[1]])}size(s,c){return[$6d59db2e29cc77b3$export$2e2bcd8739ae039.size(s,c,!1),$b84fd3dd9d8eddb2$var$ptr.size(s,c)[0]]}encode(s,c,u){return[$6d59db2e29cc77b3$export$2e2bcd8739ae039.size(c,u,!1),$b84fd3dd9d8eddb2$var$ptr.encode(s,c,u)[0]]}}let $b84fd3dd9d8eddb2$var$FontDict=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[18,"Private",new $b84fd3dd9d8eddb2$var$CFFPrivateOp,null],[[12,38],"FontName","sid",null],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[[12,5],"PaintType","number",0]]),$b84fd3dd9d8eddb2$var$CFFTopDict=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[[12,30],"ROS",["sid","sid","number"],null],[0,"version","sid",null],[1,"Notice","sid",null],[[12,0],"Copyright","sid",null],[2,"FullName","sid",null],[3,"FamilyName","sid",null],[4,"Weight","sid",null],[[12,1],"isFixedPitch","boolean",!1],[[12,2],"ItalicAngle","number",0],[[12,3],"UnderlinePosition","number",-100],[[12,4],"UnderlineThickness","number",50],[[12,5],"PaintType","number",0],[[12,6],"CharstringType","number",2],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[13,"UniqueID","number",null],[5,"FontBBox","array",[0,0,0,0]],[[12,8],"StrokeWidth","number",0],[14,"XUID","array",null],[15,"charset",$b84fd3dd9d8eddb2$var$CFFCharset,$ef658f5c9a1488b2$export$c33b50336c234f16],[16,"Encoding",$b84fd3dd9d8eddb2$var$CFFEncoding,$bc0433d9b7e41f5f$export$dee0027060fa13bd],[17,"CharStrings",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039),null],[18,"Private",new $b84fd3dd9d8eddb2$var$CFFPrivateOp,null],[[12,20],"SyntheticBase","number",null],[[12,21],"PostScript","sid",null],[[12,22],"BaseFontName","sid",null],[[12,23],"BaseFontBlend","delta",null],[[12,31],"CIDFontVersion","number",0],[[12,32],"CIDFontRevision","number",0],[[12,33],"CIDFontType","number",0],[[12,34],"CIDCount","number",8720],[[12,35],"UIDBase","number",null],[[12,37],"FDSelect",new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FDSelect),null],[[12,36],"FDArray",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FontDict)),null],[[12,38],"FontName","sid",null]]),$b84fd3dd9d8eddb2$var$VariationStore=new Struct({length:uint16,itemVariationStore:$1a47b0c45c1c22fe$export$fe1b122a2710f241}),$b84fd3dd9d8eddb2$var$CFF2TopDict=new $61aa549f16d58b9b$export$2e2bcd8739ae039([[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[17,"CharStrings",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039),null],[[12,37],"FDSelect",new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FDSelect),null],[[12,36],"FDArray",new $0e34a43d05bde82c$export$2e2bcd8739ae039(new $43e9821ef3717eec$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$FontDict)),null],[24,"vstore",new $0e34a43d05bde82c$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$VariationStore),null],[25,"maxstack","number",193]]),$b84fd3dd9d8eddb2$var$CFFTop=new VersionedStruct(fixed16,{1:{hdrSize:uint8,offSize:uint8,nameIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039(new StringT("length")),topDictIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039($b84fd3dd9d8eddb2$var$CFFTopDict),stringIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039(new StringT("length")),globalSubrIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039},2:{hdrSize:uint8,length:uint16,topDict:$b84fd3dd9d8eddb2$var$CFF2TopDict,globalSubrIndex:new $43e9821ef3717eec$export$2e2bcd8739ae039}});var $b84fd3dd9d8eddb2$export$2e2bcd8739ae039=$b84fd3dd9d8eddb2$var$CFFTop;class $822ac0d589e4e237$var$CFFFont{static decode(s){return new $822ac0d589e4e237$var$CFFFont(s)}decode(){this.stream.pos;let s=$b84fd3dd9d8eddb2$export$2e2bcd8739ae039.decode(this.stream);for(let c in s){let u=s[c];this[c]=u}if(this.version<2){if(this.topDictIndex.length!==1)throw new Error("Only a single font is allowed in CFF");this.topDict=this.topDictIndex[0]}return this.isCIDFont=this.topDict.ROS!=null,this}string(s){return this.version>=2?null:s<$229224aec43783c5$export$2e2bcd8739ae039.length?$229224aec43783c5$export$2e2bcd8739ae039[s]:this.stringIndex[s-$229224aec43783c5$export$2e2bcd8739ae039.length]}get postscriptName(){return this.version<2?this.nameIndex[0]:null}get fullName(){return this.string(this.topDict.FullName)}get familyName(){return this.string(this.topDict.FamilyName)}getCharString(s){return this.stream.pos=this.topDict.CharStrings[s].offset,this.stream.readBuffer(this.topDict.CharStrings[s].length)}getGlyphName(s){if(this.version>=2||this.isCIDFont)return null;let{charset:c}=this.topDict;if(Array.isArray(c))return c[s];if(s===0)return".notdef";switch(s-=1,c.version){case 0:return this.string(c.glyphs[s]);case 1:case 2:for(let u=0;u<c.ranges.length;u++){let d=c.ranges[u];if(d.offset<=s&&s<=d.offset+d.nLeft)return this.string(d.first+(s-d.offset))}break}return null}fdForGlyph(s){if(!this.topDict.FDSelect)return null;switch(this.topDict.FDSelect.version){case 0:return this.topDict.FDSelect.fds[s];case 3:case 4:let{ranges:c}=this.topDict.FDSelect,u=0,d=c.length-1;for(;u<=d;){let p=u+d>>1;if(s<c[p].first)d=p-1;else if(p<d&&s>=c[p+1].first)u=p+1;else return c[p].fd}default:throw new Error(`Unknown FDSelect version: ${this.topDict.FDSelect.version}`)}}privateDictForGlyph(s){if(this.topDict.FDSelect){let c=this.fdForGlyph(s);return this.topDict.FDArray[c]?this.topDict.FDArray[c].Private:null}return this.version<2?this.topDict.Private:this.topDict.FDArray[0].Private}constructor(s){this.stream=s,this.decode()}}var $822ac0d589e4e237$export$2e2bcd8739ae039=$822ac0d589e4e237$var$CFFFont;let $2bbf2bc1ce37cd8f$var$VerticalOrigin=new Struct({glyphIndex:uint16,vertOriginY:int16});var $2bbf2bc1ce37cd8f$export$2e2bcd8739ae039=new Struct({majorVersion:uint16,minorVersion:uint16,defaultVertOriginY:int16,numVertOriginYMetrics:uint16,metrics:new ArrayT($2bbf2bc1ce37cd8f$var$VerticalOrigin,"numVertOriginYMetrics")});let $0941618dc22a946d$export$16b227cb15d716a0=new Struct({height:uint8,width:uint8,horiBearingX:int8,horiBearingY:int8,horiAdvance:uint8,vertBearingX:int8,vertBearingY:int8,vertAdvance:uint8}),$0941618dc22a946d$export$62c53e75f69bfe12=new Struct({height:uint8,width:uint8,bearingX:int8,bearingY:int8,advance:uint8}),$0941618dc22a946d$var$EBDTComponent=new Struct({glyph:uint16,xOffset:int8,yOffset:int8});class $0941618dc22a946d$var$ByteAligned{}class $0941618dc22a946d$var$BitAligned{}new VersionedStruct("version",{1:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,data:$0941618dc22a946d$var$ByteAligned},2:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,data:$0941618dc22a946d$var$BitAligned},5:{data:$0941618dc22a946d$var$BitAligned},6:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,data:$0941618dc22a946d$var$ByteAligned},7:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,data:$0941618dc22a946d$var$BitAligned},8:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,pad:new Reserved(uint8),numComponents:uint16,components:new ArrayT($0941618dc22a946d$var$EBDTComponent,"numComponents")},9:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,pad:new Reserved(uint8),numComponents:uint16,components:new ArrayT($0941618dc22a946d$var$EBDTComponent,"numComponents")},17:{metrics:$0941618dc22a946d$export$62c53e75f69bfe12,dataLen:uint32,data:new BufferT("dataLen")},18:{metrics:$0941618dc22a946d$export$16b227cb15d716a0,dataLen:uint32,data:new BufferT("dataLen")},19:{dataLen:uint32,data:new BufferT("dataLen")}});let $9911c4c7201c13de$var$SBitLineMetrics=new Struct({ascender:int8,descender:int8,widthMax:uint8,caretSlopeNumerator:int8,caretSlopeDenominator:int8,caretOffset:int8,minOriginSB:int8,minAdvanceSB:int8,maxBeforeBL:int8,minAfterBL:int8,pad:new Reserved(int8,2)}),$9911c4c7201c13de$var$CodeOffsetPair=new Struct({glyphCode:uint16,offset:uint16}),$9911c4c7201c13de$var$IndexSubtable=new VersionedStruct(uint16,{header:{imageFormat:uint16,imageDataOffset:uint32},1:{offsetArray:new ArrayT(uint32,a=>a.parent.lastGlyphIndex-a.parent.firstGlyphIndex+1)},2:{imageSize:uint32,bigMetrics:$0941618dc22a946d$export$16b227cb15d716a0},3:{offsetArray:new ArrayT(uint16,a=>a.parent.lastGlyphIndex-a.parent.firstGlyphIndex+1)},4:{numGlyphs:uint32,glyphArray:new ArrayT($9911c4c7201c13de$var$CodeOffsetPair,a=>a.numGlyphs+1)},5:{imageSize:uint32,bigMetrics:$0941618dc22a946d$export$16b227cb15d716a0,numGlyphs:uint32,glyphCodeArray:new ArrayT(uint16,"numGlyphs")}}),$9911c4c7201c13de$var$IndexSubtableArray=new Struct({firstGlyphIndex:uint16,lastGlyphIndex:uint16,subtable:new Pointer(uint32,$9911c4c7201c13de$var$IndexSubtable)}),$9911c4c7201c13de$var$BitmapSizeTable=new Struct({indexSubTableArray:new Pointer(uint32,new ArrayT($9911c4c7201c13de$var$IndexSubtableArray,1),{type:"parent"}),indexTablesSize:uint32,numberOfIndexSubTables:uint32,colorRef:uint32,hori:$9911c4c7201c13de$var$SBitLineMetrics,vert:$9911c4c7201c13de$var$SBitLineMetrics,startGlyphIndex:uint16,endGlyphIndex:uint16,ppemX:uint8,ppemY:uint8,bitDepth:uint8,flags:new Bitfield(uint8,["horizontal","vertical"])});var $9911c4c7201c13de$export$2e2bcd8739ae039=new Struct({version:uint32,numSizes:uint32,sizes:new ArrayT($9911c4c7201c13de$var$BitmapSizeTable,"numSizes")});let $abb847051efd51b1$var$ImageTable=new Struct({ppem:uint16,resolution:uint16,imageOffsets:new ArrayT(new Pointer(uint32,"void"),a=>a.parent.parent.maxp.numGlyphs+1)});var $abb847051efd51b1$export$2e2bcd8739ae039=new Struct({version:uint16,flags:new Bitfield(uint16,["renderOutlines"]),numImgTables:uint32,imageTables:new ArrayT(new Pointer(uint32,$abb847051efd51b1$var$ImageTable),"numImgTables")});let $eb629188f3dfefdd$var$LayerRecord=new Struct({gid:uint16,paletteIndex:uint16}),$eb629188f3dfefdd$var$BaseGlyphRecord=new Struct({gid:uint16,firstLayerIndex:uint16,numLayers:uint16});var $eb629188f3dfefdd$export$2e2bcd8739ae039=new Struct({version:uint16,numBaseGlyphRecords:uint16,baseGlyphRecord:new Pointer(uint32,new ArrayT($eb629188f3dfefdd$var$BaseGlyphRecord,"numBaseGlyphRecords")),layerRecords:new Pointer(uint32,new ArrayT($eb629188f3dfefdd$var$LayerRecord,"numLayerRecords"),{lazy:!0}),numLayerRecords:uint16});let $08734b8e7dc64587$var$ColorRecord=new Struct({blue:uint8,green:uint8,red:uint8,alpha:uint8});var $08734b8e7dc64587$export$2e2bcd8739ae039=new VersionedStruct(uint16,{header:{numPaletteEntries:uint16,numPalettes:uint16,numColorRecords:uint16,colorRecords:new Pointer(uint32,new ArrayT($08734b8e7dc64587$var$ColorRecord,"numColorRecords")),colorRecordIndices:new ArrayT(uint16,"numPalettes")},0:{},1:{offsetPaletteTypeArray:new Pointer(uint32,new ArrayT(uint32,"numPalettes")),offsetPaletteLabelArray:new Pointer(uint32,new ArrayT(uint16,"numPalettes")),offsetPaletteEntryLabelArray:new Pointer(uint32,new ArrayT(uint16,"numPaletteEntries"))}});let $497cef411d884e34$var$BaseCoord=new VersionedStruct(uint16,{1:{coordinate:int16},2:{coordinate:int16,referenceGlyph:uint16,baseCoordPoint:uint16},3:{coordinate:int16,deviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10)}}),$497cef411d884e34$var$BaseValues=new Struct({defaultIndex:uint16,baseCoordCount:uint16,baseCoords:new ArrayT(new Pointer(uint16,$497cef411d884e34$var$BaseCoord),"baseCoordCount")}),$497cef411d884e34$var$FeatMinMaxRecord=new Struct({tag:new StringT(4),minCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord,{type:"parent"}),maxCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord,{type:"parent"})}),$497cef411d884e34$var$MinMax=new Struct({minCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord),maxCoord:new Pointer(uint16,$497cef411d884e34$var$BaseCoord),featMinMaxCount:uint16,featMinMaxRecords:new ArrayT($497cef411d884e34$var$FeatMinMaxRecord,"featMinMaxCount")}),$497cef411d884e34$var$BaseLangSysRecord=new Struct({tag:new StringT(4),minMax:new Pointer(uint16,$497cef411d884e34$var$MinMax,{type:"parent"})}),$497cef411d884e34$var$BaseScript=new Struct({baseValues:new Pointer(uint16,$497cef411d884e34$var$BaseValues),defaultMinMax:new Pointer(uint16,$497cef411d884e34$var$MinMax),baseLangSysCount:uint16,baseLangSysRecords:new ArrayT($497cef411d884e34$var$BaseLangSysRecord,"baseLangSysCount")}),$497cef411d884e34$var$BaseScriptRecord=new Struct({tag:new StringT(4),script:new Pointer(uint16,$497cef411d884e34$var$BaseScript,{type:"parent"})}),$497cef411d884e34$var$BaseScriptList=new ArrayT($497cef411d884e34$var$BaseScriptRecord,uint16),$497cef411d884e34$var$BaseTagList=new ArrayT(new StringT(4),uint16),$497cef411d884e34$var$Axis=new Struct({baseTagList:new Pointer(uint16,$497cef411d884e34$var$BaseTagList),baseScriptList:new Pointer(uint16,$497cef411d884e34$var$BaseScriptList)});var $497cef411d884e34$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{horizAxis:new Pointer(uint16,$497cef411d884e34$var$Axis),vertAxis:new Pointer(uint16,$497cef411d884e34$var$Axis)},65536:{},65537:{itemVariationStore:new Pointer(uint32,$1a47b0c45c1c22fe$export$fe1b122a2710f241)}});let $cf5f33c63ef209e6$var$AttachPoint=new ArrayT(uint16,uint16),$cf5f33c63ef209e6$var$AttachList=new Struct({coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),glyphCount:uint16,attachPoints:new ArrayT(new Pointer(uint16,$cf5f33c63ef209e6$var$AttachPoint),"glyphCount")}),$cf5f33c63ef209e6$var$CaretValue=new VersionedStruct(uint16,{1:{coordinate:int16},2:{caretValuePoint:uint16},3:{coordinate:int16,deviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10)}}),$cf5f33c63ef209e6$var$LigGlyph=new ArrayT(new Pointer(uint16,$cf5f33c63ef209e6$var$CaretValue),uint16),$cf5f33c63ef209e6$var$LigCaretList=new Struct({coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),ligGlyphCount:uint16,ligGlyphs:new ArrayT(new Pointer(uint16,$cf5f33c63ef209e6$var$LigGlyph),"ligGlyphCount")}),$cf5f33c63ef209e6$var$MarkGlyphSetsDef=new Struct({markSetTableFormat:uint16,markSetCount:uint16,coverage:new ArrayT(new Pointer(uint32,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"markSetCount")});var $cf5f33c63ef209e6$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{glyphClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),attachList:new Pointer(uint16,$cf5f33c63ef209e6$var$AttachList),ligCaretList:new Pointer(uint16,$cf5f33c63ef209e6$var$LigCaretList),markAttachClassDef:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71)},65536:{},65538:{markGlyphSetsDef:new Pointer(uint16,$cf5f33c63ef209e6$var$MarkGlyphSetsDef)},65539:{markGlyphSetsDef:new Pointer(uint16,$cf5f33c63ef209e6$var$MarkGlyphSetsDef),itemVariationStore:new Pointer(uint32,$1a47b0c45c1c22fe$export$fe1b122a2710f241)}});let $47e0e8ef515d9903$var$ValueFormat=new Bitfield(uint16,["xPlacement","yPlacement","xAdvance","yAdvance","xPlaDevice","yPlaDevice","xAdvDevice","yAdvDevice"]),$47e0e8ef515d9903$var$types={xPlacement:int16,yPlacement:int16,xAdvance:int16,yAdvance:int16,xPlaDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel}),yPlaDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel}),xAdvDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel}),yAdvDevice:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10,{type:"global",relativeTo:a=>a.rel})};class $47e0e8ef515d9903$var$ValueRecord{buildStruct(s){let c=s;for(;!c[this.key]&&c.parent;)c=c.parent;if(!c[this.key])return;let u={};u.rel=()=>c._startOffset;let d=c[this.key];for(let p in d)d[p]&&(u[p]=$47e0e8ef515d9903$var$types[p]);return new Struct(u)}size(s,c){return this.buildStruct(c).size(s,c)}decode(s,c){let u=this.buildStruct(c).decode(s,c);return delete u.rel,u}constructor(s="valueFormat"){this.key=s}}let $47e0e8ef515d9903$var$PairValueRecord=new Struct({secondGlyph:uint16,value1:new $47e0e8ef515d9903$var$ValueRecord("valueFormat1"),value2:new $47e0e8ef515d9903$var$ValueRecord("valueFormat2")}),$47e0e8ef515d9903$var$PairSet=new ArrayT($47e0e8ef515d9903$var$PairValueRecord,uint16),$47e0e8ef515d9903$var$Class2Record=new Struct({value1:new $47e0e8ef515d9903$var$ValueRecord("valueFormat1"),value2:new $47e0e8ef515d9903$var$ValueRecord("valueFormat2")}),$47e0e8ef515d9903$var$Anchor=new VersionedStruct(uint16,{1:{xCoordinate:int16,yCoordinate:int16},2:{xCoordinate:int16,yCoordinate:int16,anchorPoint:uint16},3:{xCoordinate:int16,yCoordinate:int16,xDeviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10),yDeviceTable:new Pointer(uint16,$7cbbe4e24ef3cb75$export$8215d14a63d9fb10)}}),$47e0e8ef515d9903$var$EntryExitRecord=new Struct({entryAnchor:new Pointer(uint16,$47e0e8ef515d9903$var$Anchor,{type:"parent"}),exitAnchor:new Pointer(uint16,$47e0e8ef515d9903$var$Anchor,{type:"parent"})}),$47e0e8ef515d9903$var$MarkRecord=new Struct({class:uint16,markAnchor:new Pointer(uint16,$47e0e8ef515d9903$var$Anchor,{type:"parent"})}),$47e0e8ef515d9903$var$MarkArray=new ArrayT($47e0e8ef515d9903$var$MarkRecord,uint16),$47e0e8ef515d9903$var$BaseRecord=new ArrayT(new Pointer(uint16,$47e0e8ef515d9903$var$Anchor),a=>a.parent.classCount),$47e0e8ef515d9903$var$BaseArray=new ArrayT($47e0e8ef515d9903$var$BaseRecord,uint16),$47e0e8ef515d9903$var$ComponentRecord=new ArrayT(new Pointer(uint16,$47e0e8ef515d9903$var$Anchor),a=>a.parent.parent.classCount),$47e0e8ef515d9903$var$LigatureAttach=new ArrayT($47e0e8ef515d9903$var$ComponentRecord,uint16),$47e0e8ef515d9903$var$LigatureArray=new ArrayT(new Pointer(uint16,$47e0e8ef515d9903$var$LigatureAttach),uint16),$47e0e8ef515d9903$export$73a8cfb19cd43a0f=new VersionedStruct("lookupType",{1:new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat:$47e0e8ef515d9903$var$ValueFormat,value:new $47e0e8ef515d9903$var$ValueRecord},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat:$47e0e8ef515d9903$var$ValueFormat,valueCount:uint16,values:new LazyArray(new $47e0e8ef515d9903$var$ValueRecord,"valueCount")}}),2:new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat1:$47e0e8ef515d9903$var$ValueFormat,valueFormat2:$47e0e8ef515d9903$var$ValueFormat,pairSetCount:uint16,pairSets:new LazyArray(new Pointer(uint16,$47e0e8ef515d9903$var$PairSet),"pairSetCount")},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),valueFormat1:$47e0e8ef515d9903$var$ValueFormat,valueFormat2:$47e0e8ef515d9903$var$ValueFormat,classDef1:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),classDef2:new Pointer(uint16,$7cbbe4e24ef3cb75$export$843d551fbbafef71),class1Count:uint16,class2Count:uint16,classRecords:new LazyArray(new LazyArray($47e0e8ef515d9903$var$Class2Record,"class2Count"),"class1Count")}}),3:{format:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),entryExitCount:uint16,entryExitRecords:new ArrayT($47e0e8ef515d9903$var$EntryExitRecord,"entryExitCount")},4:{format:uint16,markCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),baseCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classCount:uint16,markArray:new Pointer(uint16,$47e0e8ef515d9903$var$MarkArray),baseArray:new Pointer(uint16,$47e0e8ef515d9903$var$BaseArray)},5:{format:uint16,markCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),ligatureCoverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classCount:uint16,markArray:new Pointer(uint16,$47e0e8ef515d9903$var$MarkArray),ligatureArray:new Pointer(uint16,$47e0e8ef515d9903$var$LigatureArray)},6:{format:uint16,mark1Coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),mark2Coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),classCount:uint16,mark1Array:new Pointer(uint16,$47e0e8ef515d9903$var$MarkArray),mark2Array:new Pointer(uint16,$47e0e8ef515d9903$var$BaseArray)},7:$7cbbe4e24ef3cb75$export$841858b892ce1f4c,8:$7cbbe4e24ef3cb75$export$5e6d09e6861162f6,9:{posFormat:uint16,lookupType:uint16,extension:new Pointer(uint32,null)}});$47e0e8ef515d9903$export$73a8cfb19cd43a0f.versions[9].extension.type=$47e0e8ef515d9903$export$73a8cfb19cd43a0f;var $47e0e8ef515d9903$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{scriptList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$3e15fc05ce864229),featureList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$aa18130def4b6cb4),lookupList:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($47e0e8ef515d9903$export$73a8cfb19cd43a0f))},65536:{},65537:{featureVariations:new Pointer(uint32,$1a47b0c45c1c22fe$export$441b70b7971dd419)}});let $d3f442064af66e06$var$Sequence=new ArrayT(uint16,uint16),$d3f442064af66e06$var$AlternateSet=$d3f442064af66e06$var$Sequence,$d3f442064af66e06$var$Ligature=new Struct({glyph:uint16,compCount:uint16,components:new ArrayT(uint16,a=>a.compCount-1)}),$d3f442064af66e06$var$LigatureSet=new ArrayT(new Pointer(uint16,$d3f442064af66e06$var$Ligature),uint16),$d3f442064af66e06$var$GSUBLookup=new VersionedStruct("lookupType",{1:new VersionedStruct(uint16,{1:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),deltaGlyphID:int16},2:{coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),glyphCount:uint16,substitute:new LazyArray(uint16,"glyphCount")}}),2:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),count:uint16,sequences:new LazyArray(new Pointer(uint16,$d3f442064af66e06$var$Sequence),"count")},3:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),count:uint16,alternateSet:new LazyArray(new Pointer(uint16,$d3f442064af66e06$var$AlternateSet),"count")},4:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),count:uint16,ligatureSets:new LazyArray(new Pointer(uint16,$d3f442064af66e06$var$LigatureSet),"count")},5:$7cbbe4e24ef3cb75$export$841858b892ce1f4c,6:$7cbbe4e24ef3cb75$export$5e6d09e6861162f6,7:{substFormat:uint16,lookupType:uint16,extension:new Pointer(uint32,null)},8:{substFormat:uint16,coverage:new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),backtrackCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"backtrackGlyphCount"),lookaheadGlyphCount:uint16,lookaheadCoverage:new ArrayT(new Pointer(uint16,$7cbbe4e24ef3cb75$export$17608c3f81a6111),"lookaheadGlyphCount"),glyphCount:uint16,substitutes:new ArrayT(uint16,"glyphCount")}});$d3f442064af66e06$var$GSUBLookup.versions[7].extension.type=$d3f442064af66e06$var$GSUBLookup;var $d3f442064af66e06$export$2e2bcd8739ae039=new VersionedStruct(uint32,{header:{scriptList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$3e15fc05ce864229),featureList:new Pointer(uint16,$7cbbe4e24ef3cb75$export$aa18130def4b6cb4),lookupList:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($d3f442064af66e06$var$GSUBLookup))},65536:{},65537:{featureVariations:new Pointer(uint32,$1a47b0c45c1c22fe$export$441b70b7971dd419)}});let $71cfb3c4767fbd0c$var$JstfGSUBModList=new ArrayT(uint16,uint16),$71cfb3c4767fbd0c$var$JstfPriority=new Struct({shrinkageEnableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageDisableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageEnableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageDisableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),shrinkageJstfMax:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($47e0e8ef515d9903$export$73a8cfb19cd43a0f)),extensionEnableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionDisableGSUB:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionEnableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionDisableGPOS:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfGSUBModList),extensionJstfMax:new Pointer(uint16,new $7cbbe4e24ef3cb75$export$df0008c6ff2da22a($47e0e8ef515d9903$export$73a8cfb19cd43a0f))}),$71cfb3c4767fbd0c$var$JstfLangSys=new ArrayT(new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfPriority),uint16),$71cfb3c4767fbd0c$var$JstfLangSysRecord=new Struct({tag:new StringT(4),jstfLangSys:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfLangSys)}),$71cfb3c4767fbd0c$var$JstfScript=new Struct({extenderGlyphs:new Pointer(uint16,new ArrayT(uint16,uint16)),defaultLangSys:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfLangSys),langSysCount:uint16,langSysRecords:new ArrayT($71cfb3c4767fbd0c$var$JstfLangSysRecord,"langSysCount")}),$71cfb3c4767fbd0c$var$JstfScriptRecord=new Struct({tag:new StringT(4),script:new Pointer(uint16,$71cfb3c4767fbd0c$var$JstfScript,{type:"parent"})});var $71cfb3c4767fbd0c$export$2e2bcd8739ae039=new Struct({version:uint32,scriptCount:uint16,scriptList:new ArrayT($71cfb3c4767fbd0c$var$JstfScriptRecord,"scriptCount")});class $d059a6bd2d3b5b63$var$VariableSizeNumber{decode(s,c){switch(this.size(0,c)){case 1:return s.readUInt8();case 2:return s.readUInt16BE();case 3:return s.readUInt24BE();case 4:return s.readUInt32BE()}}size(s,c){return resolveLength(this._size,null,c)}constructor(s){this._size=s}}let $d059a6bd2d3b5b63$var$MapDataEntry=new Struct({entry:new $d059a6bd2d3b5b63$var$VariableSizeNumber(a=>((a.parent.entryFormat&48)>>4)+1),outerIndex:a=>a.entry>>(a.parent.entryFormat&15)+1,innerIndex:a=>a.entry&(1<<(a.parent.entryFormat&15)+1)-1}),$d059a6bd2d3b5b63$var$DeltaSetIndexMap=new Struct({entryFormat:uint16,mapCount:uint16,mapData:new ArrayT($d059a6bd2d3b5b63$var$MapDataEntry,"mapCount")});var $d059a6bd2d3b5b63$export$2e2bcd8739ae039=new Struct({majorVersion:uint16,minorVersion:uint16,itemVariationStore:new Pointer(uint32,$1a47b0c45c1c22fe$export$fe1b122a2710f241),advanceWidthMapping:new Pointer(uint32,$d059a6bd2d3b5b63$var$DeltaSetIndexMap),LSBMapping:new Pointer(uint32,$d059a6bd2d3b5b63$var$DeltaSetIndexMap),RSBMapping:new Pointer(uint32,$d059a6bd2d3b5b63$var$DeltaSetIndexMap)});let $dceeca3e1977ce30$var$Signature=new Struct({format:uint32,length:uint32,offset:uint32}),$dceeca3e1977ce30$var$SignatureBlock=new Struct({reserved:new Reserved(uint16,2),cbSignature:uint32,signature:new BufferT("cbSignature")});var $dceeca3e1977ce30$export$2e2bcd8739ae039=new Struct({ulVersion:uint32,usNumSigs:uint16,usFlag:uint16,signatures:new ArrayT($dceeca3e1977ce30$var$Signature,"usNumSigs"),signatureBlocks:new ArrayT($dceeca3e1977ce30$var$SignatureBlock,"usNumSigs")});let $8acd740a9435aad0$var$GaspRange=new Struct({rangeMaxPPEM:uint16,rangeGaspBehavior:new Bitfield(uint16,["grayscale","gridfit","symmetricSmoothing","symmetricGridfit"])});var $8acd740a9435aad0$export$2e2bcd8739ae039=new Struct({version:uint16,numRanges:uint16,gaspRanges:new ArrayT($8acd740a9435aad0$var$GaspRange,"numRanges")});let $b5f380243c34d6a0$var$DeviceRecord=new Struct({pixelSize:uint8,maximumWidth:uint8,widths:new ArrayT(uint8,a=>a.parent.parent.maxp.numGlyphs)});var $b5f380243c34d6a0$export$2e2bcd8739ae039=new Struct({version:uint16,numRecords:int16,sizeDeviceRecord:int32,records:new ArrayT($b5f380243c34d6a0$var$DeviceRecord,"numRecords")});let $ca2df1256966e313$var$KernPair=new Struct({left:uint16,right:uint16,value:int16}),$ca2df1256966e313$var$ClassTable=new Struct({firstGlyph:uint16,nGlyphs:uint16,offsets:new ArrayT(uint16,"nGlyphs"),max:a=>a.offsets.length&&Math.max.apply(Math,a.offsets)}),$ca2df1256966e313$var$Kern2Array=new Struct({off:a=>a._startOffset-a.parent.parent._startOffset,len:a=>((a.parent.leftTable.max-a.off)/a.parent.rowWidth+1)*(a.parent.rowWidth/2),values:new LazyArray(int16,"len")}),$ca2df1256966e313$var$KernSubtable=new VersionedStruct("format",{0:{nPairs:uint16,searchRange:uint16,entrySelector:uint16,rangeShift:uint16,pairs:new ArrayT($ca2df1256966e313$var$KernPair,"nPairs")},2:{rowWidth:uint16,leftTable:new Pointer(uint16,$ca2df1256966e313$var$ClassTable,{type:"parent"}),rightTable:new Pointer(uint16,$ca2df1256966e313$var$ClassTable,{type:"parent"}),array:new Pointer(uint16,$ca2df1256966e313$var$Kern2Array,{type:"parent"})},3:{glyphCount:uint16,kernValueCount:uint8,leftClassCount:uint8,rightClassCount:uint8,flags:uint8,kernValue:new ArrayT(int16,"kernValueCount"),leftClass:new ArrayT(uint8,"glyphCount"),rightClass:new ArrayT(uint8,"glyphCount"),kernIndex:new ArrayT(uint8,a=>a.leftClassCount*a.rightClassCount)}}),$ca2df1256966e313$var$KernTable=new VersionedStruct("version",{0:{subVersion:uint16,length:uint16,format:uint8,coverage:new Bitfield(uint8,["horizontal","minimum","crossStream","override"]),subtable:$ca2df1256966e313$var$KernSubtable,padding:new Reserved(uint8,a=>a.length-a._currentOffset)},1:{length:uint32,coverage:new Bitfield(uint8,[null,null,null,null,null,"variation","crossStream","vertical"]),format:uint8,tupleIndex:uint16,subtable:$ca2df1256966e313$var$KernSubtable,padding:new Reserved(uint8,a=>a.length-a._currentOffset)}});var $ca2df1256966e313$export$2e2bcd8739ae039=new VersionedStruct(uint16,{0:{nTables:uint16,tables:new ArrayT($ca2df1256966e313$var$KernTable,"nTables")},1:{reserved:new Reserved(uint16),nTables:uint32,tables:new ArrayT($ca2df1256966e313$var$KernTable,"nTables")}}),$7a9f92b0c46ebe33$export$2e2bcd8739ae039=new Struct({version:uint16,numGlyphs:uint16,yPels:new ArrayT(uint8,"numGlyphs")}),$2b2ccc419d152631$export$2e2bcd8739ae039=new Struct({version:uint16,fontNumber:uint32,pitch:uint16,xHeight:uint16,style:uint16,typeFamily:uint16,capHeight:uint16,symbolSet:uint16,typeface:new StringT(16),characterComplement:new StringT(8),fileName:new StringT(6),strokeWeight:new StringT(1),widthType:new StringT(1),serifStyle:uint8,reserved:new Reserved(uint8)});let $ca5b40b9bcda9c9b$var$Ratio=new Struct({bCharSet:uint8,xRatio:uint8,yStartRatio:uint8,yEndRatio:uint8}),$ca5b40b9bcda9c9b$var$vTable=new Struct({yPelHeight:uint16,yMax:int16,yMin:int16}),$ca5b40b9bcda9c9b$var$VdmxGroup=new Struct({recs:uint16,startsz:uint8,endsz:uint8,entries:new ArrayT($ca5b40b9bcda9c9b$var$vTable,"recs")});var $ca5b40b9bcda9c9b$export$2e2bcd8739ae039=new Struct({version:uint16,numRecs:uint16,numRatios:uint16,ratioRanges:new ArrayT($ca5b40b9bcda9c9b$var$Ratio,"numRatios"),offsets:new ArrayT(uint16,"numRatios"),groups:new ArrayT($ca5b40b9bcda9c9b$var$VdmxGroup,"numRecs")}),$69530a3c40755af0$export$2e2bcd8739ae039=new Struct({version:uint16,ascent:int16,descent:int16,lineGap:int16,advanceHeightMax:int16,minTopSideBearing:int16,minBottomSideBearing:int16,yMaxExtent:int16,caretSlopeRise:int16,caretSlopeRun:int16,caretOffset:int16,reserved:new Reserved(int16,4),metricDataFormat:int16,numberOfMetrics:uint16});let $344073dd270f0e62$var$VmtxEntry=new Struct({advance:uint16,bearing:int16});var $344073dd270f0e62$export$2e2bcd8739ae039=new Struct({metrics:new LazyArray($344073dd270f0e62$var$VmtxEntry,a=>a.parent.vhea.numberOfMetrics),bearings:new LazyArray(int16,a=>a.parent.maxp.numGlyphs-a.parent.vhea.numberOfMetrics)});let $3793b781918cfced$var$shortFrac=new Fixed(16,"BE",14),$3793b781918cfced$var$Correspondence=new Struct({fromCoord:$3793b781918cfced$var$shortFrac,toCoord:$3793b781918cfced$var$shortFrac}),$3793b781918cfced$var$Segment=new Struct({pairCount:uint16,correspondence:new ArrayT($3793b781918cfced$var$Correspondence,"pairCount")});var $3793b781918cfced$export$2e2bcd8739ae039=new Struct({version:fixed32,axisCount:uint32,segment:new ArrayT($3793b781918cfced$var$Segment,"axisCount")});class $6cb7dd5f47d82580$var$UnboundedArrayAccessor{getItem(s){if(this._items[s]==null){let c=this.stream.pos;this.stream.pos=this.base+this.type.size(null,this.parent)*s,this._items[s]=this.type.decode(this.stream,this.parent),this.stream.pos=c}return this._items[s]}inspect(){return`[UnboundedArray ${this.type.constructor.name}]`}constructor(s,c,u){this.type=s,this.stream=c,this.parent=u,this.base=this.stream.pos,this._items=[]}}class $6cb7dd5f47d82580$export$c5af1eebc882e39a extends ArrayT{decode(s,c){return new $6cb7dd5f47d82580$var$UnboundedArrayAccessor(this.type,s,c)}constructor(s){super(s,0)}}let $6cb7dd5f47d82580$export$8351f8c2ae2f103c=function(a=uint16){class s{decode(v,b){return b=b.parent.parent,this.type.decode(v,b)}size(v,b){return b=b.parent.parent,this.type.size(v,b)}encode(v,b,g){return g=g.parent.parent,this.type.encode(v,b,g)}constructor(v){this.type=v}}a=new s(a);let c=new Struct({unitSize:uint16,nUnits:uint16,searchRange:uint16,entrySelector:uint16,rangeShift:uint16}),u=new Struct({lastGlyph:uint16,firstGlyph:uint16,value:a}),d=new Struct({lastGlyph:uint16,firstGlyph:uint16,values:new Pointer(uint16,new ArrayT(a,A=>A.lastGlyph-A.firstGlyph+1),{type:"parent"})}),p=new Struct({glyph:uint16,value:a});return new VersionedStruct(uint16,{0:{values:new $6cb7dd5f47d82580$export$c5af1eebc882e39a(a)},2:{binarySearchHeader:c,segments:new ArrayT(u,A=>A.binarySearchHeader.nUnits)},4:{binarySearchHeader:c,segments:new ArrayT(d,A=>A.binarySearchHeader.nUnits)},6:{binarySearchHeader:c,segments:new ArrayT(p,A=>A.binarySearchHeader.nUnits)},8:{firstGlyph:uint16,count:uint16,values:new ArrayT(a,"count")}})};function $6cb7dd5f47d82580$export$79f7d93d790934ba(a={},s=uint16){let c=Object.assign({newState:uint16,flags:uint16},a),u=new Struct(c),d=new $6cb7dd5f47d82580$export$c5af1eebc882e39a(new ArrayT(uint16,A=>A.nClasses));return new Struct({nClasses:uint32,classTable:new Pointer(uint32,new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(s)),stateArray:new Pointer(uint32,d),entryTable:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(u))})}function $6cb7dd5f47d82580$export$105027425199cc51(a={},s=uint16){let c=new Struct({version(){return 8},firstGlyph:uint16,values:new ArrayT(uint8,uint16)}),u=Object.assign({newStateOffset:uint16,newState:v=>(v.newStateOffset-(v.parent.stateArray.base-v.parent._startOffset))/v.parent.nClasses,flags:uint16},a),d=new Struct(u),p=new $6cb7dd5f47d82580$export$c5af1eebc882e39a(new ArrayT(uint8,v=>v.nClasses));return new Struct({nClasses:uint16,classTable:new Pointer(uint16,c),stateArray:new Pointer(uint16,p),entryTable:new Pointer(uint16,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(d))})}let $6a3746e8c708f5a3$var$BslnSubtable=new VersionedStruct("format",{0:{deltas:new ArrayT(int16,32)},1:{deltas:new ArrayT(int16,32),mappingData:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(uint16)},2:{standardGlyph:uint16,controlPoints:new ArrayT(uint16,32)},3:{standardGlyph:uint16,controlPoints:new ArrayT(uint16,32),mappingData:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(uint16)}});var $6a3746e8c708f5a3$export$2e2bcd8739ae039=new Struct({version:fixed32,format:uint16,defaultBaseline:uint16,subtable:$6a3746e8c708f5a3$var$BslnSubtable});let $d0c76fac617b308a$var$Setting=new Struct({setting:uint16,nameIndex:int16,name:a=>a.parent.parent.parent.name.records.fontFeatures[a.nameIndex]}),$d0c76fac617b308a$var$FeatureName=new Struct({feature:uint16,nSettings:uint16,settingTable:new Pointer(uint32,new ArrayT($d0c76fac617b308a$var$Setting,"nSettings"),{type:"parent"}),featureFlags:new Bitfield(uint8,[null,null,null,null,null,null,"hasDefault","exclusive"]),defaultSetting:uint8,nameIndex:int16,name:a=>a.parent.parent.name.records.fontFeatures[a.nameIndex]});var $d0c76fac617b308a$export$2e2bcd8739ae039=new Struct({version:fixed32,featureNameCount:uint16,reserved1:new Reserved(uint16),reserved2:new Reserved(uint32),featureNames:new ArrayT($d0c76fac617b308a$var$FeatureName,"featureNameCount")});let $e83fd065f00fcd01$var$Axis=new Struct({axisTag:new StringT(4),minValue:fixed32,defaultValue:fixed32,maxValue:fixed32,flags:uint16,nameID:uint16,name:a=>a.parent.parent.name.records.fontFeatures[a.nameID]}),$e83fd065f00fcd01$var$Instance=new Struct({nameID:uint16,name:a=>a.parent.parent.name.records.fontFeatures[a.nameID],flags:uint16,coord:new ArrayT(fixed32,a=>a.parent.axisCount),postscriptNameID:new Optional(uint16,a=>a.parent.instanceSize-a._currentOffset>0)});var $e83fd065f00fcd01$export$2e2bcd8739ae039=new Struct({version:fixed32,offsetToData:uint16,countSizePairs:uint16,axisCount:uint16,axisSize:uint16,instanceCount:uint16,instanceSize:uint16,axis:new ArrayT($e83fd065f00fcd01$var$Axis,"axisCount"),instance:new ArrayT($e83fd065f00fcd01$var$Instance,"instanceCount")});let $dbe33c8d3a7f131c$var$shortFrac=new Fixed(16,"BE",14);class $dbe33c8d3a7f131c$var$Offset{static decode(s,c){return c.flags?s.readUInt32BE():s.readUInt16BE()*2}}let $dbe33c8d3a7f131c$var$gvar=new Struct({version:uint16,reserved:new Reserved(uint16),axisCount:uint16,globalCoordCount:uint16,globalCoords:new Pointer(uint32,new ArrayT(new ArrayT($dbe33c8d3a7f131c$var$shortFrac,"axisCount"),"globalCoordCount")),glyphCount:uint16,flags:uint16,offsetToData:uint32,offsets:new ArrayT(new Pointer($dbe33c8d3a7f131c$var$Offset,"void",{relativeTo:a=>a.offsetToData,allowNull:!1}),a=>a.glyphCount+1)});var $dbe33c8d3a7f131c$export$2e2bcd8739ae039=$dbe33c8d3a7f131c$var$gvar;let $05b01887df96c4ee$var$ClassTable=new Struct({length:uint16,coverage:uint16,subFeatureFlags:uint32,stateTable:new $6cb7dd5f47d82580$export$105027425199cc51}),$05b01887df96c4ee$var$WidthDeltaRecord=new Struct({justClass:uint32,beforeGrowLimit:fixed32,beforeShrinkLimit:fixed32,afterGrowLimit:fixed32,afterShrinkLimit:fixed32,growFlags:uint16,shrinkFlags:uint16}),$05b01887df96c4ee$var$WidthDeltaCluster=new ArrayT($05b01887df96c4ee$var$WidthDeltaRecord,uint32),$05b01887df96c4ee$var$ActionData=new VersionedStruct("actionType",{0:{lowerLimit:fixed32,upperLimit:fixed32,order:uint16,glyphs:new ArrayT(uint16,uint16)},1:{addGlyph:uint16},2:{substThreshold:fixed32,addGlyph:uint16,substGlyph:uint16},3:{},4:{variationAxis:uint32,minimumLimit:fixed32,noStretchValue:fixed32,maximumLimit:fixed32},5:{flags:uint16,glyph:uint16}}),$05b01887df96c4ee$var$Action=new Struct({actionClass:uint16,actionType:uint16,actionLength:uint32,actionData:$05b01887df96c4ee$var$ActionData,padding:new Reserved(uint8,a=>a.actionLength-a._currentOffset)}),$05b01887df96c4ee$var$PostcompensationAction=new ArrayT($05b01887df96c4ee$var$Action,uint32),$05b01887df96c4ee$var$PostCompensationTable=new Struct({lookupTable:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(new Pointer(uint16,$05b01887df96c4ee$var$PostcompensationAction))}),$05b01887df96c4ee$var$JustificationTable=new Struct({classTable:new Pointer(uint16,$05b01887df96c4ee$var$ClassTable,{type:"parent"}),wdcOffset:uint16,postCompensationTable:new Pointer(uint16,$05b01887df96c4ee$var$PostCompensationTable,{type:"parent"}),widthDeltaClusters:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c(new Pointer(uint16,$05b01887df96c4ee$var$WidthDeltaCluster,{type:"parent",relativeTo:a=>a.wdcOffset}))});var $05b01887df96c4ee$export$2e2bcd8739ae039=new Struct({version:uint32,format:uint16,horizontal:new Pointer(uint16,$05b01887df96c4ee$var$JustificationTable),vertical:new Pointer(uint16,$05b01887df96c4ee$var$JustificationTable)});let $03ee6ebd54db1053$var$LigatureData={action:uint16},$03ee6ebd54db1053$var$ContextualData={markIndex:uint16,currentIndex:uint16},$03ee6ebd54db1053$var$InsertionData={currentInsertIndex:uint16,markedInsertIndex:uint16},$03ee6ebd54db1053$var$SubstitutionTable=new Struct({items:new $6cb7dd5f47d82580$export$c5af1eebc882e39a(new Pointer(uint32,new $6cb7dd5f47d82580$export$8351f8c2ae2f103c))}),$03ee6ebd54db1053$var$SubtableData=new VersionedStruct("type",{0:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba},1:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba($03ee6ebd54db1053$var$ContextualData),substitutionTable:new Pointer(uint32,$03ee6ebd54db1053$var$SubstitutionTable)},2:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba($03ee6ebd54db1053$var$LigatureData),ligatureActions:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint32)),components:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint16)),ligatureList:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint16))},4:{lookupTable:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c},5:{stateTable:new $6cb7dd5f47d82580$export$79f7d93d790934ba($03ee6ebd54db1053$var$InsertionData),insertionActions:new Pointer(uint32,new $6cb7dd5f47d82580$export$c5af1eebc882e39a(uint16))}}),$03ee6ebd54db1053$var$Subtable=new Struct({length:uint32,coverage:uint24,type:uint8,subFeatureFlags:uint32,table:$03ee6ebd54db1053$var$SubtableData,padding:new Reserved(uint8,a=>a.length-a._currentOffset)}),$03ee6ebd54db1053$var$FeatureEntry=new Struct({featureType:uint16,featureSetting:uint16,enableFlags:uint32,disableFlags:uint32}),$03ee6ebd54db1053$var$MorxChain=new Struct({defaultFlags:uint32,chainLength:uint32,nFeatureEntries:uint32,nSubtables:uint32,features:new ArrayT($03ee6ebd54db1053$var$FeatureEntry,"nFeatureEntries"),subtables:new ArrayT($03ee6ebd54db1053$var$Subtable,"nSubtables")});var $03ee6ebd54db1053$export$2e2bcd8739ae039=new Struct({version:uint16,unused:new Reserved(uint16),nChains:uint32,chains:new ArrayT($03ee6ebd54db1053$var$MorxChain,"nChains")});let $b7492a80b0d1a056$var$OpticalBounds=new Struct({left:int16,top:int16,right:int16,bottom:int16});var $b7492a80b0d1a056$export$2e2bcd8739ae039=new Struct({version:fixed32,format:uint16,lookupTable:new $6cb7dd5f47d82580$export$8351f8c2ae2f103c($b7492a80b0d1a056$var$OpticalBounds)});let $c3395722bea751e2$var$tables={};var $c3395722bea751e2$export$2e2bcd8739ae039=$c3395722bea751e2$var$tables;$c3395722bea751e2$var$tables.cmap=$26a62205ad06574e$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.head=$f2612a29f92ac062$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.hhea=$2c179dd593583073$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.hmtx=$bdc9060542264b85$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.maxp=$dbf51cb3d3fe409d$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.name=$2bcf221753ec8e32$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables["OS/2"]=$84b272aa31b70606$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.post=$32d9e2eb9565d93c$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.fpgm=$5c0f37ca5ffb1850$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.loca=$2b2b260902b1c57e$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.prep=$7afb878c7bea4f66$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables["cvt "]=$5202bd9d9ad8eaac$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.glyf=$6c92b6371bce8bd9$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables["CFF "]=$822ac0d589e4e237$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.CFF2=$822ac0d589e4e237$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.VORG=$2bbf2bc1ce37cd8f$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.EBLC=$9911c4c7201c13de$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.CBLC=$c3395722bea751e2$var$tables.EBLC,$c3395722bea751e2$var$tables.sbix=$abb847051efd51b1$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.COLR=$eb629188f3dfefdd$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.CPAL=$08734b8e7dc64587$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.BASE=$497cef411d884e34$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.GDEF=$cf5f33c63ef209e6$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.GPOS=$47e0e8ef515d9903$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.GSUB=$d3f442064af66e06$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.JSTF=$71cfb3c4767fbd0c$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.HVAR=$d059a6bd2d3b5b63$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.DSIG=$dceeca3e1977ce30$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.gasp=$8acd740a9435aad0$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.hdmx=$b5f380243c34d6a0$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.kern=$ca2df1256966e313$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.LTSH=$7a9f92b0c46ebe33$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.PCLT=$2b2ccc419d152631$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.VDMX=$ca5b40b9bcda9c9b$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.vhea=$69530a3c40755af0$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.vmtx=$344073dd270f0e62$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.avar=$3793b781918cfced$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.bsln=$6a3746e8c708f5a3$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.feat=$d0c76fac617b308a$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.fvar=$e83fd065f00fcd01$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.gvar=$dbe33c8d3a7f131c$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.just=$05b01887df96c4ee$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.morx=$03ee6ebd54db1053$export$2e2bcd8739ae039,$c3395722bea751e2$var$tables.opbd=$b7492a80b0d1a056$export$2e2bcd8739ae039;let $816c07a04b6dba87$var$TableEntry=new Struct({tag:new StringT(4),checkSum:uint32,offset:new Pointer(uint32,"void",{type:"global"}),length:uint32}),$816c07a04b6dba87$var$Directory=new Struct({tag:new StringT(4),numTables:uint16,searchRange:uint16,entrySelector:uint16,rangeShift:uint16,tables:new ArrayT($816c07a04b6dba87$var$TableEntry,"numTables")});$816c07a04b6dba87$var$Directory.process=function(){let a={};for(let s of this.tables)a[s.tag]=s;this.tables=a},$816c07a04b6dba87$var$Directory.preEncode=function(){if(!Array.isArray(this.tables)){let c=[];for(let u in this.tables){let d=this.tables[u];d&&c.push({tag:u,checkSum:0,offset:new VoidPointer($c3395722bea751e2$export$2e2bcd8739ae039[u],d),length:$c3395722bea751e2$export$2e2bcd8739ae039[u].size(d)})}this.tables=c}this.tag="true",this.numTables=this.tables.length;let a=Math.floor(Math.log(this.numTables)/Math.LN2),s=Math.pow(2,a);this.searchRange=s*16,this.entrySelector=Math.log(s)/Math.LN2,this.rangeShift=this.numTables*16-this.searchRange};var $816c07a04b6dba87$export$2e2bcd8739ae039=$816c07a04b6dba87$var$Directory;function $12727730ddfc8bfe$export$2e0ae67339d5f1ac(a,s){let c=0,u=a.length-1;for(;c<=u;){let d=c+u>>1,p=s(a[d]);if(p<0)u=d-1;else if(p>0)c=d+1;else return d}return-1}function $12727730ddfc8bfe$export$d02631cccf789723(a,s){let c=[];for(;a<s;)c.push(a++);return c}const $12727730ddfc8bfe$export$3d28c1996ced1f14=new TextDecoder("ascii"),$12727730ddfc8bfe$var$CHARS="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",$12727730ddfc8bfe$var$LOOKUP=new Uint8Array(256);for(let a=0;a<$12727730ddfc8bfe$var$CHARS.length;a++)$12727730ddfc8bfe$var$LOOKUP[$12727730ddfc8bfe$var$CHARS.charCodeAt(a)]=a;function $12727730ddfc8bfe$export$94fdf11bafc8de6b(a){let s=a.length*.75;a[a.length-1]==="="&&(s--,a[a.length-2]==="="&&s--);let c=new Uint8Array(s),u=0;for(let d=0,p=a.length;d<p;d+=4){let A=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d)],v=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d+1)],b=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d+2)],g=$12727730ddfc8bfe$var$LOOKUP[a.charCodeAt(d+3)];c[u++]=A<<2|v>>4,c[u++]=(v&15)<<4|b>>2,c[u++]=(b&3)<<6|g&63}return c}class $f08dd41ef10b694c$export$2e2bcd8739ae039{findSubtable(s,c){for(let[u,d]of c)for(let p of s.tables)if(p.platformID===u&&p.encodingID===d)return p.table;return null}lookup(s,c){if(this.encoding)s=this.encoding.get(s)||s;else if(c){let d=this.getVariationSelector(s,c);if(d)return d}let u=this.cmap;switch(u.version){case 0:return u.codeMap.get(s)||0;case 4:{let d=0,p=u.segCount-1;for(;d<=p;){let A=d+p>>1;if(s<u.startCode.get(A))p=A-1;else if(s>u.endCode.get(A))d=A+1;else{let v=u.idRangeOffset.get(A),b;if(v===0)b=s+u.idDelta.get(A);else{let g=v/2+(s-u.startCode.get(A))-(u.segCount-A);b=u.glyphIndexArray.get(g)||0,b!==0&&(b+=u.idDelta.get(A))}return b&65535}}return 0}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return u.glyphIndices.get(s-u.firstCode)||0;case 12:case 13:{let d=0,p=u.nGroups-1;for(;d<=p;){let A=d+p>>1,v=u.groups.get(A);if(s<v.startCharCode)p=A-1;else if(s>v.endCharCode)d=A+1;else return u.version===12?v.glyphID+(s-v.startCharCode):v.glyphID}return 0}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${u.version}`)}}getVariationSelector(s,c){if(!this.uvs)return 0;let u=this.uvs.varSelectors.toArray(),d=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(u,A=>c-A.varSelector),p=u[d];return d!==-1&&p.defaultUVS&&(d=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(p.defaultUVS,A=>s<A.startUnicodeValue?-1:s>A.startUnicodeValue+A.additionalCount?1:0)),d!==-1&&p.nonDefaultUVS&&(d=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(p.nonDefaultUVS,A=>s-A.unicodeValue),d!==-1)?p.nonDefaultUVS[d].glyphID:0}getCharacterSet(){let s=this.cmap;switch(s.version){case 0:return $12727730ddfc8bfe$export$d02631cccf789723(0,s.codeMap.length);case 4:{let c=[],u=s.endCode.toArray();for(let d=0;d<u.length;d++){let p=u[d]+1,A=s.startCode.get(d);c.push(...$12727730ddfc8bfe$export$d02631cccf789723(A,p))}return c}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return $12727730ddfc8bfe$export$d02631cccf789723(s.firstCode,s.firstCode+s.glyphIndices.length);case 12:case 13:{let c=[];for(let u of s.groups.toArray())c.push(...$12727730ddfc8bfe$export$d02631cccf789723(u.startCharCode,u.endCharCode+1));return c}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${s.version}`)}}codePointsForGlyph(s){let c=this.cmap;switch(c.version){case 0:{let d=[];for(let p=0;p<256;p++)c.codeMap.get(p)===s&&d.push(p);return d}case 4:{let d=[];for(let p=0;p<c.segCount;p++){let A=c.endCode.get(p),v=c.startCode.get(p),b=c.idRangeOffset.get(p),g=c.idDelta.get(p);for(var u=v;u<=A;u++){let x=0;if(b===0)x=u+g;else{let y=b/2+(u-v)-(c.segCount-p);x=c.glyphIndexArray.get(y)||0,x!==0&&(x+=g)}x===s&&d.push(u)}}return d}case 12:{let d=[];for(let p of c.groups.toArray())s>=p.glyphID&&s<=p.glyphID+(p.endCharCode-p.startCharCode)&&d.push(p.startCharCode+(s-p.glyphID));return d}case 13:{let d=[];for(let p of c.groups.toArray())s===p.glyphID&&d.push(...$12727730ddfc8bfe$export$d02631cccf789723(p.startCharCode,p.endCharCode+1));return d}default:throw new Error(`Unknown cmap format ${c.version}`)}}constructor(s){if(this.encoding=null,this.cmap=this.findSubtable(s,[[3,10],[0,6],[0,4],[3,1],[0,3],[0,2],[0,1],[0,0]]),!this.cmap)for(let c of s.tables){let u=$e449ad78d50845fe$export$badc544e0651b6b1(c.platformID,c.encodingID,c.table.language-1),d=$e449ad78d50845fe$export$1dceb3c14ed68bee(u);d&&(this.cmap=c.table,this.encoding=d)}if(!this.cmap)throw new Error("Could not find a supported cmap table");this.uvs=this.findSubtable(s,[[0,5]]),this.uvs&&this.uvs.version!==14&&(this.uvs=null)}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f08dd41ef10b694c$export$2e2bcd8739ae039.prototype,"getCharacterSet",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f08dd41ef10b694c$export$2e2bcd8739ae039.prototype,"codePointsForGlyph",null);class $0bba3a9db57637f3$export$2e2bcd8739ae039{process(s,c){for(let u=0;u<s.length-1;u++){let d=s[u].id,p=s[u+1].id;c[u].xAdvance+=this.getKerning(d,p)}}getKerning(s,c){let u=0;for(let d of this.kern.tables){if(d.coverage.crossStream)continue;switch(d.version){case 0:if(!d.coverage.horizontal)continue;break;case 1:if(d.coverage.vertical||d.coverage.variation)continue;break;default:throw new Error(`Unsupported kerning table version ${d.version}`)}let p=0,A=d.subtable;switch(d.format){case 0:let v=$12727730ddfc8bfe$export$2e0ae67339d5f1ac(A.pairs,function(y){return s-y.left||c-y.right});v>=0&&(p=A.pairs[v].value);break;case 2:let b=0,g=0;s>=A.leftTable.firstGlyph&&s<A.leftTable.firstGlyph+A.leftTable.nGlyphs?b=A.leftTable.offsets[s-A.leftTable.firstGlyph]:b=A.array.off,c>=A.rightTable.firstGlyph&&c<A.rightTable.firstGlyph+A.rightTable.nGlyphs&&(g=A.rightTable.offsets[c-A.rightTable.firstGlyph]);let x=(b+g-A.array.off)/2;p=A.array.values.get(x);break;case 3:if(s>=A.glyphCount||c>=A.glyphCount)return 0;p=A.kernValue[A.kernIndex[A.leftClass[s]*A.rightClassCount+A.rightClass[c]]];break;default:throw new Error(`Unsupported kerning sub-table format ${d.format}`)}d.coverage.override?u=p:u+=p}return u}constructor(s){this.kern=s.kern}}class $0a4bdfeb6dfd6f5e$export$2e2bcd8739ae039{positionGlyphs(s,c){let u=0,d=0;for(let p=0;p<s.length;p++)s[p].isMark?d=p:(u!==d&&this.positionCluster(s,c,u,d),u=d=p);return u!==d&&this.positionCluster(s,c,u,d),c}positionCluster(s,c,u,d){let p=s[u],A=p.cbox.copy();p.codePoints.length>1&&(A.minX+=(p.codePoints.length-1)*A.width/p.codePoints.length);let v=-c[u].xAdvance,b=0,g=this.font.unitsPerEm/16;for(let x=u+1;x<=d;x++){let y=s[x],f=y.cbox,m=c[x],C=this.getCombiningClass(y.codePoints[0]);if(C!=="Not_Reordered"){switch(m.xOffset=m.yOffset=0,C){case"Double_Above":case"Double_Below":m.xOffset+=A.minX-f.width/2-f.minX;break;case"Attached_Below_Left":case"Below_Left":case"Above_Left":m.xOffset+=A.minX-f.minX;break;case"Attached_Above_Right":case"Below_Right":case"Above_Right":m.xOffset+=A.maxX-f.width-f.minX;break;default:m.xOffset+=A.minX+(A.width-f.width)/2-f.minX}switch(C){case"Double_Below":case"Below_Left":case"Below":case"Below_Right":case"Attached_Below_Left":case"Attached_Below":(C==="Attached_Below_Left"||C==="Attached_Below")&&(A.minY+=g),m.yOffset=-A.minY-f.maxY,A.minY+=f.height;break;case"Double_Above":case"Above_Left":case"Above":case"Above_Right":case"Attached_Above":case"Attached_Above_Right":(C==="Attached_Above"||C==="Attached_Above_Right")&&(A.maxY+=g),m.yOffset=A.maxY-f.minY,A.maxY+=f.height;break}m.xAdvance=m.yAdvance=0,m.xOffset+=v,m.yOffset+=b}else v-=m.xAdvance,b-=m.yAdvance}}getCombiningClass(s){let c=$747425b437e121da$export$c03b919c6651ed55(s);if((s&-256)===3584){if(c==="Not_Reordered")switch(s){case 3633:case 3636:case 3637:case 3638:case 3639:case 3655:case 3660:case 3645:case 3662:return"Above_Right";case 3761:case 3764:case 3765:case 3766:case 3767:case 3771:case 3788:case 3789:return"Above";case 3772:return"Below"}else if(s===3642)return"Below_Right"}switch(c){case"CCC10":case"CCC11":case"CCC12":case"CCC13":case"CCC14":case"CCC15":case"CCC16":case"CCC17":case"CCC18":case"CCC20":case"CCC22":return"Below";case"CCC23":return"Attached_Above";case"CCC24":return"Above_Right";case"CCC25":case"CCC19":return"Above_Left";case"CCC26":return"Above";case"CCC21":break;case"CCC27":case"CCC28":case"CCC30":case"CCC31":case"CCC33":case"CCC34":case"CCC35":case"CCC36":return"Above";case"CCC29":case"CCC32":return"Below";case"CCC103":return"Below_Right";case"CCC107":return"Above_Right";case"CCC118":return"Below";case"CCC122":return"Above";case"CCC129":case"CCC132":return"Below";case"CCC130":return"Above"}return c}constructor(s){this.font=s}}class $f34600ab9d7f70d8$export$2e2bcd8739ae039{get width(){return this.maxX-this.minX}get height(){return this.maxY-this.minY}addPoint(s,c){Math.abs(s)!==1/0&&(s<this.minX&&(this.minX=s),s>this.maxX&&(this.maxX=s)),Math.abs(c)!==1/0&&(c<this.minY&&(this.minY=c),c>this.maxY&&(this.maxY=c))}copy(){return new $f34600ab9d7f70d8$export$2e2bcd8739ae039(this.minX,this.minY,this.maxX,this.maxY)}constructor(s=1/0,c=1/0,u=-1/0,d=-1/0){this.minX=s,this.minY=c,this.maxX=u,this.maxY=d}}const $130d1a642ebcd2b7$var$UNICODE_SCRIPTS={Caucasian_Albanian:"aghb",Arabic:"arab",Imperial_Aramaic:"armi",Armenian:"armn",Avestan:"avst",Balinese:"bali",Bamum:"bamu",Bassa_Vah:"bass",Batak:"batk",Bengali:["bng2","beng"],Bopomofo:"bopo",Brahmi:"brah",Braille:"brai",Buginese:"bugi",Buhid:"buhd",Chakma:"cakm",Canadian_Aboriginal:"cans",Carian:"cari",Cham:"cham",Cherokee:"cher",Coptic:"copt",Cypriot:"cprt",Cyrillic:"cyrl",Devanagari:["dev2","deva"],Deseret:"dsrt",Duployan:"dupl",Egyptian_Hieroglyphs:"egyp",Elbasan:"elba",Ethiopic:"ethi",Georgian:"geor",Glagolitic:"glag",Gothic:"goth",Grantha:"gran",Greek:"grek",Gujarati:["gjr2","gujr"],Gurmukhi:["gur2","guru"],Hangul:"hang",Han:"hani",Hanunoo:"hano",Hebrew:"hebr",Hiragana:"hira",Pahawh_Hmong:"hmng",Katakana_Or_Hiragana:"hrkt",Old_Italic:"ital",Javanese:"java",Kayah_Li:"kali",Katakana:"kana",Kharoshthi:"khar",Khmer:"khmr",Khojki:"khoj",Kannada:["knd2","knda"],Kaithi:"kthi",Tai_Tham:"lana",Lao:"lao ",Latin:"latn",Lepcha:"lepc",Limbu:"limb",Linear_A:"lina",Linear_B:"linb",Lisu:"lisu",Lycian:"lyci",Lydian:"lydi",Mahajani:"mahj",Mandaic:"mand",Manichaean:"mani",Mende_Kikakui:"mend",Meroitic_Cursive:"merc",Meroitic_Hieroglyphs:"mero",Malayalam:["mlm2","mlym"],Modi:"modi",Mongolian:"mong",Mro:"mroo",Meetei_Mayek:"mtei",Myanmar:["mym2","mymr"],Old_North_Arabian:"narb",Nabataean:"nbat",Nko:"nko ",Ogham:"ogam",Ol_Chiki:"olck",Old_Turkic:"orkh",Oriya:["ory2","orya"],Osmanya:"osma",Palmyrene:"palm",Pau_Cin_Hau:"pauc",Old_Permic:"perm",Phags_Pa:"phag",Inscriptional_Pahlavi:"phli",Psalter_Pahlavi:"phlp",Phoenician:"phnx",Miao:"plrd",Inscriptional_Parthian:"prti",Rejang:"rjng",Runic:"runr",Samaritan:"samr",Old_South_Arabian:"sarb",Saurashtra:"saur",Shavian:"shaw",Sharada:"shrd",Siddham:"sidd",Khudawadi:"sind",Sinhala:"sinh",Sora_Sompeng:"sora",Sundanese:"sund",Syloti_Nagri:"sylo",Syriac:"syrc",Tagbanwa:"tagb",Takri:"takr",Tai_Le:"tale",New_Tai_Lue:"talu",Tamil:["tml2","taml"],Tai_Viet:"tavt",Telugu:["tel2","telu"],Tifinagh:"tfng",Tagalog:"tglg",Thaana:"thaa",Thai:"thai",Tibetan:"tibt",Tirhuta:"tirh",Ugaritic:"ugar",Vai:"vai ",Warang_Citi:"wara",Old_Persian:"xpeo",Cuneiform:"xsux",Yi:"yi ",Inherited:"zinh",Common:"zyyy",Unknown:"zzzz"},$130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS={};for(let a in $130d1a642ebcd2b7$var$UNICODE_SCRIPTS){let s=$130d1a642ebcd2b7$var$UNICODE_SCRIPTS[a];if(Array.isArray(s))for(let c of s)$130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS[c]=a;else $130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS[s]=a}function $130d1a642ebcd2b7$export$ce50e82f12a827a4(a){return $130d1a642ebcd2b7$var$OPENTYPE_SCRIPTS[a]}function $130d1a642ebcd2b7$export$e5cb25e204fb8450(a){let s=a.length,c=0;for(;c<s;){let u=a.charCodeAt(c++);if(55296<=u&&u<=56319&&c<s){let p=a.charCodeAt(c);56320<=p&&p<=57343&&(c++,u=((u&1023)<<10)+(p&1023)+65536)}let d=$747425b437e121da$export$941569448d136665(u);if(d!=="Common"&&d!=="Inherited"&&d!=="Unknown")return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS[d]}return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS.Unknown}function $130d1a642ebcd2b7$export$16fab0757cfc223d(a){for(let s=0;s<a.length;s++){let c=a[s],u=$747425b437e121da$export$941569448d136665(c);if(u!=="Common"&&u!=="Inherited"&&u!=="Unknown")return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS[u]}return $130d1a642ebcd2b7$var$UNICODE_SCRIPTS.Unknown}const $130d1a642ebcd2b7$var$RTL={arab:!0,hebr:!0,syrc:!0,thaa:!0,cprt:!0,khar:!0,phnx:!0,"nko ":!0,lydi:!0,avst:!0,armi:!0,phli:!0,prti:!0,sarb:!0,orkh:!0,samr:!0,mand:!0,merc:!0,mero:!0,mani:!0,mend:!0,nbat:!0,narb:!0,palm:!0,phlp:!0};function $130d1a642ebcd2b7$export$9fddb9d0dd7d8a54(a){return $130d1a642ebcd2b7$var$RTL[a]?"rtl":"ltr"}class $be07b3e97a42687a$export$2e2bcd8739ae039{get advanceWidth(){let s=0;for(let c of this.positions)s+=c.xAdvance;return s}get advanceHeight(){let s=0;for(let c of this.positions)s+=c.yAdvance;return s}get bbox(){let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039,c=0,u=0;for(let d=0;d<this.glyphs.length;d++){let p=this.glyphs[d],A=this.positions[d],v=p.bbox;s.addPoint(v.minX+c+A.xOffset,v.minY+u+A.yOffset),s.addPoint(v.maxX+c+A.xOffset,v.maxY+u+A.yOffset),c+=A.xAdvance,u+=A.yAdvance}return s}constructor(s,c,u,d,p){if(this.glyphs=s,this.positions=null,this.script=u,this.language=d||null,this.direction=p||$130d1a642ebcd2b7$export$9fddb9d0dd7d8a54(u),this.features={},Array.isArray(c))for(let A of c)this.features[A]=!0;else typeof c=="object"&&(this.features=c)}}class $1ac75d9a55b67f01$export$2e2bcd8739ae039{constructor(s=0,c=0,u=0,d=0){this.xAdvance=s,this.yAdvance=c,this.xOffset=u,this.yOffset=d}}const $3b6302b64eccc32c$var$features={allTypographicFeatures:{code:0,exclusive:!1,allTypeFeatures:0},ligatures:{code:1,exclusive:!1,requiredLigatures:0,commonLigatures:2,rareLigatures:4,rebusPictures:8,diphthongLigatures:10,squaredLigatures:12,abbrevSquaredLigatures:14,symbolLigatures:16,contextualLigatures:18,historicalLigatures:20},cursiveConnection:{code:2,exclusive:!0,unconnected:0,partiallyConnected:1,cursive:2},letterCase:{code:3,exclusive:!0},verticalSubstitution:{code:4,exclusive:!1,substituteVerticalForms:0},linguisticRearrangement:{code:5,exclusive:!1,linguisticRearrangement:0},numberSpacing:{code:6,exclusive:!0,monospacedNumbers:0,proportionalNumbers:1,thirdWidthNumbers:2,quarterWidthNumbers:3},smartSwash:{code:8,exclusive:!1,wordInitialSwashes:0,wordFinalSwashes:2,nonFinalSwashes:8},diacritics:{code:9,exclusive:!0,showDiacritics:0,hideDiacritics:1,decomposeDiacritics:2},verticalPosition:{code:10,exclusive:!0,normalPosition:0,superiors:1,inferiors:2,ordinals:3,scientificInferiors:4},fractions:{code:11,exclusive:!0,noFractions:0,verticalFractions:1,diagonalFractions:2},overlappingCharacters:{code:13,exclusive:!1,preventOverlap:0},typographicExtras:{code:14,exclusive:!1,slashedZero:4},mathematicalExtras:{code:15,exclusive:!1,mathematicalGreek:10},ornamentSets:{code:16,exclusive:!0,noOrnaments:0,dingbats:1,piCharacters:2,fleurons:3,decorativeBorders:4,internationalSymbols:5,mathSymbols:6},characterAlternatives:{code:17,exclusive:!0,noAlternates:0},designComplexity:{code:18,exclusive:!0,designLevel1:0,designLevel2:1,designLevel3:2,designLevel4:3,designLevel5:4},styleOptions:{code:19,exclusive:!0,noStyleOptions:0,displayText:1,engravedText:2,illuminatedCaps:3,titlingCaps:4,tallCaps:5},characterShape:{code:20,exclusive:!0,traditionalCharacters:0,simplifiedCharacters:1,JIS1978Characters:2,JIS1983Characters:3,JIS1990Characters:4,traditionalAltOne:5,traditionalAltTwo:6,traditionalAltThree:7,traditionalAltFour:8,traditionalAltFive:9,expertCharacters:10,JIS2004Characters:11,hojoCharacters:12,NLCCharacters:13,traditionalNamesCharacters:14},numberCase:{code:21,exclusive:!0,lowerCaseNumbers:0,upperCaseNumbers:1},textSpacing:{code:22,exclusive:!0,proportionalText:0,monospacedText:1,halfWidthText:2,thirdWidthText:3,quarterWidthText:4,altProportionalText:5,altHalfWidthText:6},transliteration:{code:23,exclusive:!0,noTransliteration:0},annotation:{code:24,exclusive:!0,noAnnotation:0,boxAnnotation:1,roundedBoxAnnotation:2,circleAnnotation:3,invertedCircleAnnotation:4,parenthesisAnnotation:5,periodAnnotation:6,romanNumeralAnnotation:7,diamondAnnotation:8,invertedBoxAnnotation:9,invertedRoundedBoxAnnotation:10},kanaSpacing:{code:25,exclusive:!0,fullWidthKana:0,proportionalKana:1},ideographicSpacing:{code:26,exclusive:!0,fullWidthIdeographs:0,proportionalIdeographs:1,halfWidthIdeographs:2},unicodeDecomposition:{code:27,exclusive:!1,canonicalComposition:0,compatibilityComposition:2,transcodingComposition:4},rubyKana:{code:28,exclusive:!1,rubyKana:2},CJKSymbolAlternatives:{code:29,exclusive:!0,noCJKSymbolAlternatives:0,CJKSymbolAltOne:1,CJKSymbolAltTwo:2,CJKSymbolAltThree:3,CJKSymbolAltFour:4,CJKSymbolAltFive:5},ideographicAlternatives:{code:30,exclusive:!0,noIdeographicAlternatives:0,ideographicAltOne:1,ideographicAltTwo:2,ideographicAltThree:3,ideographicAltFour:4,ideographicAltFive:5},CJKVerticalRomanPlacement:{code:31,exclusive:!0,CJKVerticalRomanCentered:0,CJKVerticalRomanHBaseline:1},italicCJKRoman:{code:32,exclusive:!1,CJKItalicRoman:2},caseSensitiveLayout:{code:33,exclusive:!1,caseSensitiveLayout:0,caseSensitiveSpacing:2},alternateKana:{code:34,exclusive:!1,alternateHorizKana:0,alternateVertKana:2},stylisticAlternatives:{code:35,exclusive:!1,noStylisticAlternates:0,stylisticAltOne:2,stylisticAltTwo:4,stylisticAltThree:6,stylisticAltFour:8,stylisticAltFive:10,stylisticAltSix:12,stylisticAltSeven:14,stylisticAltEight:16,stylisticAltNine:18,stylisticAltTen:20,stylisticAltEleven:22,stylisticAltTwelve:24,stylisticAltThirteen:26,stylisticAltFourteen:28,stylisticAltFifteen:30,stylisticAltSixteen:32,stylisticAltSeventeen:34,stylisticAltEighteen:36,stylisticAltNineteen:38,stylisticAltTwenty:40},contextualAlternates:{code:36,exclusive:!1,contextualAlternates:0,swashAlternates:2,contextualSwashAlternates:4},lowerCase:{code:37,exclusive:!0,defaultLowerCase:0,lowerCaseSmallCaps:1,lowerCasePetiteCaps:2},upperCase:{code:38,exclusive:!0,defaultUpperCase:0,upperCaseSmallCaps:1,upperCasePetiteCaps:2},languageTag:{code:39,exclusive:!0},CJKRomanSpacing:{code:103,exclusive:!0,halfWidthCJKRoman:0,proportionalCJKRoman:1,defaultCJKRoman:2,fullWidthCJKRoman:3}},$3b6302b64eccc32c$var$feature=(a,s)=>[$3b6302b64eccc32c$var$features[a].code,$3b6302b64eccc32c$var$features[a][s]],$3b6302b64eccc32c$var$OTMapping={rlig:$3b6302b64eccc32c$var$feature("ligatures","requiredLigatures"),clig:$3b6302b64eccc32c$var$feature("ligatures","contextualLigatures"),dlig:$3b6302b64eccc32c$var$feature("ligatures","rareLigatures"),hlig:$3b6302b64eccc32c$var$feature("ligatures","historicalLigatures"),liga:$3b6302b64eccc32c$var$feature("ligatures","commonLigatures"),hist:$3b6302b64eccc32c$var$feature("ligatures","historicalLigatures"),smcp:$3b6302b64eccc32c$var$feature("lowerCase","lowerCaseSmallCaps"),pcap:$3b6302b64eccc32c$var$feature("lowerCase","lowerCasePetiteCaps"),frac:$3b6302b64eccc32c$var$feature("fractions","diagonalFractions"),dnom:$3b6302b64eccc32c$var$feature("fractions","diagonalFractions"),numr:$3b6302b64eccc32c$var$feature("fractions","diagonalFractions"),afrc:$3b6302b64eccc32c$var$feature("fractions","verticalFractions"),case:$3b6302b64eccc32c$var$feature("caseSensitiveLayout","caseSensitiveLayout"),ccmp:$3b6302b64eccc32c$var$feature("unicodeDecomposition","canonicalComposition"),cpct:$3b6302b64eccc32c$var$feature("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),valt:$3b6302b64eccc32c$var$feature("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),swsh:$3b6302b64eccc32c$var$feature("contextualAlternates","swashAlternates"),cswh:$3b6302b64eccc32c$var$feature("contextualAlternates","contextualSwashAlternates"),curs:$3b6302b64eccc32c$var$feature("cursiveConnection","cursive"),c2pc:$3b6302b64eccc32c$var$feature("upperCase","upperCasePetiteCaps"),c2sc:$3b6302b64eccc32c$var$feature("upperCase","upperCaseSmallCaps"),init:$3b6302b64eccc32c$var$feature("smartSwash","wordInitialSwashes"),fin2:$3b6302b64eccc32c$var$feature("smartSwash","wordFinalSwashes"),medi:$3b6302b64eccc32c$var$feature("smartSwash","nonFinalSwashes"),med2:$3b6302b64eccc32c$var$feature("smartSwash","nonFinalSwashes"),fin3:$3b6302b64eccc32c$var$feature("smartSwash","wordFinalSwashes"),fina:$3b6302b64eccc32c$var$feature("smartSwash","wordFinalSwashes"),pkna:$3b6302b64eccc32c$var$feature("kanaSpacing","proportionalKana"),half:$3b6302b64eccc32c$var$feature("textSpacing","halfWidthText"),halt:$3b6302b64eccc32c$var$feature("textSpacing","altHalfWidthText"),hkna:$3b6302b64eccc32c$var$feature("alternateKana","alternateHorizKana"),vkna:$3b6302b64eccc32c$var$feature("alternateKana","alternateVertKana"),ital:$3b6302b64eccc32c$var$feature("italicCJKRoman","CJKItalicRoman"),lnum:$3b6302b64eccc32c$var$feature("numberCase","upperCaseNumbers"),onum:$3b6302b64eccc32c$var$feature("numberCase","lowerCaseNumbers"),mgrk:$3b6302b64eccc32c$var$feature("mathematicalExtras","mathematicalGreek"),calt:$3b6302b64eccc32c$var$feature("contextualAlternates","contextualAlternates"),vrt2:$3b6302b64eccc32c$var$feature("verticalSubstitution","substituteVerticalForms"),vert:$3b6302b64eccc32c$var$feature("verticalSubstitution","substituteVerticalForms"),tnum:$3b6302b64eccc32c$var$feature("numberSpacing","monospacedNumbers"),pnum:$3b6302b64eccc32c$var$feature("numberSpacing","proportionalNumbers"),sups:$3b6302b64eccc32c$var$feature("verticalPosition","superiors"),subs:$3b6302b64eccc32c$var$feature("verticalPosition","inferiors"),ordn:$3b6302b64eccc32c$var$feature("verticalPosition","ordinals"),pwid:$3b6302b64eccc32c$var$feature("textSpacing","proportionalText"),hwid:$3b6302b64eccc32c$var$feature("textSpacing","halfWidthText"),qwid:$3b6302b64eccc32c$var$feature("textSpacing","quarterWidthText"),twid:$3b6302b64eccc32c$var$feature("textSpacing","thirdWidthText"),fwid:$3b6302b64eccc32c$var$feature("textSpacing","proportionalText"),palt:$3b6302b64eccc32c$var$feature("textSpacing","altProportionalText"),trad:$3b6302b64eccc32c$var$feature("characterShape","traditionalCharacters"),smpl:$3b6302b64eccc32c$var$feature("characterShape","simplifiedCharacters"),jp78:$3b6302b64eccc32c$var$feature("characterShape","JIS1978Characters"),jp83:$3b6302b64eccc32c$var$feature("characterShape","JIS1983Characters"),jp90:$3b6302b64eccc32c$var$feature("characterShape","JIS1990Characters"),jp04:$3b6302b64eccc32c$var$feature("characterShape","JIS2004Characters"),expt:$3b6302b64eccc32c$var$feature("characterShape","expertCharacters"),hojo:$3b6302b64eccc32c$var$feature("characterShape","hojoCharacters"),nlck:$3b6302b64eccc32c$var$feature("characterShape","NLCCharacters"),tnam:$3b6302b64eccc32c$var$feature("characterShape","traditionalNamesCharacters"),ruby:$3b6302b64eccc32c$var$feature("rubyKana","rubyKana"),titl:$3b6302b64eccc32c$var$feature("styleOptions","titlingCaps"),zero:$3b6302b64eccc32c$var$feature("typographicExtras","slashedZero"),ss01:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltOne"),ss02:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTwo"),ss03:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltThree"),ss04:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFour"),ss05:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFive"),ss06:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSix"),ss07:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSeven"),ss08:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltEight"),ss09:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltNine"),ss10:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTen"),ss11:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltEleven"),ss12:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTwelve"),ss13:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltThirteen"),ss14:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFourteen"),ss15:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltFifteen"),ss16:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSixteen"),ss17:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltSeventeen"),ss18:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltEighteen"),ss19:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltNineteen"),ss20:$3b6302b64eccc32c$var$feature("stylisticAlternatives","stylisticAltTwenty")};for(let a=1;a<=99;a++)$3b6302b64eccc32c$var$OTMapping[`cv${`00${a}`.slice(-2)}`]=[$3b6302b64eccc32c$var$features.characterAlternatives.code,a];let $3b6302b64eccc32c$var$AATMapping={};for(let a in $3b6302b64eccc32c$var$OTMapping){let s=$3b6302b64eccc32c$var$OTMapping[a];$3b6302b64eccc32c$var$AATMapping[s[0]]==null&&($3b6302b64eccc32c$var$AATMapping[s[0]]={}),$3b6302b64eccc32c$var$AATMapping[s[0]][s[1]]=a}function $3b6302b64eccc32c$export$b813f7d2a1677c16(a){let s={};for(let c in a){let u;(u=$3b6302b64eccc32c$var$OTMapping[c])&&(s[u[0]]==null&&(s[u[0]]={}),s[u[0]][u[1]]=a[c])}return s}function $3b6302b64eccc32c$var$mapFeatureStrings(a){let[s,c]=a;if(isNaN(s))var u=$3b6302b64eccc32c$var$features[s]&&$3b6302b64eccc32c$var$features[s].code;else var u=s;if(isNaN(c))var d=$3b6302b64eccc32c$var$features[s]&&$3b6302b64eccc32c$var$features[s][c];else var d=c;return[u,d]}function $3b6302b64eccc32c$export$bd6df347a4f391c4(a){let s={};if(Array.isArray(a))for(let c=0;c<a.length;c++){let u,d=$3b6302b64eccc32c$var$mapFeatureStrings(a[c]);(u=$3b6302b64eccc32c$var$AATMapping[d[0]]&&$3b6302b64eccc32c$var$AATMapping[d[0]][d[1]])&&(s[u]=!0)}else if(typeof a=="object")for(let c in a){let u=a[c];for(let d in u){let p,A=$3b6302b64eccc32c$var$mapFeatureStrings([c,d]);u[d]&&(p=$3b6302b64eccc32c$var$AATMapping[A[0]]&&$3b6302b64eccc32c$var$AATMapping[A[0]][A[1]])&&(s[p]=!0)}}return Object.keys(s)}class $ff5ce077dae0f144$export$2e2bcd8739ae039{lookup(s){switch(this.table.version){case 0:return this.table.values.getItem(s);case 2:case 4:{let d=0,p=this.table.binarySearchHeader.nUnits-1;for(;d<=p;){var c=d+p>>1,u=this.table.segments[c];if(u.firstGlyph===65535)return null;if(s<u.firstGlyph)p=c-1;else if(s>u.lastGlyph)d=c+1;else return this.table.version===2?u.value:u.values[s-u.firstGlyph]}return null}case 6:{let d=0,p=this.table.binarySearchHeader.nUnits-1;for(;d<=p;){var c=d+p>>1,u=this.table.segments[c];if(u.glyph===65535)return null;if(s<u.glyph)p=c-1;else if(s>u.glyph)d=c+1;else return u.value}return null}case 8:return this.table.values[s-this.table.firstGlyph];default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}}glyphsForValue(s){let c=[];switch(this.table.version){case 2:case 4:for(let u of this.table.segments)if(this.table.version===2&&u.value===s)c.push(...$12727730ddfc8bfe$export$d02631cccf789723(u.firstGlyph,u.lastGlyph+1));else for(let d=0;d<u.values.length;d++)u.values[d]===s&&c.push(u.firstGlyph+d);break;case 6:for(let u of this.table.segments)u.value===s&&c.push(u.glyph);break;case 8:for(let u=0;u<this.table.values.length;u++)this.table.values[u]===s&&c.push(this.table.firstGlyph+u);break;default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}return c}constructor(s){this.table=s}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$ff5ce077dae0f144$export$2e2bcd8739ae039.prototype,"glyphsForValue",null);const $50c7aac9316f2948$var$START_OF_TEXT_STATE=0,$50c7aac9316f2948$var$END_OF_TEXT_CLASS=0,$50c7aac9316f2948$var$OUT_OF_BOUNDS_CLASS=1,$50c7aac9316f2948$var$DELETED_GLYPH_CLASS=2,$50c7aac9316f2948$var$DONT_ADVANCE=16384;class $50c7aac9316f2948$export$2e2bcd8739ae039{process(s,c,u){let d=$50c7aac9316f2948$var$START_OF_TEXT_STATE,p=c?s.length-1:0,A=c?-1:1;for(;A===1&&p<=s.length||A===-1&&p>=-1;){let v=null,b=$50c7aac9316f2948$var$OUT_OF_BOUNDS_CLASS,g=!0;p===s.length||p===-1?b=$50c7aac9316f2948$var$END_OF_TEXT_CLASS:(v=s[p],v.id===65535?b=$50c7aac9316f2948$var$DELETED_GLYPH_CLASS:(b=this.lookupTable.lookup(v.id),b==null&&(b=$50c7aac9316f2948$var$OUT_OF_BOUNDS_CLASS)));let y=this.stateTable.stateArray.getItem(d)[b],f=this.stateTable.entryTable.getItem(y);b!==$50c7aac9316f2948$var$END_OF_TEXT_CLASS&&b!==$50c7aac9316f2948$var$DELETED_GLYPH_CLASS&&(u(v,f,p),g=!(f.flags&$50c7aac9316f2948$var$DONT_ADVANCE)),d=f.newState,g&&(p+=A)}return s}traverse(s,c=0,u=new Set){if(u.has(c))return;u.add(c);let{nClasses:d,stateArray:p,entryTable:A}=this.stateTable,v=p.getItem(c);for(let b=4;b<d;b++){let g=v[b],x=A.getItem(g);for(let y of this.lookupTable.glyphsForValue(b))s.enter&&s.enter(y,x),x.newState!==0&&this.traverse(s,x.newState,u),s.exit&&s.exit(y,x)}}constructor(s){this.stateTable=s,this.lookupTable=new $ff5ce077dae0f144$export$2e2bcd8739ae039(s.classTable)}}const $55f71433a605c87d$var$MARK_FIRST=32768,$55f71433a605c87d$var$MARK_LAST=8192,$55f71433a605c87d$var$VERB=15,$55f71433a605c87d$var$SET_MARK=32768,$55f71433a605c87d$var$SET_COMPONENT=32768,$55f71433a605c87d$var$PERFORM_ACTION=8192,$55f71433a605c87d$var$LAST_MASK=2147483648,$55f71433a605c87d$var$STORE_MASK=1073741824,$55f71433a605c87d$var$OFFSET_MASK=1073741823,$55f71433a605c87d$var$REVERSE_DIRECTION=4194304,$55f71433a605c87d$var$CURRENT_INSERT_BEFORE=2048,$55f71433a605c87d$var$MARKED_INSERT_BEFORE=1024,$55f71433a605c87d$var$CURRENT_INSERT_COUNT=992,$55f71433a605c87d$var$MARKED_INSERT_COUNT=31;class $55f71433a605c87d$export$2e2bcd8739ae039{process(s,c={}){for(let d of this.morx.chains){let p=d.defaultFlags;for(let A of d.features){let v;(v=c[A.featureType])&&(v[A.featureSetting]?(p&=A.disableFlags,p|=A.enableFlags):v[A.featureSetting]===!1&&(p|=~A.disableFlags,p&=~A.enableFlags))}for(let A of d.subtables)A.subFeatureFlags&p&&this.processSubtable(A,s)}let u=s.length-1;for(;u>=0;)s[u].id===65535&&s.splice(u,1),u--;return s}processSubtable(s,c){if(this.subtable=s,this.glyphs=c,this.subtable.type===4){this.processNoncontextualSubstitutions(this.subtable,this.glyphs);return}this.ligatureStack=[],this.markedGlyph=null,this.firstGlyph=null,this.lastGlyph=null,this.markedIndex=null;let u=this.getStateMachine(s),d=this.getProcessor(),p=!!(this.subtable.coverage&$55f71433a605c87d$var$REVERSE_DIRECTION);return u.process(this.glyphs,p,d)}getStateMachine(s){return new $50c7aac9316f2948$export$2e2bcd8739ae039(s.table.stateTable)}getProcessor(){switch(this.subtable.type){case 0:return this.processIndicRearragement;case 1:return this.processContextualSubstitution;case 2:return this.processLigature;case 4:return this.processNoncontextualSubstitutions;case 5:return this.processGlyphInsertion;default:throw new Error(`Invalid morx subtable type: ${this.subtable.type}`)}}processIndicRearragement(s,c,u){c.flags&$55f71433a605c87d$var$MARK_FIRST&&(this.firstGlyph=u),c.flags&$55f71433a605c87d$var$MARK_LAST&&(this.lastGlyph=u),$55f71433a605c87d$var$reorderGlyphs(this.glyphs,c.flags&$55f71433a605c87d$var$VERB,this.firstGlyph,this.lastGlyph)}processContextualSubstitution(s,c,u){let d=this.subtable.table.substitutionTable.items;if(c.markIndex!==65535){let A=d.getItem(c.markIndex),v=new $ff5ce077dae0f144$export$2e2bcd8739ae039(A);s=this.glyphs[this.markedGlyph];var p=v.lookup(s.id);p&&(this.glyphs[this.markedGlyph]=this.font.getGlyph(p,s.codePoints))}if(c.currentIndex!==65535){let A=d.getItem(c.currentIndex),v=new $ff5ce077dae0f144$export$2e2bcd8739ae039(A);s=this.glyphs[u];var p=v.lookup(s.id);p&&(this.glyphs[u]=this.font.getGlyph(p,s.codePoints))}c.flags&$55f71433a605c87d$var$SET_MARK&&(this.markedGlyph=u)}processLigature(s,c,u){if(c.flags&$55f71433a605c87d$var$SET_COMPONENT&&this.ligatureStack.push(u),c.flags&$55f71433a605c87d$var$PERFORM_ACTION){let d=this.subtable.table.ligatureActions,p=this.subtable.table.components,A=this.subtable.table.ligatureList,v=c.action,b=!1,g=0,x=[],y=[];for(;!b;){let f=this.ligatureStack.pop();x.unshift(...this.glyphs[f].codePoints);let m=d.getItem(v++);b=!!(m&$55f71433a605c87d$var$LAST_MASK);let C=!!(m&$55f71433a605c87d$var$STORE_MASK),S=(m&$55f71433a605c87d$var$OFFSET_MASK)<<2>>2;S+=this.glyphs[f].id;let w=p.getItem(S);if(g+=w,b||C){let I=A.getItem(g);this.glyphs[f]=this.font.getGlyph(I,x),y.push(f),g=0,x=[]}else this.glyphs[f]=this.font.getGlyph(65535)}this.ligatureStack.push(...y)}}processNoncontextualSubstitutions(s,c,u){let d=new $ff5ce077dae0f144$export$2e2bcd8739ae039(s.table.lookupTable);for(u=0;u<c.length;u++){let p=c[u];if(p.id!==65535){let A=d.lookup(p.id);A&&(c[u]=this.font.getGlyph(A,p.codePoints))}}}_insertGlyphs(s,c,u,d){let p=[];for(;u--;){let A=this.subtable.table.insertionActions.getItem(c++);p.push(this.font.getGlyph(A))}d||s++,this.glyphs.splice(s,0,...p)}processGlyphInsertion(s,c,u){if(c.flags&$55f71433a605c87d$var$SET_MARK&&(this.markedIndex=u),c.markedInsertIndex!==65535){let d=(c.flags&$55f71433a605c87d$var$MARKED_INSERT_COUNT)>>>5,p=!!(c.flags&$55f71433a605c87d$var$MARKED_INSERT_BEFORE);this._insertGlyphs(this.markedIndex,c.markedInsertIndex,d,p)}if(c.currentInsertIndex!==65535){let d=(c.flags&$55f71433a605c87d$var$CURRENT_INSERT_COUNT)>>>5,p=!!(c.flags&$55f71433a605c87d$var$CURRENT_INSERT_BEFORE);this._insertGlyphs(u,c.currentInsertIndex,d,p)}}getSupportedFeatures(){let s=[];for(let c of this.morx.chains)for(let u of c.features)s.push([u.featureType,u.featureSetting]);return s}generateInputs(s){return this.inputCache||this.generateInputCache(),this.inputCache[s]||[]}generateInputCache(){this.inputCache={};for(let s of this.morx.chains){let c=s.defaultFlags;for(let u of s.subtables)u.subFeatureFlags&c&&this.generateInputsForSubtable(u)}}generateInputsForSubtable(s){if(s.type!==2)return;if(!!(s.coverage&$55f71433a605c87d$var$REVERSE_DIRECTION))throw new Error("Reverse subtable, not supported.");this.subtable=s,this.ligatureStack=[];let u=this.getStateMachine(s),d=this.getProcessor(),p=[],A=[];this.glyphs=[],u.traverse({enter:(v,b)=>{let g=this.glyphs;A.push({glyphs:g.slice(),ligatureStack:this.ligatureStack.slice()});let x=this.font.getGlyph(v);p.push(x),g.push(p[p.length-1]),d(g[g.length-1],b,g.length-1);let y=0,f=0;for(let m=0;m<g.length&&y<=1;m++)g[m].id!==65535&&(y++,f=g[m].id);if(y===1){let m=p.map(S=>S.id),C=this.inputCache[f];C?C.push(m):this.inputCache[f]=[m]}},exit:()=>{({glyphs:this.glyphs,ligatureStack:this.ligatureStack}=A.pop()),p.pop()}})}constructor(s){this.processIndicRearragement=this.processIndicRearragement.bind(this),this.processContextualSubstitution=this.processContextualSubstitution.bind(this),this.processLigature=this.processLigature.bind(this),this.processNoncontextualSubstitutions=this.processNoncontextualSubstitutions.bind(this),this.processGlyphInsertion=this.processGlyphInsertion.bind(this),this.font=s,this.morx=s.morx,this.inputCache=null}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$55f71433a605c87d$export$2e2bcd8739ae039.prototype,"getStateMachine",null);function $55f71433a605c87d$var$swap(a,s,c,u=!1,d=!1){let p=a.splice(c[0]-(c[1]-1),c[1]);d&&p.reverse();let A=a.splice(s[0],s[1],...p);return u&&A.reverse(),a.splice(c[0]-(s[1]-1),0,...A),a}function $55f71433a605c87d$var$reorderGlyphs(a,s,c,u){switch(s){case 0:return a;case 1:return $55f71433a605c87d$var$swap(a,[c,1],[u,0]);case 2:return $55f71433a605c87d$var$swap(a,[c,0],[u,1]);case 3:return $55f71433a605c87d$var$swap(a,[c,1],[u,1]);case 4:return $55f71433a605c87d$var$swap(a,[c,2],[u,0]);case 5:return $55f71433a605c87d$var$swap(a,[c,2],[u,0],!0,!1);case 6:return $55f71433a605c87d$var$swap(a,[c,0],[u,2]);case 7:return $55f71433a605c87d$var$swap(a,[c,0],[u,2],!1,!0);case 8:return $55f71433a605c87d$var$swap(a,[c,1],[u,2]);case 9:return $55f71433a605c87d$var$swap(a,[c,1],[u,2],!1,!0);case 10:return $55f71433a605c87d$var$swap(a,[c,2],[u,1]);case 11:return $55f71433a605c87d$var$swap(a,[c,2],[u,1],!0,!1);case 12:return $55f71433a605c87d$var$swap(a,[c,2],[u,2]);case 13:return $55f71433a605c87d$var$swap(a,[c,2],[u,2],!0,!1);case 14:return $55f71433a605c87d$var$swap(a,[c,2],[u,2],!1,!0);case 15:return $55f71433a605c87d$var$swap(a,[c,2],[u,2],!0,!0);default:throw new Error(`Unknown verb: ${s}`)}}class $ba6dd74203be8728$export$2e2bcd8739ae039{substitute(s){s.direction==="rtl"&&s.glyphs.reverse(),this.morxProcessor.process(s.glyphs,$3b6302b64eccc32c$export$b813f7d2a1677c16(s.features))}getAvailableFeatures(s,c){return $3b6302b64eccc32c$export$bd6df347a4f391c4(this.morxProcessor.getSupportedFeatures())}stringsForGlyph(s){let c=this.morxProcessor.generateInputs(s),u=new Set;for(let d of c)this._addStrings(d,0,u,"");return u}_addStrings(s,c,u,d){let p=this.font._cmapProcessor.codePointsForGlyph(s[c]);for(let A of p){let v=d+String.fromCodePoint(A);c<s.length-1?this._addStrings(s,c+1,u,v):u.add(v)}}constructor(s){this.font=s,this.morxProcessor=new $55f71433a605c87d$export$2e2bcd8739ae039(s),this.fallbackPosition=!1}}class $94d7a73bd2edfc9a$export$2e2bcd8739ae039{_addFeatures(s,c){let u=this.stages.length-1,d=this.stages[u];for(let p of s)this.allFeatures[p]==null&&(d.push(p),this.allFeatures[p]=u,c&&(this.globalFeatures[p]=!0))}add(s,c=!0){if(this.stages.length===0&&this.stages.push([]),typeof s=="string"&&(s=[s]),Array.isArray(s))this._addFeatures(s,c);else if(typeof s=="object")this._addFeatures(s.global||[],!0),this._addFeatures(s.local||[],!1);else throw new Error("Unsupported argument to ShapingPlan#add")}addStage(s,c){typeof s=="function"?this.stages.push(s,[]):(this.stages.push([]),this.add(s,c))}setFeatureOverrides(s){if(Array.isArray(s))this.add(s);else if(typeof s=="object"){for(let c in s)if(s[c])this.add(c);else if(this.allFeatures[c]!=null){let u=this.stages[this.allFeatures[c]];u.splice(u.indexOf(c),1),delete this.allFeatures[c],delete this.globalFeatures[c]}}}assignGlobalFeatures(s){for(let c of s)for(let u in this.globalFeatures)c.features[u]=!0}process(s,c,u){for(let d of this.stages)typeof d=="function"?u||d(this.font,c,this):d.length>0&&s.applyFeatures(d,c,u)}constructor(s,c,u){this.font=s,this.script=c,this.direction=u,this.stages=[],this.globalFeatures={},this.allFeatures={}}}const $649970d87335b30f$var$VARIATION_FEATURES=["rvrn"],$649970d87335b30f$var$COMMON_FEATURES=["ccmp","locl","rlig","mark","mkmk"],$649970d87335b30f$var$FRACTIONAL_FEATURES=["frac","numr","dnom"],$649970d87335b30f$var$HORIZONTAL_FEATURES=["calt","clig","liga","rclt","curs","kern"],$649970d87335b30f$var$DIRECTIONAL_FEATURES={ltr:["ltra","ltrm"],rtl:["rtla","rtlm"]};class $649970d87335b30f$export$2e2bcd8739ae039{static plan(s,c,u){this.planPreprocessing(s),this.planFeatures(s),this.planPostprocessing(s,u),s.assignGlobalFeatures(c),this.assignFeatures(s,c)}static planPreprocessing(s){s.add({global:[...$649970d87335b30f$var$VARIATION_FEATURES,...$649970d87335b30f$var$DIRECTIONAL_FEATURES[s.direction]],local:$649970d87335b30f$var$FRACTIONAL_FEATURES})}static planFeatures(s){}static planPostprocessing(s,c){s.add([...$649970d87335b30f$var$COMMON_FEATURES,...$649970d87335b30f$var$HORIZONTAL_FEATURES]),s.setFeatureOverrides(c)}static assignFeatures(s,c){for(let u=0;u<c.length;u++){let d=c[u];if(d.codePoints[0]===8260){let p=u,A=u+1;for(;p>0&&$747425b437e121da$export$727d9dbc4fbb948f(c[p-1].codePoints[0]);)c[p-1].features.numr=!0,c[p-1].features.frac=!0,p--;for(;A<c.length&&$747425b437e121da$export$727d9dbc4fbb948f(c[A].codePoints[0]);)c[A].features.dnom=!0,c[A].features.frac=!0,A++;d.features.frac=!0,u=A-1}}}}_define_property($649970d87335b30f$export$2e2bcd8739ae039,"zeroMarkWidths","AFTER_GPOS");const $764eb544bbe1ccf0$var$trie=new $6uUbQ$unicodetrie($12727730ddfc8bfe$export$94fdf11bafc8de6b("APABAAAAAAAAOAAAAf0BAv7tmi1MxDAUx7vtvjhAgcDgkEgEAnmXEBIMCYaEcygEiqBQ4FAkCE4ikUgMiiBJSAgSiUQSDMn9L9eSl6bddddug9t7yS/trevre+3r27pcNxZiG+yCfdCVv/9LeQxOwRm4AJegD27ALbgD9+ABPJF+z+BN/h7yDj5k/VOWX6SdmU5+wLWknggxDxaS8u0qiiX4uiz9XamQ3wzDMAzDMAzDMAzDVI/h959V/v7BMAzDMAzDMLlyNTNiMSdewVxbiA44B4/guz1qW58VYlMI0WsJ0W+N6kXw0spvPtdwhtkwnGM6uLaV4Xyzg3v3PM9DPfQ/sOg4xPWjipy31P8LTqbU304c/cLCUmWJLNB2Uz2U1KTeRKNmKHVMfbJC+/0loTZRH/W5cvEvBJPMbREkWt3FD1NcqXZBSpuE2Ad0PBehPtNrPtIEdYP+hiRt/V1jIiE69X4NT/uVZI3PUHE9bm5M7ePGdZWy951v7Nn6j8v1WWKP3mt6ttnsigx6VN7Vc0VomSSGqW2mGNP1muZPl7LfjNUaKNFtDGVf2fvE9O7VlBS5j333c5p/eeoOqcs1R/hIqDWLJ7TTlksirVT1SI7l8k4Yp+g3jafGcrU1RM6l9th80XOpnlN97bDNY4i4s61B0Si/ipa0uHMl6zqEjlFfCZm/TM8KmzQDjmuTAQ==")),$764eb544bbe1ccf0$var$FEATURES=["isol","fina","fin2","fin3","medi","med2","init"],$764eb544bbe1ccf0$var$ShapingClasses={Non_Joining:0,Transparent:6},$764eb544bbe1ccf0$var$ISOL="isol",$764eb544bbe1ccf0$var$FINA="fina",$764eb544bbe1ccf0$var$FIN2="fin2",$764eb544bbe1ccf0$var$FIN3="fin3",$764eb544bbe1ccf0$var$MEDI="medi",$764eb544bbe1ccf0$var$MED2="med2",$764eb544bbe1ccf0$var$INIT="init",$764eb544bbe1ccf0$var$NONE=null,$764eb544bbe1ccf0$var$STATE_TABLE=[[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$FIN2,5],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,1],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,3],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,4],[$764eb544bbe1ccf0$var$INIT,$764eb544bbe1ccf0$var$FINA,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,1],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,3],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,4],[$764eb544bbe1ccf0$var$MEDI,$764eb544bbe1ccf0$var$FINA,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$FIN2,5],[$764eb544bbe1ccf0$var$MED2,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$FIN2,5],[$764eb544bbe1ccf0$var$ISOL,$764eb544bbe1ccf0$var$ISOL,6]],[[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$NONE,0],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,1],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,2],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$FIN3,5],[$764eb544bbe1ccf0$var$NONE,$764eb544bbe1ccf0$var$ISOL,6]]];class $764eb544bbe1ccf0$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.add(["ccmp","locl"]);for(let c=0;c<$764eb544bbe1ccf0$var$FEATURES.length;c++){let u=$764eb544bbe1ccf0$var$FEATURES[c];s.addStage(u,!1)}s.addStage("mset")}static assignFeatures(s,c){super.assignFeatures(s,c);let u=-1,d=0,p=[];for(let v=0;v<c.length;v++){let b,g;var A=c[v];let x=$764eb544bbe1ccf0$var$getShapingClass(A.codePoints[0]);if(x===$764eb544bbe1ccf0$var$ShapingClasses.Transparent){p[v]=$764eb544bbe1ccf0$var$NONE;continue}[g,b,d]=$764eb544bbe1ccf0$var$STATE_TABLE[d][x],g!==$764eb544bbe1ccf0$var$NONE&&u!==-1&&(p[u]=g),p[v]=b,u=v}for(let v=0;v<c.length;v++){let b;var A=c[v];(b=p[v])&&(A.features[b]=!0)}}}function $764eb544bbe1ccf0$var$getShapingClass(a){let s=$764eb544bbe1ccf0$var$trie.get(a);if(s)return s-1;let c=$747425b437e121da$export$410364bbb673ddbc(a);return c==="Mn"||c==="Me"||c==="Cf"?$764eb544bbe1ccf0$var$ShapingClasses.Transparent:$764eb544bbe1ccf0$var$ShapingClasses.Non_Joining}class $85d408632270248b$export$2e2bcd8739ae039{reset(s={},c=0){this.options=s,this.flags=s.flags||{},this.markAttachmentType=s.markAttachmentType||0,this.index=c}get cur(){return this.glyphs[this.index]||null}shouldIgnore(s){return this.flags.ignoreMarks&&s.isMark||this.flags.ignoreBaseGlyphs&&s.isBase||this.flags.ignoreLigatures&&s.isLigature||this.markAttachmentType&&s.isMark&&s.markAttachmentType!==this.markAttachmentType}move(s){for(this.index+=s;0<=this.index&&this.index<this.glyphs.length&&this.shouldIgnore(this.glyphs[this.index]);)this.index+=s;return 0>this.index||this.index>=this.glyphs.length?null:this.glyphs[this.index]}next(){return this.move(1)}prev(){return this.move(-1)}peek(s=1){let c=this.index,u=this.increment(s);return this.index=c,u}peekIndex(s=1){let c=this.index;this.increment(s);let u=this.index;return this.index=c,u}increment(s=1){let c=s<0?-1:1;for(s=Math.abs(s);s--;)this.move(c);return this.glyphs[this.index]}constructor(s,c){this.glyphs=s,this.reset(c)}}const $a83b9c36aaa94fd3$var$DEFAULT_SCRIPTS=["DFLT","dflt","latn"];class $a83b9c36aaa94fd3$export$2e2bcd8739ae039{findScript(s){if(this.table.scriptList==null)return null;Array.isArray(s)||(s=[s]);for(let c of s)for(let u of this.table.scriptList)if(u.tag===c)return u;return null}selectScript(s,c,u){let d=!1,p;if(!this.script||s!==this.scriptTag){if(p=this.findScript(s),p||(p=this.findScript($a83b9c36aaa94fd3$var$DEFAULT_SCRIPTS)),!p)return this.scriptTag;this.scriptTag=p.tag,this.script=p.script,this.language=null,this.languageTag=null,d=!0}if((!u||u!==this.direction)&&(this.direction=u||$130d1a642ebcd2b7$export$9fddb9d0dd7d8a54(s)),c&&c.length<4&&(c+=" ".repeat(4-c.length)),!c||c!==this.languageTag){this.language=null;for(let A of this.script.langSysRecords)if(A.tag===c){this.language=A.langSys,this.languageTag=A.tag;break}this.language||(this.language=this.script.defaultLangSys,this.languageTag=null),d=!0}if(d&&(this.features={},this.language))for(let A of this.language.featureIndexes){let v=this.table.featureList[A],b=this.substituteFeatureForVariations(A);this.features[v.tag]=b||v.feature}return this.scriptTag}lookupsForFeatures(s=[],c){let u=[];for(let d of s){let p=this.features[d];if(p)for(let A of p.lookupListIndexes)c&&c.indexOf(A)!==-1||u.push({feature:d,index:A,lookup:this.table.lookupList.get(A)})}return u.sort((d,p)=>d.index-p.index),u}substituteFeatureForVariations(s){if(this.variationsIndex===-1)return null;let u=this.table.featureVariations.featureVariationRecords[this.variationsIndex].featureTableSubstitution.substitutions;for(let d of u)if(d.featureIndex===s)return d.alternateFeatureTable;return null}findVariationsIndex(s){let c=this.table.featureVariations;if(!c)return-1;let u=c.featureVariationRecords;for(let d=0;d<u.length;d++){let p=u[d].conditionSet.conditionTable;if(this.variationConditionsMatch(p,s))return d}return-1}variationConditionsMatch(s,c){return s.every(u=>{let d=u.axisIndex<c.length?c[u.axisIndex]:0;return u.filterRangeMinValue<=d&&d<=u.filterRangeMaxValue})}applyFeatures(s,c,u){let d=this.lookupsForFeatures(s);this.applyLookups(d,c,u)}applyLookups(s,c,u){this.glyphs=c,this.positions=u,this.glyphIterator=new $85d408632270248b$export$2e2bcd8739ae039(c);for(let{feature:d,lookup:p}of s)for(this.currentFeature=d,this.glyphIterator.reset(p.flags);this.glyphIterator.index<c.length;){if(!(d in this.glyphIterator.cur.features)){this.glyphIterator.next();continue}for(let A of p.subTables)if(this.applyLookup(p.lookupType,A))break;this.glyphIterator.next()}}applyLookup(s,c){throw new Error("applyLookup must be implemented by subclasses")}applyLookupList(s){let c=this.glyphIterator.options,u=this.glyphIterator.index;for(let d of s){this.glyphIterator.reset(c,u),this.glyphIterator.increment(d.sequenceIndex);let p=this.table.lookupList.get(d.lookupListIndex);this.glyphIterator.reset(p.flags,this.glyphIterator.index);for(let A of p.subTables)if(this.applyLookup(p.lookupType,A))break}return this.glyphIterator.reset(c,u),!0}coverageIndex(s,c){switch(c==null&&(c=this.glyphIterator.cur.id),s.version){case 1:return s.glyphs.indexOf(c);case 2:for(let u of s.rangeRecords)if(u.start<=c&&c<=u.end)return u.startCoverageIndex+c-u.start;break}return-1}match(s,c,u,d){let p=this.glyphIterator.index,A=this.glyphIterator.increment(s),v=0;for(;v<c.length&&A&&u(c[v],A);)d&&d.push(this.glyphIterator.index),v++,A=this.glyphIterator.next();return this.glyphIterator.index=p,v<c.length?!1:d||!0}sequenceMatches(s,c){return this.match(s,c,(u,d)=>u===d.id)}sequenceMatchIndices(s,c){return this.match(s,c,(u,d)=>this.currentFeature in d.features?u===d.id:!1,[])}coverageSequenceMatches(s,c){return this.match(s,c,(u,d)=>this.coverageIndex(u,d.id)>=0)}getClassID(s,c){switch(c.version){case 1:let u=s-c.startGlyph;if(u>=0&&u<c.classValueArray.length)return c.classValueArray[u];break;case 2:for(let d of c.classRangeRecord)if(d.start<=s&&s<=d.end)return d.class;break}return 0}classSequenceMatches(s,c,u){return this.match(s,c,(d,p)=>d===this.getClassID(p.id,u))}applyContext(s){let c,u;switch(s.version){case 1:if(c=this.coverageIndex(s.coverage),c===-1)return!1;u=s.ruleSets[c];for(let d of u)if(this.sequenceMatches(1,d.input))return this.applyLookupList(d.lookupRecords);break;case 2:if(this.coverageIndex(s.coverage)===-1||(c=this.getClassID(this.glyphIterator.cur.id,s.classDef),c===-1))return!1;u=s.classSet[c];for(let d of u)if(this.classSequenceMatches(1,d.classes,s.classDef))return this.applyLookupList(d.lookupRecords);break;case 3:if(this.coverageSequenceMatches(0,s.coverages))return this.applyLookupList(s.lookupRecords);break}return!1}applyChainingContext(s){let c;switch(s.version){case 1:if(c=this.coverageIndex(s.coverage),c===-1)return!1;let u=s.chainRuleSets[c];for(let p of u)if(this.sequenceMatches(-p.backtrack.length,p.backtrack)&&this.sequenceMatches(1,p.input)&&this.sequenceMatches(1+p.input.length,p.lookahead))return this.applyLookupList(p.lookupRecords);break;case 2:if(this.coverageIndex(s.coverage)===-1)return!1;c=this.getClassID(this.glyphIterator.cur.id,s.inputClassDef);let d=s.chainClassSet[c];if(!d)return!1;for(let p of d)if(this.classSequenceMatches(-p.backtrack.length,p.backtrack,s.backtrackClassDef)&&this.classSequenceMatches(1,p.input,s.inputClassDef)&&this.classSequenceMatches(1+p.input.length,p.lookahead,s.lookaheadClassDef))return this.applyLookupList(p.lookupRecords);break;case 3:if(this.coverageSequenceMatches(-s.backtrackGlyphCount,s.backtrackCoverage)&&this.coverageSequenceMatches(0,s.inputCoverage)&&this.coverageSequenceMatches(s.inputGlyphCount,s.lookaheadCoverage))return this.applyLookupList(s.lookupRecords);break}return!1}constructor(s,c){this.font=s,this.table=c,this.script=null,this.scriptTag=null,this.language=null,this.languageTag=null,this.features={},this.lookups={},this.variationsIndex=s._variationProcessor?this.findVariationsIndex(s._variationProcessor.normalizedCoords):-1,this.selectScript(),this.glyphs=[],this.positions=[],this.ligatureID=1,this.currentFeature=null}}class $10e7b257e1a9a756$export$2e2bcd8739ae039{get id(){return this._id}set id(s){this._id=s,this.substituted=!0;let c=this._font.GDEF;if(c&&c.glyphClassDef){let u=$a83b9c36aaa94fd3$export$2e2bcd8739ae039.prototype.getClassID(s,c.glyphClassDef);this.isBase=u===1,this.isLigature=u===2,this.isMark=u===3,this.markAttachmentType=c.markAttachClassDef?$a83b9c36aaa94fd3$export$2e2bcd8739ae039.prototype.getClassID(s,c.markAttachClassDef):0}else this.isMark=this.codePoints.length>0&&this.codePoints.every($747425b437e121da$export$e33ad6871e762338),this.isBase=!this.isMark,this.isLigature=this.codePoints.length>1,this.markAttachmentType=0}copy(){return new $10e7b257e1a9a756$export$2e2bcd8739ae039(this._font,this.id,this.codePoints,this.features)}constructor(s,c,u=[],d){if(this._font=s,this.codePoints=u,this.id=c,this.features={},Array.isArray(d))for(let p=0;p<d.length;p++){let A=d[p];this.features[A]=!0}else typeof d=="object"&&Object.assign(this.features,d);this.ligatureID=null,this.ligatureComponent=null,this.isLigated=!1,this.cursiveAttachment=null,this.markAttachment=null,this.shaperInfo=null,this.substituted=!1,this.isMultiplied=!1}}class $e1c6bbc8cb416f8c$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.add(["ljmo","vjmo","tjmo"],!1)}static assignFeatures(s,c){let u=0,d=0;for(;d<c.length;){let p,v=c[d].codePoints[0],b=$e1c6bbc8cb416f8c$var$getType(v);switch([p,u]=$e1c6bbc8cb416f8c$var$STATE_TABLE[u][b],p){case $e1c6bbc8cb416f8c$var$DECOMPOSE:s.font.hasGlyphForCodePoint(v)||(d=$e1c6bbc8cb416f8c$var$decompose(c,d,s.font));break;case $e1c6bbc8cb416f8c$var$COMPOSE:d=$e1c6bbc8cb416f8c$var$compose(c,d,s.font);break;case $e1c6bbc8cb416f8c$var$TONE_MARK:$e1c6bbc8cb416f8c$var$reorderToneMark(c,d,s.font);break;case $e1c6bbc8cb416f8c$var$INVALID:d=$e1c6bbc8cb416f8c$var$insertDottedCircle(c,d,s.font);break}d++}}}_define_property($e1c6bbc8cb416f8c$export$2e2bcd8739ae039,"zeroMarkWidths","NONE");const $e1c6bbc8cb416f8c$var$HANGUL_BASE=44032,$e1c6bbc8cb416f8c$var$HANGUL_END=55204,$e1c6bbc8cb416f8c$var$HANGUL_COUNT=$e1c6bbc8cb416f8c$var$HANGUL_END-$e1c6bbc8cb416f8c$var$HANGUL_BASE+1,$e1c6bbc8cb416f8c$var$L_BASE=4352,$e1c6bbc8cb416f8c$var$V_BASE=4449,$e1c6bbc8cb416f8c$var$T_BASE=4519,$e1c6bbc8cb416f8c$var$L_COUNT=19,$e1c6bbc8cb416f8c$var$V_COUNT=21,$e1c6bbc8cb416f8c$var$T_COUNT=28,$e1c6bbc8cb416f8c$var$L_END=$e1c6bbc8cb416f8c$var$L_BASE+$e1c6bbc8cb416f8c$var$L_COUNT-1,$e1c6bbc8cb416f8c$var$V_END=$e1c6bbc8cb416f8c$var$V_BASE+$e1c6bbc8cb416f8c$var$V_COUNT-1,$e1c6bbc8cb416f8c$var$T_END=$e1c6bbc8cb416f8c$var$T_BASE+$e1c6bbc8cb416f8c$var$T_COUNT-1,$e1c6bbc8cb416f8c$var$DOTTED_CIRCLE=9676,$e1c6bbc8cb416f8c$var$isL=a=>4352<=a&&a<=4447||43360<=a&&a<=43388,$e1c6bbc8cb416f8c$var$isV=a=>4448<=a&&a<=4519||55216<=a&&a<=55238,$e1c6bbc8cb416f8c$var$isT=a=>4520<=a&&a<=4607||55243<=a&&a<=55291,$e1c6bbc8cb416f8c$var$isTone=a=>12334<=a&&a<=12335,$e1c6bbc8cb416f8c$var$isLVT=a=>$e1c6bbc8cb416f8c$var$HANGUL_BASE<=a&&a<=$e1c6bbc8cb416f8c$var$HANGUL_END,$e1c6bbc8cb416f8c$var$isLV=a=>a-$e1c6bbc8cb416f8c$var$HANGUL_BASE<$e1c6bbc8cb416f8c$var$HANGUL_COUNT&&(a-$e1c6bbc8cb416f8c$var$HANGUL_BASE)%$e1c6bbc8cb416f8c$var$T_COUNT===0,$e1c6bbc8cb416f8c$var$isCombiningL=a=>$e1c6bbc8cb416f8c$var$L_BASE<=a&&a<=$e1c6bbc8cb416f8c$var$L_END,$e1c6bbc8cb416f8c$var$isCombiningV=a=>$e1c6bbc8cb416f8c$var$V_BASE<=a&&a<=$e1c6bbc8cb416f8c$var$V_END,$e1c6bbc8cb416f8c$var$isCombiningT=a=>1<=a&&a<=$e1c6bbc8cb416f8c$var$T_END,$e1c6bbc8cb416f8c$var$X=0,$e1c6bbc8cb416f8c$var$L=1,$e1c6bbc8cb416f8c$var$V=2,$e1c6bbc8cb416f8c$var$T=3,$e1c6bbc8cb416f8c$var$LV=4,$e1c6bbc8cb416f8c$var$LVT=5,$e1c6bbc8cb416f8c$var$M=6;function $e1c6bbc8cb416f8c$var$getType(a){return $e1c6bbc8cb416f8c$var$isL(a)?$e1c6bbc8cb416f8c$var$L:$e1c6bbc8cb416f8c$var$isV(a)?$e1c6bbc8cb416f8c$var$V:$e1c6bbc8cb416f8c$var$isT(a)?$e1c6bbc8cb416f8c$var$T:$e1c6bbc8cb416f8c$var$isLV(a)?$e1c6bbc8cb416f8c$var$LV:$e1c6bbc8cb416f8c$var$isLVT(a)?$e1c6bbc8cb416f8c$var$LVT:$e1c6bbc8cb416f8c$var$isTone(a)?$e1c6bbc8cb416f8c$var$M:$e1c6bbc8cb416f8c$var$X}const $e1c6bbc8cb416f8c$var$NO_ACTION=0,$e1c6bbc8cb416f8c$var$DECOMPOSE=1,$e1c6bbc8cb416f8c$var$COMPOSE=2,$e1c6bbc8cb416f8c$var$TONE_MARK=4,$e1c6bbc8cb416f8c$var$INVALID=5,$e1c6bbc8cb416f8c$var$STATE_TABLE=[[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$INVALID,0]],[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$COMPOSE,2],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$INVALID,0]],[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$COMPOSE,3],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$TONE_MARK,0]],[[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,1],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$NO_ACTION,0],[$e1c6bbc8cb416f8c$var$DECOMPOSE,2],[$e1c6bbc8cb416f8c$var$DECOMPOSE,3],[$e1c6bbc8cb416f8c$var$TONE_MARK,0]]];function $e1c6bbc8cb416f8c$var$getGlyph(a,s,c){return new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,a.glyphForCodePoint(s).id,[s],c)}function $e1c6bbc8cb416f8c$var$decompose(a,s,c){let u=a[s],p=u.codePoints[0]-$e1c6bbc8cb416f8c$var$HANGUL_BASE,A=$e1c6bbc8cb416f8c$var$T_BASE+p%$e1c6bbc8cb416f8c$var$T_COUNT;p=p/$e1c6bbc8cb416f8c$var$T_COUNT|0;let v=$e1c6bbc8cb416f8c$var$L_BASE+p/$e1c6bbc8cb416f8c$var$V_COUNT|0,b=$e1c6bbc8cb416f8c$var$V_BASE+p%$e1c6bbc8cb416f8c$var$V_COUNT;if(!c.hasGlyphForCodePoint(v)||!c.hasGlyphForCodePoint(b)||A!==$e1c6bbc8cb416f8c$var$T_BASE&&!c.hasGlyphForCodePoint(A))return s;let g=$e1c6bbc8cb416f8c$var$getGlyph(c,v,u.features);g.features.ljmo=!0;let x=$e1c6bbc8cb416f8c$var$getGlyph(c,b,u.features);x.features.vjmo=!0;let y=[g,x];if(A>$e1c6bbc8cb416f8c$var$T_BASE){let f=$e1c6bbc8cb416f8c$var$getGlyph(c,A,u.features);f.features.tjmo=!0,y.push(f)}return a.splice(s,1,...y),s+y.length-1}function $e1c6bbc8cb416f8c$var$compose(a,s,c){let u=a[s],d=a[s].codePoints[0],p=$e1c6bbc8cb416f8c$var$getType(d),A=a[s-1].codePoints[0],v=$e1c6bbc8cb416f8c$var$getType(A),b,g,x,y;if(v===$e1c6bbc8cb416f8c$var$LV&&p===$e1c6bbc8cb416f8c$var$T)b=A,y=u;else{p===$e1c6bbc8cb416f8c$var$V?(g=a[s-1],x=u):(g=a[s-2],x=a[s-1],y=u);let m=g.codePoints[0],C=x.codePoints[0];$e1c6bbc8cb416f8c$var$isCombiningL(m)&&$e1c6bbc8cb416f8c$var$isCombiningV(C)&&(b=$e1c6bbc8cb416f8c$var$HANGUL_BASE+((m-$e1c6bbc8cb416f8c$var$L_BASE)*$e1c6bbc8cb416f8c$var$V_COUNT+(C-$e1c6bbc8cb416f8c$var$V_BASE))*$e1c6bbc8cb416f8c$var$T_COUNT)}let f=y&&y.codePoints[0]||$e1c6bbc8cb416f8c$var$T_BASE;if(b!=null&&(f===$e1c6bbc8cb416f8c$var$T_BASE||$e1c6bbc8cb416f8c$var$isCombiningT(f))){let m=b+(f-$e1c6bbc8cb416f8c$var$T_BASE);if(c.hasGlyphForCodePoint(m)){let C=v===$e1c6bbc8cb416f8c$var$V?3:2;return a.splice(s-C+1,C,$e1c6bbc8cb416f8c$var$getGlyph(c,m,u.features)),s-C+1}}return g&&(g.features.ljmo=!0),x&&(x.features.vjmo=!0),y&&(y.features.tjmo=!0),v===$e1c6bbc8cb416f8c$var$LV?($e1c6bbc8cb416f8c$var$decompose(a,s-1,c),s+1):s}function $e1c6bbc8cb416f8c$var$getLength(a){switch($e1c6bbc8cb416f8c$var$getType(a)){case $e1c6bbc8cb416f8c$var$LV:case $e1c6bbc8cb416f8c$var$LVT:return 1;case $e1c6bbc8cb416f8c$var$V:return 2;case $e1c6bbc8cb416f8c$var$T:return 3}}function $e1c6bbc8cb416f8c$var$reorderToneMark(a,s,c){let u=a[s],d=a[s].codePoints[0];if(c.glyphForCodePoint(d).advanceWidth===0)return;let p=a[s-1].codePoints[0],A=$e1c6bbc8cb416f8c$var$getLength(p);return a.splice(s,1),a.splice(s-A,0,u)}function $e1c6bbc8cb416f8c$var$insertDottedCircle(a,s,c){let u=a[s],d=a[s].codePoints[0];if(c.hasGlyphForCodePoint($e1c6bbc8cb416f8c$var$DOTTED_CIRCLE)){let p=$e1c6bbc8cb416f8c$var$getGlyph(c,$e1c6bbc8cb416f8c$var$DOTTED_CIRCLE,u.features),A=c.glyphForCodePoint(d).advanceWidth===0?s:s+1;a.splice(A,0,p),s++}return s}var $4b0735ca6c692ea5$exports={};$4b0735ca6c692ea5$exports=JSON.parse('{"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,14,15,16,17],[0,0,0,18,19,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,28,29,30,31,32,33,0,34,0,0,35,36,0,0,37,0],[0,0,0,38,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,39,0,0,0,40,41,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,12,43,0,0,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,0,43,0,0,0,0],[0,0,0,45,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,50,0,0,51,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0],[0,0,0,53,54,55,56,57,58,0,59,0,0,60,61,0,0,62,0],[0,0,0,4,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,63,64,0,0,40,41,0,9,0,10,0,0,0,42,0,63,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,0,2,16,0],[0,0,0,18,65,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,0,0],[0,0,0,69,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,73,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,75,0,0,0,76,77,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,25,79,0,0,0,0],[0,0,0,18,19,20,74,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,81,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,86,0,0,87,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0],[0,0,0,18,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,89,90,0,0,76,77,0,23,0,24,0,0,0,78,0,89,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,0,0],[0,0,0,94,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,96,0,0,0,97,98,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,35,100,0,0,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,102,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,107,0,0,108,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0],[0,0,0,28,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,110,111,0,0,97,98,0,33,0,34,0,0,0,99,0,110,0,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,0,0],[0,0,0,0,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,0,0,115,116,117,118,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,39,0,122,0,123,123,8,9,0,10,0,0,0,42,0,39,0,0],[0,124,64,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0],[0,39,0,0,0,121,125,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,126,126,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,47,47,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,128,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,129,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,50,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0],[0,0,0,135,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,136,0,0,0,137,138,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,60,140,0,0,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,0,140,0,0,0,0],[0,0,0,142,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,147,0,0,148,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0],[0,0,0,53,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,150,151,0,0,137,138,0,58,0,59,0,0,0,139,0,150,0,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,0,0],[0,0,0,155,116,156,157,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,75,3,4,5,159,160,8,161,0,162,0,11,12,163,0,75,16,0],[0,0,0,0,0,40,164,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,0,165,0,0,0,0],[0,124,64,0,0,40,164,0,9,0,10,0,0,0,42,0,124,0,0],[0,0,0,0,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,167,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0],[0,0,0,0,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,0,79,0,0,0,0],[0,0,0,169,170,171,172,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,75,0,176,0,177,177,22,23,0,24,0,0,0,78,0,75,0,0],[0,178,90,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0],[0,75,0,0,0,175,179,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,180,180,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,83,83,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,182,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,183,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,86,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0],[0,0,0,189,170,190,191,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,76,193,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,0,194,0,0,0,0],[0,178,90,0,0,76,193,0,23,0,24,0,0,0,78,0,178,0,0],[0,0,0,0,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,195,196,197,198,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,96,0,202,0,203,203,32,33,0,34,0,0,0,99,0,96,0,0],[0,204,111,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0],[0,96,0,0,0,201,205,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,206,206,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,104,104,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,208,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,209,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,107,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0],[0,0,0,215,196,216,217,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,97,219,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,0,220,0,0,0,0],[0,204,111,0,0,97,219,0,33,0,34,0,0,0,99,0,204,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,223,0,0,0,40,224,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,119,225,0,0,0,0],[0,0,0,115,116,117,222,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,115,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,226,64,0,0,40,224,0,9,0,10,0,0,0,42,0,226,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,39,0,0,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,44,44,8,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,227,0,228,229,0,9,0,10,0,0,230,0,0,0,0,0],[0,39,0,122,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,231,231,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,131,131,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,234,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,235,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,0,0,240,241,242,243,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,136,0,247,0,248,248,57,58,0,59,0,0,0,139,0,136,0,0],[0,249,151,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0],[0,136,0,0,0,246,250,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,251,251,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,144,144,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,253,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,254,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,147,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0],[0,0,0,260,241,261,262,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,137,264,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,0,265,0,0,0,0],[0,249,151,0,0,137,264,0,58,0,59,0,0,0,139,0,249,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,158,225,0,0,0,0],[0,0,0,155,116,156,222,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,155,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,43,266,266,8,161,0,24,0,0,12,267,0,0,0,0],[0,75,0,176,43,268,268,269,161,0,24,0,0,0,267,0,75,0,0],[0,0,0,0,0,270,0,0,271,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0],[0,273,274,0,0,40,41,0,9,0,10,0,0,0,42,0,273,0,0],[0,0,0,40,0,123,123,8,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,121,275,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,279,0,0,0,76,280,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,173,281,0,0,0,0],[0,0,0,169,170,171,278,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,169,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,282,90,0,0,76,280,0,23,0,24,0,0,0,78,0,282,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,75,0,0,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,80,80,22,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,283,0,284,285,0,23,0,24,0,0,286,0,0,0,0,0],[0,75,0,176,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,287,287,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,185,185,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,290,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,291,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,192,281,0,0,0,0],[0,0,0,189,170,190,278,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,189,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,76,0,177,177,22,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,175,296,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,299,0,0,0,97,300,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,199,301,0,0,0,0],[0,0,0,195,196,197,298,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,195,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,302,111,0,0,97,300,0,33,0,34,0,0,0,99,0,302,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,96,0,0,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,101,101,32,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,303,0,304,305,0,33,0,34,0,0,306,0,0,0,0,0],[0,96,0,202,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,307,307,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,211,211,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,310,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,311,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,218,301,0,0,0,0],[0,0,0,215,196,216,298,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,215,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,97,0,203,203,32,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,201,316,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,0,225,0,0,0,0],[0,0,0,317,318,319,320,8,9,0,10,0,0,321,322,0,0,16,0],[0,223,0,323,0,123,123,8,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,0,0,121,324,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,325,318,326,327,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,64,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,230,0,0,0,0,0],[0,0,0,227,0,228,121,0,9,0,10,0,0,230,0,0,0,0,0],[0,0,0,227,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0],[0,0,0,0,0,329,329,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,237,237,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,332,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,333,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,337,0,0,0,137,338,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,244,339,0,0,0,0],[0,0,0,240,241,242,336,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,240,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,340,151,0,0,137,338,0,58,0,59,0,0,0,139,0,340,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,136,0,0,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,141,141,57,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,341,0,342,343,0,58,0,59,0,0,344,0,0,0,0,0],[0,136,0,247,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,345,345,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,256,256,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,348,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,349,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,263,339,0,0,0,0],[0,0,0,260,241,261,336,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,260,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,137,0,248,248,57,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,246,354,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,126,126,8,23,0,0,0,0,0,0,0,0,0,0],[0,355,90,0,0,121,125,0,9,0,10,0,0,0,42,0,355,0,0],[0,0,0,0,0,356,356,269,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,357,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,270,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0],[0,0,0,364,116,365,366,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,40,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,0,281,0,0,0,0],[0,0,0,369,370,371,372,22,23,0,24,0,0,373,374,0,0,27,0],[0,279,0,375,0,177,177,22,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,0,0,175,376,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,377,370,378,379,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,90,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,286,0,0,0,0,0],[0,0,0,283,0,284,175,0,23,0,24,0,0,286,0,0,0,0,0],[0,0,0,283,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0],[0,0,0,0,0,381,381,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,293,293,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,384,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,385,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,76,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,0,301,0,0,0,0],[0,0,0,387,388,389,390,32,33,0,34,0,0,391,392,0,0,37,0],[0,299,0,393,0,203,203,32,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,0,0,201,394,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,395,388,396,397,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,111,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,306,0,0,0,0,0],[0,0,0,303,0,304,201,0,33,0,34,0,0,306,0,0,0,0,0],[0,0,0,303,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0],[0,0,0,0,0,399,399,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,313,313,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,402,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,403,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,97,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,407,0,0,0,40,408,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,321,409,0,0,0,0],[0,0,0,317,318,319,406,8,9,0,10,0,0,321,322,0,0,16,0],[0,0,0,317,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,410,64,0,0,40,408,0,9,0,10,0,0,0,42,0,410,0,0],[0,223,0,0,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,323,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,328,409,0,0,0,0],[0,0,0,325,318,326,406,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,325,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0],[0,0,0,0,0,411,411,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,413,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,0,339,0,0,0,0],[0,0,0,414,415,416,417,57,58,0,59,0,0,418,419,0,0,62,0],[0,337,0,420,0,248,248,57,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,0,0,246,421,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,422,415,423,424,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,151,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,344,0,0,0,0,0],[0,0,0,341,0,342,246,0,58,0,59,0,0,344,0,0,0,0,0],[0,0,0,341,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0],[0,0,0,0,0,426,426,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,351,351,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,429,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,430,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,137,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,432,116,433,434,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,0,0,180,180,269,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,359,359,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,437,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,438,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,443,274,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,367,225,0,0,0,0],[0,0,0,364,116,365,445,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,364,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,448,0,0,0,76,449,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,373,450,0,0,0,0],[0,0,0,369,370,371,447,22,23,0,24,0,0,373,374,0,0,27,0],[0,0,0,369,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,451,90,0,0,76,449,0,23,0,24,0,0,0,78,0,451,0,0],[0,279,0,0,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,375,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,380,450,0,0,0,0],[0,0,0,377,370,378,447,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,377,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0],[0,0,0,0,0,452,452,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,454,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,457,0,0,0,97,458,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,391,459,0,0,0,0],[0,0,0,387,388,389,456,32,33,0,34,0,0,391,392,0,0,37,0],[0,0,0,387,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,460,111,0,0,97,458,0,33,0,34,0,0,0,99,0,460,0,0],[0,299,0,0,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,393,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,398,459,0,0,0,0],[0,0,0,395,388,396,456,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,395,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0],[0,0,0,0,0,461,461,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,463,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,0,409,0,0,0,0],[0,0,0,464,465,466,467,8,9,0,10,0,0,468,469,0,0,16,0],[0,407,0,470,0,123,123,8,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,0,0,121,471,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,472,465,473,474,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0],[0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,479,0,0,0,137,480,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,418,481,0,0,0,0],[0,0,0,414,415,416,478,57,58,0,59,0,0,418,419,0,0,62,0],[0,0,0,414,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,482,151,0,0,137,480,0,58,0,59,0,0,0,139,0,482,0,0],[0,337,0,0,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,420,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,425,481,0,0,0,0],[0,0,0,422,415,423,478,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,422,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0],[0,0,0,0,0,483,483,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,485,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,435,225,0,0,0,0],[0,0,0,432,116,433,445,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,432,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,486,486,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,440,440,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,489,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,490,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,495,0,496,497,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,0,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,0,225,0,0,0,0],[0,0,0,0,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,0,450,0,0,0,0],[0,0,0,499,500,501,502,22,23,0,24,0,0,503,504,0,0,27,0],[0,448,0,505,0,177,177,22,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,0,0,175,506,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,507,500,508,509,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0],[0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,0,459,0,0,0,0],[0,0,0,512,513,514,515,32,33,0,34,0,0,516,517,0,0,37,0],[0,457,0,518,0,203,203,32,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,0,0,201,519,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,520,513,521,522,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0],[0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,527,0,0,0,40,528,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,468,529,0,0,0,0],[0,0,0,464,465,466,526,8,9,0,10,0,0,468,469,0,0,16,0],[0,0,0,464,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,530,64,0,0,40,528,0,9,0,10,0,0,0,42,0,530,0,0],[0,407,0,0,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,470,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,475,529,0,0,0,0],[0,0,0,472,465,473,526,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,472,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0],[0,0,0,0,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,0,481,0,0,0,0],[0,0,0,531,532,533,534,57,58,0,59,0,0,535,536,0,0,62,0],[0,479,0,537,0,248,248,57,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,0,0,246,538,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,539,532,540,541,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0],[0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0],[0,0,0,0,0,544,544,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,492,492,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,547,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,548,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,274,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,498,0,0,0,0,0],[0,0,0,495,0,496,368,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,495,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,553,0,0,0,76,554,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,503,555,0,0,0,0],[0,0,0,499,500,501,552,22,23,0,24,0,0,503,504,0,0,27,0],[0,0,0,499,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,556,90,0,0,76,554,0,23,0,24,0,0,0,78,0,556,0,0],[0,448,0,0,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,505,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,510,555,0,0,0,0],[0,0,0,507,500,508,552,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,507,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,559,0,0,0,97,560,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,516,561,0,0,0,0],[0,0,0,512,513,514,558,32,33,0,34,0,0,516,517,0,0,37,0],[0,0,0,512,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,562,111,0,0,97,560,0,33,0,34,0,0,0,99,0,562,0,0],[0,457,0,0,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,518,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,523,561,0,0,0,0],[0,0,0,520,513,521,558,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,520,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0],[0,0,0,0,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,0,529,0,0,0,0],[0,0,0,563,66,564,565,8,9,0,10,0,0,566,68,0,0,16,0],[0,527,0,567,0,123,123,8,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,0,0,121,568,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,569,66,570,571,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,575,0,0,0,137,576,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,535,577,0,0,0,0],[0,0,0,531,532,533,574,57,58,0,59,0,0,535,536,0,0,62,0],[0,0,0,531,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,578,151,0,0,137,576,0,58,0,59,0,0,0,139,0,578,0,0],[0,479,0,0,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,537,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,542,577,0,0,0,0],[0,0,0,539,532,540,574,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,539,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0],[0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0],[0,0,0,0,0,579,579,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,581,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,0,555,0,0,0,0],[0,0,0,582,91,583,584,22,23,0,24,0,0,585,93,0,0,27,0],[0,553,0,586,0,177,177,22,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,0,0,175,587,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,588,91,589,590,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,0,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,0,561,0,0,0,0],[0,0,0,592,112,593,594,32,33,0,34,0,0,595,114,0,0,37,0],[0,559,0,596,0,203,203,32,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,0,0,201,597,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,598,112,599,600,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,566,165,0,0,0,0],[0,0,0,563,66,564,67,8,9,0,10,0,0,566,68,0,0,16,0],[0,0,0,563,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,527,0,0,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,567,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,572,165,0,0,0,0],[0,0,0,569,66,570,67,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,569,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,0,577,0,0,0,0],[0,0,0,603,152,604,605,57,58,0,59,0,0,606,154,0,0,62,0],[0,575,0,607,0,248,248,57,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,0,0,246,608,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,609,152,610,611,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0],[0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,585,194,0,0,0,0],[0,0,0,582,91,583,92,22,23,0,24,0,0,585,93,0,0,27,0],[0,0,0,582,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,553,0,0,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,586,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,591,194,0,0,0,0],[0,0,0,588,91,589,92,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,588,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,595,220,0,0,0,0],[0,0,0,592,112,593,113,32,33,0,34,0,0,595,114,0,0,37,0],[0,0,0,592,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,559,0,0,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,596,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,601,220,0,0,0,0],[0,0,0,598,112,599,113,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,598,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,606,265,0,0,0,0],[0,0,0,603,152,604,153,57,58,0,59,0,0,606,154,0,0,62,0],[0,0,0,603,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,575,0,0,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,607,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,612,265,0,0,0,0],[0,0,0,609,152,610,153,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,609,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0]],"accepting":[false,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,false,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,false,false,true,false,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,false,false,true,true,false,false,true,true,true,false,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,false,false,false,false,false,false,false,true,true,false,false,true,true,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,false,true,true,false,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,false,true,true,true,true,true,false,true,true,false,true,true,true],"tags":[[],["broken_cluster"],["consonant_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],[],["broken_cluster"],["symbol_cluster"],[],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["symbol_cluster"],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],[],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],[],[],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],["consonant_syllable"],["vowel_syllable"],["standalone_cluster"]]}');var $aa333a9607471296$exports={};$aa333a9607471296$exports=JSON.parse('{"categories":["O","IND","S","GB","B","FM","CGJ","VMAbv","VMPst","VAbv","VPst","CMBlw","VPre","VBlw","H","VMBlw","CMAbv","MBlw","CS","R","SUB","MPst","MPre","FAbv","FPst","FBlw","null","SMAbv","SMBlw","VMPre","ZWNJ","ZWJ","WJ","M","VS","N","HN","MAbv"],"decompositions":{"2507":[2503,2494],"2508":[2503,2519],"2888":[2887,2902],"2891":[2887,2878],"2892":[2887,2903],"3018":[3014,3006],"3019":[3015,3006],"3020":[3014,3031],"3144":[3142,3158],"3264":[3263,3285],"3271":[3270,3285],"3272":[3270,3286],"3274":[3270,3266],"3275":[3270,3266,3285],"3402":[3398,3390],"3403":[3399,3390],"3404":[3398,3415],"3546":[3545,3530],"3548":[3545,3535],"3549":[3545,3535,3530],"3550":[3545,3551],"3635":[3661,3634],"3763":[3789,3762],"3955":[3953,3954],"3957":[3953,3956],"3958":[4018,3968],"3959":[4018,3953,3968],"3960":[4019,3968],"3961":[4019,3953,3968],"3969":[3953,3968],"6971":[6970,6965],"6973":[6972,6965],"6976":[6974,6965],"6977":[6975,6965],"6979":[6978,6965],"69934":[69937,69927],"69935":[69938,69927],"70475":[70471,70462],"70476":[70471,70487],"70843":[70841,70842],"70844":[70841,70832],"70846":[70841,70845],"71098":[71096,71087],"71099":[71097,71087]},"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,2,3,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,17,18,11,19,20,21,22,0,0,0,23,0,0,2,0,0,24,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,27,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,39,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,49,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,53,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0]],"accepting":[false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"tags":[[],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["symbol_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["virama_terminated_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["number_joiner_terminated_cluster"],["standard_cluster"],["standard_cluster"],["numeral_cluster"]]}');const $90a9d3398ee54fe5$export$a513ea61a7bee91c={X:1,C:2,V:4,N:8,H:16,ZWNJ:32,ZWJ:64,M:128,Placeholder:2048,Dotted_Circle:4096,RS:8192,Coeng:16384,Repha:32768,Ra:65536,CM:131072},$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0={Start:1,Ra_To_Become_Reph:2,Pre_M:4,Pre_C:8,Base_C:16,After_Main:32,Before_Sub:128,Below_C:256,After_Sub:512,Before_Post:1024,Post_C:2048,After_Post:4096,Final_C:8192,SMVD:16384,End:32768},$90a9d3398ee54fe5$export$8519deaa7de2b07=$90a9d3398ee54fe5$export$a513ea61a7bee91c.C|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Ra|$90a9d3398ee54fe5$export$a513ea61a7bee91c.CM|$90a9d3398ee54fe5$export$a513ea61a7bee91c.V|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Placeholder|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Dotted_Circle,$90a9d3398ee54fe5$export$bbcd928767338e0d=$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ|$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWNJ,$90a9d3398ee54fe5$export$ca9599b2a300afc=$90a9d3398ee54fe5$export$a513ea61a7bee91c.H|$90a9d3398ee54fe5$export$a513ea61a7bee91c.Coeng,$90a9d3398ee54fe5$export$e99d119da76a0fc5={Default:{hasOldSpec:!1,virama:0,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Devanagari:{hasOldSpec:!0,virama:2381,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Bengali:{hasOldSpec:!0,virama:2509,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gurmukhi:{hasOldSpec:!0,virama:2637,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gujarati:{hasOldSpec:!0,virama:2765,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Oriya:{hasOldSpec:!0,virama:2893,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Tamil:{hasOldSpec:!0,virama:3021,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Telugu:{hasOldSpec:!0,virama:3149,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post,rephMode:"Explicit",blwfMode:"Post_Only"},Kannada:{hasOldSpec:!0,virama:3277,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post,rephMode:"Implicit",blwfMode:"Post_Only"},Malayalam:{hasOldSpec:!0,virama:3405,basePos:"Last",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main,rephMode:"Log_Repha",blwfMode:"Pre_And_Post"},Khmer:{hasOldSpec:!1,virama:6098,basePos:"First",rephPos:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph,rephMode:"Vis_Repha",blwfMode:"Pre_And_Post"}},$90a9d3398ee54fe5$export$f647c9cfdd77d95a={6078:[6081,6078],6079:[6081,6079],6080:[6081,6080],6084:[6081,6084],6085:[6081,6085]},{decompositions:$7826f90f6f0cecc9$var$decompositions}=$parcel$interopDefault($aa333a9607471296$exports),$7826f90f6f0cecc9$var$trie=new $6uUbQ$unicodetrie($12727730ddfc8bfe$export$94fdf11bafc8de6b("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")),$7826f90f6f0cecc9$var$stateMachine=new $6uUbQ$dfa($parcel$interopDefault($4b0735ca6c692ea5$exports));class $7826f90f6f0cecc9$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.addStage($7826f90f6f0cecc9$var$setupSyllables),s.addStage(["locl","ccmp"]),s.addStage($7826f90f6f0cecc9$var$initialReordering),s.addStage("nukt"),s.addStage("akhn"),s.addStage("rphf",!1),s.addStage("rkrf"),s.addStage("pref",!1),s.addStage("blwf",!1),s.addStage("abvf",!1),s.addStage("half",!1),s.addStage("pstf",!1),s.addStage("vatu"),s.addStage("cjct"),s.addStage("cfar",!1),s.addStage($7826f90f6f0cecc9$var$finalReordering),s.addStage({local:["init"],global:["pres","abvs","blws","psts","haln","dist","abvm","blwm","calt","clig"]}),s.unicodeScript=$130d1a642ebcd2b7$export$ce50e82f12a827a4(s.script),s.indicConfig=$90a9d3398ee54fe5$export$e99d119da76a0fc5[s.unicodeScript]||$90a9d3398ee54fe5$export$e99d119da76a0fc5.Default,s.isOldSpec=s.indicConfig.hasOldSpec&&s.script[s.script.length-1]!=="2"}static assignFeatures(s,c){for(let u=c.length-1;u>=0;u--){let d=c[u].codePoints[0],p=$90a9d3398ee54fe5$export$f647c9cfdd77d95a[d]||$7826f90f6f0cecc9$var$decompositions[d];if(p){let A=p.map(v=>{let b=s.font.glyphForCodePoint(v);return new $10e7b257e1a9a756$export$2e2bcd8739ae039(s.font,b.id,[v],c[u].features)});c.splice(u,1,...A)}}}}_define_property($7826f90f6f0cecc9$export$2e2bcd8739ae039,"zeroMarkWidths","NONE");function $7826f90f6f0cecc9$var$indicCategory(a){return $7826f90f6f0cecc9$var$trie.get(a.codePoints[0])>>8}function $7826f90f6f0cecc9$var$indicPosition(a){return 1<<($7826f90f6f0cecc9$var$trie.get(a.codePoints[0])&255)}class $7826f90f6f0cecc9$var$IndicInfo{constructor(s,c,u,d){this.category=s,this.position=c,this.syllableType=u,this.syllable=d}}function $7826f90f6f0cecc9$var$setupSyllables(a,s){let c=0,u=0;for(let[d,p,A]of $7826f90f6f0cecc9$var$stateMachine.match(s.map($7826f90f6f0cecc9$var$indicCategory))){if(d>u){++c;for(let v=u;v<d;v++)s[v].shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo($90a9d3398ee54fe5$export$a513ea61a7bee91c.X,$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.End,"non_indic_cluster",c)}++c;for(let v=d;v<=p;v++)s[v].shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo(1<<$7826f90f6f0cecc9$var$indicCategory(s[v]),$7826f90f6f0cecc9$var$indicPosition(s[v]),A[0],c);u=p+1}if(u<s.length){++c;for(let d=u;d<s.length;d++)s[d].shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo($90a9d3398ee54fe5$export$a513ea61a7bee91c.X,$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.End,"non_indic_cluster",c)}}function $7826f90f6f0cecc9$var$isConsonant(a){return a.shaperInfo.category&$90a9d3398ee54fe5$export$8519deaa7de2b07}function $7826f90f6f0cecc9$var$isJoiner(a){return a.shaperInfo.category&$90a9d3398ee54fe5$export$bbcd928767338e0d}function $7826f90f6f0cecc9$var$isHalantOrCoeng(a){return a.shaperInfo.category&$90a9d3398ee54fe5$export$ca9599b2a300afc}function $7826f90f6f0cecc9$var$wouldSubstitute(a,s){for(let u of a)u.features={[s]:!0};return a[0]._font._layoutEngine.engine.GSUBProcessor.applyFeatures([s],a),a.length===1}function $7826f90f6f0cecc9$var$consonantPosition(a,s,c){let u=[c,s,c];return $7826f90f6f0cecc9$var$wouldSubstitute(u.slice(0,2),"blwf")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(1,3),"blwf")?$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C:$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(0,2),"pstf")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(1,3),"pstf")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(0,2),"pref")||$7826f90f6f0cecc9$var$wouldSubstitute(u.slice(1,3),"pref")?$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Post_C:$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C}function $7826f90f6f0cecc9$var$initialReordering(a,s,c){let u=c.indicConfig,d=a._layoutEngine.engine.GSUBProcessor.features,p=a.glyphForCodePoint(9676).id,A=a.glyphForCodePoint(u.virama).id;if(A){let v=new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,A,[u.virama]);for(let b=0;b<s.length;b++)s[b].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C&&(s[b].shaperInfo.position=$7826f90f6f0cecc9$var$consonantPosition(a,s[b].copy(),v))}for(let v=0,b=$7826f90f6f0cecc9$var$nextSyllable(s,0);v<s.length;v=b,b=$7826f90f6f0cecc9$var$nextSyllable(s,v)){let{category:g,syllableType:x}=s[v].shaperInfo;if(x==="symbol_cluster"||x==="non_indic_cluster")continue;if(x==="broken_cluster"&&p){let $=new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,p,[9676]);$.shaperInfo=new $7826f90f6f0cecc9$var$IndicInfo(1<<$7826f90f6f0cecc9$var$indicCategory($),$7826f90f6f0cecc9$var$indicPosition($),s[v].shaperInfo.syllableType,s[v].shaperInfo.syllable);let P=v;for(;P<b&&s[P].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Repha;)P++;s.splice(P++,0,$),b++}let y=b,f=v,m=!1;if(u.rephPos!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph&&d.rphf&&v+3<=b&&(u.rephMode==="Implicit"&&!$7826f90f6f0cecc9$var$isJoiner(s[v+2])||u.rephMode==="Explicit"&&s[v+2].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ)){let $=[s[v].copy(),s[v+1].copy(),s[v+2].copy()];if($7826f90f6f0cecc9$var$wouldSubstitute($.slice(0,2),"rphf")||u.rephMode==="Explicit"&&$7826f90f6f0cecc9$var$wouldSubstitute($,"rphf")){for(f+=2;f<b&&$7826f90f6f0cecc9$var$isJoiner(s[f]);)f++;y=v,m=!0}}else if(u.rephMode==="Log_Repha"&&s[v].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Repha){for(f++;f<b&&$7826f90f6f0cecc9$var$isJoiner(s[f]);)f++;y=v,m=!0}switch(u.basePos){case"Last":{let $=b,P=!1;do{let E=s[--$].shaperInfo;if($7826f90f6f0cecc9$var$isConsonant(s[$])){if(E.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C&&(E.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Post_C||P)){y=$;break}E.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C&&(P=!0),y=$}else if(v<$&&E.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ&&s[$-1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H)break}while($>f);break}case"First":y=v;for(let $=y+1;$<b;$++)$7826f90f6f0cecc9$var$isConsonant(s[$])&&(s[$].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C)}m&&y===v&&f-y<=2&&(m=!1);for(let $=v;$<y;$++){let P=s[$].shaperInfo;P.position=Math.min($90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_C,P.position)}y<b&&(s[y].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C);for(let $=y+1;$<b;$++)if(s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M){for(let P=$+1;P<b;P++)if($7826f90f6f0cecc9$var$isConsonant(s[P])){s[P].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Final_C;break}break}if(m&&(s[v].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph),c.isOldSpec){let $=c.unicodeScript!=="Malayalam";for(let P=y+1;P<b;P++)if(s[P].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H){let E;for(E=b-1;E>P&&!($7826f90f6f0cecc9$var$isConsonant(s[E])||$&&s[E].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H);E--);if(s[E].shaperInfo.category!==$90a9d3398ee54fe5$export$a513ea61a7bee91c.H&&E>P){let B=s[P];s.splice(P,0,...s.splice(P+1,E-P)),s[E]=B}break}}let C=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Start;for(let $=v;$<b;$++){let P=s[$].shaperInfo;if(P.category&($90a9d3398ee54fe5$export$bbcd928767338e0d|$90a9d3398ee54fe5$export$a513ea61a7bee91c.N|$90a9d3398ee54fe5$export$a513ea61a7bee91c.RS|$90a9d3398ee54fe5$export$a513ea61a7bee91c.CM|$90a9d3398ee54fe5$export$ca9599b2a300afc&P.category)){if(P.position=C,P.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H&&P.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){for(let E=$;E>v;E--)if(s[E-1].shaperInfo.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){P.position=s[E-1].shaperInfo.position;break}}}else P.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD&&(C=P.position)}let S=y;for(let $=y+1;$<b;$++)if($7826f90f6f0cecc9$var$isConsonant(s[$])){for(let P=S+1;P<$;P++)s[P].shaperInfo.position<$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD&&(s[P].shaperInfo.position=s[$].shaperInfo.position);S=$}else s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M&&(S=$);let w=s.slice(v,b);w.sort(($,P)=>$.shaperInfo.position-P.shaperInfo.position),s.splice(v,w.length,...w);for(let $=v;$<b;$++)if(s[$].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C){y=$;break}for(let $=v;$<b&&s[$].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph;$++)s[$].features.rphf=!0;let I=!c.isOldSpec&&u.blwfMode==="Pre_And_Post";for(let $=v;$<y;$++)s[$].features.half=!0,I&&(s[$].features.blwf=!0);for(let $=y+1;$<b;$++)s[$].features.abvf=!0,s[$].features.pstf=!0,s[$].features.blwf=!0;if(c.isOldSpec&&c.unicodeScript==="Devanagari")for(let $=v;$+1<y;$++)s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Ra&&s[$+1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.H&&($+1===y||s[$+2].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ)&&(s[$].features.blwf=!0,s[$+1].features.blwf=!0);let T=2;if(d.pref&&y+T<b)for(let $=y+1;$+T-1<b;$++){let P=[s[$].copy(),s[$+1].copy()];if($7826f90f6f0cecc9$var$wouldSubstitute(P,"pref")){for(let E=0;E<T;E++)s[$++].features.pref=!0;if(d.cfar)for(;$<b;$++)s[$].features.cfar=!0;break}}for(let $=v+1;$<b;$++)if($7826f90f6f0cecc9$var$isJoiner(s[$])){let P=s[$].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWNJ,E=$;do E--,P&&delete s[E].features.half;while(E>v&&!$7826f90f6f0cecc9$var$isConsonant(s[E]))}}}function $7826f90f6f0cecc9$var$finalReordering(a,s,c){let u=c.indicConfig,d=a._layoutEngine.engine.GSUBProcessor.features;for(let p=0,A=$7826f90f6f0cecc9$var$nextSyllable(s,0);p<s.length;p=A,A=$7826f90f6f0cecc9$var$nextSyllable(s,p)){let v=!!d.pref,b=p;for(;b<A;b++)if(s[b].shaperInfo.position>=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C){if(v&&b+1<A){for(let g=b+1;g<A;g++)if(s[g].features.pref){if(!(s[g].substituted&&s[g].isLigated&&!s[g].isMultiplied)){for(b=g;b<A&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[b]);)b++;s[b].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.BASE_C,v=!1}break}}if(c.unicodeScript==="Malayalam")for(let g=b+1;g<A;g++){for(;g<A&&$7826f90f6f0cecc9$var$isJoiner(s[g]);)g++;if(g===A||!$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]))break;for(g++;g<A&&$7826f90f6f0cecc9$var$isJoiner(s[g]);)g++;g<A&&$7826f90f6f0cecc9$var$isConsonant(s[g])&&s[g].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Below_C&&(b=g,s[b].shaperInfo.position=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C)}p<b&&s[b].shaperInfo.position>$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Base_C&&b--;break}if(b===A&&p<b&&s[b-1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.ZWJ&&b--,b<A)for(;p<b&&s[b].shaperInfo.category&($90a9d3398ee54fe5$export$a513ea61a7bee91c.N|$90a9d3398ee54fe5$export$ca9599b2a300afc);)b--;if(p+1<A&&p<b){let g=b===A?b-2:b-1;if(c.unicodeScript!=="Malayalam"&&c.unicodeScript!=="Tamil"){for(;g>p&&!(s[g].shaperInfo.category&($90a9d3398ee54fe5$export$a513ea61a7bee91c.M|$90a9d3398ee54fe5$export$ca9599b2a300afc));)g--;$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g])&&s[g].shaperInfo.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M?g+1<A&&$7826f90f6f0cecc9$var$isJoiner(s[g+1])&&g++:g=p}if(p<g&&s[g].shaperInfo.position!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){for(let x=g;x>p;x--)if(s[x-1].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M){let y=x-1;y<b&&b<=g&&b--;let f=s[y];s.splice(y,0,...s.splice(y+1,g-y)),s[g]=f,g--}}}if(p+1<A&&s[p].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Ra_To_Become_Reph&&s[p].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.Repha!==(s[p].isLigated&&!s[p].isMultiplied)){let g,x=u.rephPos,y=!1;if(x!==$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post){for(g=p+1;g<b&&!$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]);)g++;if(g<b&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g])&&(g+1<b&&$7826f90f6f0cecc9$var$isJoiner(s[g+1])&&g++,y=!0),!y&&x===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main){for(g=b;g+1<A&&s[g+1].shaperInfo.position<=$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Main;)g++;y=g<A}if(!y&&x===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Sub){for(g=b;g+1<A&&!(s[g+1].shaperInfo.position&($90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Post_C|$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.After_Post|$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD));)g++;y=g<A}}if(!y){for(g=p+1;g<b&&!$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]);)g++;g<b&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[g])&&(g+1<b&&$7826f90f6f0cecc9$var$isJoiner(s[g+1])&&g++,y=!0)}if(!y){for(g=A-1;g>p&&s[g].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.SMVD;)g--;if($7826f90f6f0cecc9$var$isHalantOrCoeng(s[g]))for(let m=b+1;m<g;m++)s[m].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M&&g--}let f=s[p];s.splice(p,0,...s.splice(p+1,g-p)),s[g]=f,p<b&&b<=g&&b--}if(v&&b+1<A){for(let g=b+1;g<A;g++)if(s[g].features.pref){if(s[g].isLigated&&!s[g].isMultiplied){let x=b;if(c.unicodeScript!=="Malayalam"&&c.unicodeScript!=="Tamil"){for(;x>p&&!(s[x-1].shaperInfo.category&($90a9d3398ee54fe5$export$a513ea61a7bee91c.M|$90a9d3398ee54fe5$export$ca9599b2a300afc));)x--;if(x>p&&s[x-1].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M){let m=g;for(let C=b+1;C<m;C++)if(s[C].shaperInfo.category===$90a9d3398ee54fe5$export$a513ea61a7bee91c.M){x--;break}}}x>p&&$7826f90f6f0cecc9$var$isHalantOrCoeng(s[x-1])&&x<A&&$7826f90f6f0cecc9$var$isJoiner(s[x])&&x++;let y=g,f=s[y];s.splice(x+1,0,...s.splice(x,y-x)),s[x]=f,x<=b&&b<y&&b++}break}}s[p].shaperInfo.position===$90a9d3398ee54fe5$export$1a1f61c9c4dd9df0.Pre_M&&(!p||!/Cf|Mn/.test($747425b437e121da$export$410364bbb673ddbc(s[p-1].codePoints[0])))&&(s[p].features.init=!0)}}function $7826f90f6f0cecc9$var$nextSyllable(a,s){if(s>=a.length)return s;let c=a[s].shaperInfo.syllable;for(;++s<a.length&&a[s].shaperInfo.syllable===c;);return s}const{categories:$7ab494fe977143c6$var$categories,decompositions:$7ab494fe977143c6$var$decompositions}=$parcel$interopDefault($aa333a9607471296$exports),$7ab494fe977143c6$var$trie=new $6uUbQ$unicodetrie($12727730ddfc8bfe$export$94fdf11bafc8de6b("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")),$7ab494fe977143c6$var$stateMachine=new $6uUbQ$dfa($parcel$interopDefault($aa333a9607471296$exports));class $7ab494fe977143c6$export$2e2bcd8739ae039 extends $649970d87335b30f$export$2e2bcd8739ae039{static planFeatures(s){s.addStage($7ab494fe977143c6$var$setupSyllables),s.addStage(["locl","ccmp","nukt","akhn"]),s.addStage($7ab494fe977143c6$var$clearSubstitutionFlags),s.addStage(["rphf"],!1),s.addStage($7ab494fe977143c6$var$recordRphf),s.addStage($7ab494fe977143c6$var$clearSubstitutionFlags),s.addStage(["pref"]),s.addStage($7ab494fe977143c6$var$recordPref),s.addStage(["rkrf","abvf","blwf","half","pstf","vatu","cjct"]),s.addStage($7ab494fe977143c6$var$reorder),s.addStage(["abvs","blws","pres","psts","dist","abvm","blwm"])}static assignFeatures(s,c){for(let u=c.length-1;u>=0;u--){let d=c[u].codePoints[0];if($7ab494fe977143c6$var$decompositions[d]){let p=$7ab494fe977143c6$var$decompositions[d].map(A=>{let v=s.font.glyphForCodePoint(A);return new $10e7b257e1a9a756$export$2e2bcd8739ae039(s.font,v.id,[A],c[u].features)});c.splice(u,1,...p)}}}}_define_property($7ab494fe977143c6$export$2e2bcd8739ae039,"zeroMarkWidths","BEFORE_GPOS");function $7ab494fe977143c6$var$useCategory(a){return $7ab494fe977143c6$var$trie.get(a.codePoints[0])}class $7ab494fe977143c6$var$USEInfo{constructor(s,c,u){this.category=s,this.syllableType=c,this.syllable=u}}function $7ab494fe977143c6$var$setupSyllables(a,s){let c=0;for(let[u,d,p]of $7ab494fe977143c6$var$stateMachine.match(s.map($7ab494fe977143c6$var$useCategory))){++c;for(let v=u;v<=d;v++)s[v].shaperInfo=new $7ab494fe977143c6$var$USEInfo($7ab494fe977143c6$var$categories[$7ab494fe977143c6$var$useCategory(s[v])],p[0],c);let A=s[u].shaperInfo.category==="R"?1:Math.min(3,d-u);for(let v=u;v<u+A;v++)s[v].features.rphf=!0}}function $7ab494fe977143c6$var$clearSubstitutionFlags(a,s){for(let c of s)c.substituted=!1}function $7ab494fe977143c6$var$recordRphf(a,s){for(let c of s)c.substituted&&c.features.rphf&&(c.shaperInfo.category="R")}function $7ab494fe977143c6$var$recordPref(a,s){for(let c of s)c.substituted&&(c.shaperInfo.category="VPre")}function $7ab494fe977143c6$var$reorder(a,s){let c=a.glyphForCodePoint(9676).id;for(let u=0,d=$7ab494fe977143c6$var$nextSyllable(s,0);u<s.length;u=d,d=$7ab494fe977143c6$var$nextSyllable(s,u)){let p,A,v=s[u].shaperInfo,b=v.syllableType;if(!(b!=="virama_terminated_cluster"&&b!=="standard_cluster"&&b!=="broken_cluster")){if(b==="broken_cluster"&&c){let g=new $10e7b257e1a9a756$export$2e2bcd8739ae039(a,c,[9676]);for(g.shaperInfo=v,p=u;p<d&&s[p].shaperInfo.category==="R";p++);s.splice(++p,0,g),d++}if(v.category==="R"&&d-u>1){for(p=u+1;p<d;p++)if(v=s[p].shaperInfo,$7ab494fe977143c6$var$isBase(v)||$7ab494fe977143c6$var$isHalant(s[p])){$7ab494fe977143c6$var$isHalant(s[p])&&p--,s.splice(u,0,...s.splice(u+1,p-u),s[p]);break}}for(p=u,A=d;p<d;p++)v=s[p].shaperInfo,$7ab494fe977143c6$var$isBase(v)||$7ab494fe977143c6$var$isHalant(s[p])?A=$7ab494fe977143c6$var$isHalant(s[p])?p+1:p:(v.category==="VPre"||v.category==="VMPre")&&A<p&&s.splice(A,1,s[p],...s.splice(A,p-A))}}}function $7ab494fe977143c6$var$nextSyllable(a,s){if(s>=a.length)return s;let c=a[s].shaperInfo.syllable;for(;++s<a.length&&a[s].shaperInfo.syllable===c;);return s}function $7ab494fe977143c6$var$isHalant(a){return a.shaperInfo.category==="H"&&!a.isLigated}function $7ab494fe977143c6$var$isBase(a){return a.category==="B"||a.category==="GB"}const $102b6fe50f1d50b4$var$SHAPERS={arab:$764eb544bbe1ccf0$export$2e2bcd8739ae039,mong:$764eb544bbe1ccf0$export$2e2bcd8739ae039,syrc:$764eb544bbe1ccf0$export$2e2bcd8739ae039,"nko ":$764eb544bbe1ccf0$export$2e2bcd8739ae039,phag:$764eb544bbe1ccf0$export$2e2bcd8739ae039,mand:$764eb544bbe1ccf0$export$2e2bcd8739ae039,mani:$764eb544bbe1ccf0$export$2e2bcd8739ae039,phlp:$764eb544bbe1ccf0$export$2e2bcd8739ae039,hang:$e1c6bbc8cb416f8c$export$2e2bcd8739ae039,bng2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,beng:$7826f90f6f0cecc9$export$2e2bcd8739ae039,dev2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,deva:$7826f90f6f0cecc9$export$2e2bcd8739ae039,gjr2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,gujr:$7826f90f6f0cecc9$export$2e2bcd8739ae039,guru:$7826f90f6f0cecc9$export$2e2bcd8739ae039,gur2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,knda:$7826f90f6f0cecc9$export$2e2bcd8739ae039,knd2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,mlm2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,mlym:$7826f90f6f0cecc9$export$2e2bcd8739ae039,ory2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,orya:$7826f90f6f0cecc9$export$2e2bcd8739ae039,taml:$7826f90f6f0cecc9$export$2e2bcd8739ae039,tml2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,telu:$7826f90f6f0cecc9$export$2e2bcd8739ae039,tel2:$7826f90f6f0cecc9$export$2e2bcd8739ae039,khmr:$7826f90f6f0cecc9$export$2e2bcd8739ae039,bali:$7ab494fe977143c6$export$2e2bcd8739ae039,batk:$7ab494fe977143c6$export$2e2bcd8739ae039,brah:$7ab494fe977143c6$export$2e2bcd8739ae039,bugi:$7ab494fe977143c6$export$2e2bcd8739ae039,buhd:$7ab494fe977143c6$export$2e2bcd8739ae039,cakm:$7ab494fe977143c6$export$2e2bcd8739ae039,cham:$7ab494fe977143c6$export$2e2bcd8739ae039,dupl:$7ab494fe977143c6$export$2e2bcd8739ae039,egyp:$7ab494fe977143c6$export$2e2bcd8739ae039,gran:$7ab494fe977143c6$export$2e2bcd8739ae039,hano:$7ab494fe977143c6$export$2e2bcd8739ae039,java:$7ab494fe977143c6$export$2e2bcd8739ae039,kthi:$7ab494fe977143c6$export$2e2bcd8739ae039,kali:$7ab494fe977143c6$export$2e2bcd8739ae039,khar:$7ab494fe977143c6$export$2e2bcd8739ae039,khoj:$7ab494fe977143c6$export$2e2bcd8739ae039,sind:$7ab494fe977143c6$export$2e2bcd8739ae039,lepc:$7ab494fe977143c6$export$2e2bcd8739ae039,limb:$7ab494fe977143c6$export$2e2bcd8739ae039,mahj:$7ab494fe977143c6$export$2e2bcd8739ae039,mtei:$7ab494fe977143c6$export$2e2bcd8739ae039,modi:$7ab494fe977143c6$export$2e2bcd8739ae039,hmng:$7ab494fe977143c6$export$2e2bcd8739ae039,rjng:$7ab494fe977143c6$export$2e2bcd8739ae039,saur:$7ab494fe977143c6$export$2e2bcd8739ae039,shrd:$7ab494fe977143c6$export$2e2bcd8739ae039,sidd:$7ab494fe977143c6$export$2e2bcd8739ae039,sinh:$7826f90f6f0cecc9$export$2e2bcd8739ae039,sund:$7ab494fe977143c6$export$2e2bcd8739ae039,sylo:$7ab494fe977143c6$export$2e2bcd8739ae039,tglg:$7ab494fe977143c6$export$2e2bcd8739ae039,tagb:$7ab494fe977143c6$export$2e2bcd8739ae039,tale:$7ab494fe977143c6$export$2e2bcd8739ae039,lana:$7ab494fe977143c6$export$2e2bcd8739ae039,tavt:$7ab494fe977143c6$export$2e2bcd8739ae039,takr:$7ab494fe977143c6$export$2e2bcd8739ae039,tibt:$7ab494fe977143c6$export$2e2bcd8739ae039,tfng:$7ab494fe977143c6$export$2e2bcd8739ae039,tirh:$7ab494fe977143c6$export$2e2bcd8739ae039,latn:$649970d87335b30f$export$2e2bcd8739ae039,DFLT:$649970d87335b30f$export$2e2bcd8739ae039};function $102b6fe50f1d50b4$export$7877a478dd30fd3d(a){Array.isArray(a)||(a=[a]);for(let s of a){let c=$102b6fe50f1d50b4$var$SHAPERS[s];if(c)return c}return $649970d87335b30f$export$2e2bcd8739ae039}class $0a876c45f1f7c41c$export$2e2bcd8739ae039 extends $a83b9c36aaa94fd3$export$2e2bcd8739ae039{applyLookup(s,c){switch(s){case 1:{let d=this.coverageIndex(c.coverage);if(d===-1)return!1;let p=this.glyphIterator.cur;switch(c.version){case 1:p.id=p.id+c.deltaGlyphID&65535;break;case 2:p.id=c.substitute.get(d);break}return!0}case 2:{let d=this.coverageIndex(c.coverage);if(d!==-1){let p=c.sequences.get(d);if(p.length===0)return this.glyphs.splice(this.glyphIterator.index,1),!0;this.glyphIterator.cur.id=p[0],this.glyphIterator.cur.ligatureComponent=0;let A=this.glyphIterator.cur.features,v=this.glyphIterator.cur,b=p.slice(1).map((g,x)=>{let y=new $10e7b257e1a9a756$export$2e2bcd8739ae039(this.font,g,void 0,A);return y.shaperInfo=v.shaperInfo,y.isLigated=v.isLigated,y.ligatureComponent=x+1,y.substituted=!0,y.isMultiplied=!0,y});return this.glyphs.splice(this.glyphIterator.index+1,0,...b),!0}return!1}case 3:{let d=this.coverageIndex(c.coverage);if(d!==-1){let p=0;return this.glyphIterator.cur.id=c.alternateSet.get(d)[p],!0}return!1}case 4:{let d=this.coverageIndex(c.coverage);if(d===-1)return!1;for(let p of c.ligatureSets.get(d)){let A=this.sequenceMatchIndices(1,p.components);if(!A)continue;let v=this.glyphIterator.cur,b=v.codePoints.slice();for(let S of A)b.push(...this.glyphs[S].codePoints);let g=new $10e7b257e1a9a756$export$2e2bcd8739ae039(this.font,p.glyph,b,v.features);g.shaperInfo=v.shaperInfo,g.isLigated=!0,g.substituted=!0;let x=v.isMark;for(let S=0;S<A.length&&x;S++)x=this.glyphs[A[S]].isMark;g.ligatureID=x?null:this.ligatureID++;let y=v.ligatureID,f=v.codePoints.length,m=f,C=this.glyphIterator.index+1;for(let S of A){if(x)C=S;else for(;C<S;){var u=m-f+Math.min(this.glyphs[C].ligatureComponent||1,f);this.glyphs[C].ligatureID=g.ligatureID,this.glyphs[C].ligatureComponent=u,C++}y=this.glyphs[C].ligatureID,f=this.glyphs[C].codePoints.length,m+=f,C++}if(y&&!x)for(let S=C;S<this.glyphs.length&&this.glyphs[S].ligatureID===y;S++){var u=m-f+Math.min(this.glyphs[S].ligatureComponent||1,f);this.glyphs[S].ligatureComponent=u}for(let S=A.length-1;S>=0;S--)this.glyphs.splice(A[S],1);return this.glyphs[this.glyphIterator.index]=g,!0}return!1}case 5:return this.applyContext(c);case 6:return this.applyChainingContext(c);case 7:return this.applyLookup(c.lookupType,c.extension);default:throw new Error(`GSUB lookupType ${s} is not supported`)}}}class $c96c93587d49c14d$export$2e2bcd8739ae039 extends $a83b9c36aaa94fd3$export$2e2bcd8739ae039{applyPositionValue(s,c){let u=this.positions[this.glyphIterator.peekIndex(s)];c.xAdvance!=null&&(u.xAdvance+=c.xAdvance),c.yAdvance!=null&&(u.yAdvance+=c.yAdvance),c.xPlacement!=null&&(u.xOffset+=c.xPlacement),c.yPlacement!=null&&(u.yOffset+=c.yPlacement);let d=this.font._variationProcessor,p=this.font.GDEF&&this.font.GDEF.itemVariationStore;d&&p&&(c.xPlaDevice&&(u.xOffset+=d.getDelta(p,c.xPlaDevice.a,c.xPlaDevice.b)),c.yPlaDevice&&(u.yOffset+=d.getDelta(p,c.yPlaDevice.a,c.yPlaDevice.b)),c.xAdvDevice&&(u.xAdvance+=d.getDelta(p,c.xAdvDevice.a,c.xAdvDevice.b)),c.yAdvDevice&&(u.yAdvance+=d.getDelta(p,c.yAdvDevice.a,c.yAdvDevice.b)))}applyLookup(s,c){switch(s){case 1:{let d=this.coverageIndex(c.coverage);if(d===-1)return!1;switch(c.version){case 1:this.applyPositionValue(0,c.value);break;case 2:this.applyPositionValue(0,c.values.get(d));break}return!0}case 2:{let d=this.glyphIterator.peek();if(!d)return!1;let p=this.coverageIndex(c.coverage);if(p===-1)return!1;switch(c.version){case 1:let A=c.pairSets.get(p);for(let g of A)if(g.secondGlyph===d.id)return this.applyPositionValue(0,g.value1),this.applyPositionValue(1,g.value2),!0;return!1;case 2:let v=this.getClassID(this.glyphIterator.cur.id,c.classDef1),b=this.getClassID(d.id,c.classDef2);if(v===-1||b===-1)return!1;var u=c.classRecords.get(v).get(b);return this.applyPositionValue(0,u.value1),this.applyPositionValue(1,u.value2),!0}}case 3:{let d=this.glyphIterator.peekIndex(),p=this.glyphs[d];if(!p)return!1;let A=c.entryExitRecords[this.coverageIndex(c.coverage)];if(!A||!A.exitAnchor)return!1;let v=c.entryExitRecords[this.coverageIndex(c.coverage,p.id)];if(!v||!v.entryAnchor)return!1;let b=this.getAnchor(v.entryAnchor),g=this.getAnchor(A.exitAnchor),x=this.positions[this.glyphIterator.index],y=this.positions[d],f;switch(this.direction){case"ltr":x.xAdvance=g.x+x.xOffset,f=b.x+y.xOffset,y.xAdvance-=f,y.xOffset-=f;break;case"rtl":f=g.x+x.xOffset,x.xAdvance-=f,x.xOffset-=f,y.xAdvance=b.x+y.xOffset;break}return this.glyphIterator.flags.rightToLeft?(this.glyphIterator.cur.cursiveAttachment=d,x.yOffset=b.y-g.y):(p.cursiveAttachment=this.glyphIterator.index,x.yOffset=g.y-b.y),!0}case 4:{let d=this.coverageIndex(c.markCoverage);if(d===-1)return!1;let p=this.glyphIterator.index;for(;--p>=0&&(this.glyphs[p].isMark||this.glyphs[p].ligatureComponent>0););if(p<0)return!1;let A=this.coverageIndex(c.baseCoverage,this.glyphs[p].id);if(A===-1)return!1;let v=c.markArray[d],b=c.baseArray[A][v.class];return this.applyAnchor(v,b,p),!0}case 5:{let d=this.coverageIndex(c.markCoverage);if(d===-1)return!1;let p=this.glyphIterator.index;for(;--p>=0&&this.glyphs[p].isMark;);if(p<0)return!1;let A=this.coverageIndex(c.ligatureCoverage,this.glyphs[p].id);if(A===-1)return!1;let v=c.ligatureArray[A],b=this.glyphIterator.cur,g=this.glyphs[p],x=g.ligatureID&&g.ligatureID===b.ligatureID&&b.ligatureComponent>0?Math.min(b.ligatureComponent,g.codePoints.length)-1:g.codePoints.length-1,y=c.markArray[d],f=v[x][y.class];return this.applyAnchor(y,f,p),!0}case 6:{let d=this.coverageIndex(c.mark1Coverage);if(d===-1)return!1;let p=this.glyphIterator.peekIndex(-1),A=this.glyphs[p];if(!A||!A.isMark)return!1;let v=this.glyphIterator.cur,b=!1;if(v.ligatureID===A.ligatureID?v.ligatureID?v.ligatureComponent===A.ligatureComponent&&(b=!0):b=!0:(v.ligatureID&&!v.ligatureComponent||A.ligatureID&&!A.ligatureComponent)&&(b=!0),!b)return!1;let g=this.coverageIndex(c.mark2Coverage,A.id);if(g===-1)return!1;let x=c.mark1Array[d],y=c.mark2Array[g][x.class];return this.applyAnchor(x,y,p),!0}case 7:return this.applyContext(c);case 8:return this.applyChainingContext(c);case 9:return this.applyLookup(c.lookupType,c.extension);default:throw new Error(`Unsupported GPOS table: ${s}`)}}applyAnchor(s,c,u){let d=this.getAnchor(c),p=this.getAnchor(s.markAnchor);this.positions[u];let A=this.positions[this.glyphIterator.index];A.xOffset=d.x-p.x,A.yOffset=d.y-p.y,this.glyphIterator.cur.markAttachment=u}getAnchor(s){let c=s.xCoordinate,u=s.yCoordinate,d=this.font._variationProcessor,p=this.font.GDEF&&this.font.GDEF.itemVariationStore;return d&&p&&(s.xDeviceTable&&(c+=d.getDelta(p,s.xDeviceTable.a,s.xDeviceTable.b)),s.yDeviceTable&&(u+=d.getDelta(p,s.yDeviceTable.a,s.yDeviceTable.b))),{x:c,y:u}}applyFeatures(s,c,u){super.applyFeatures(s,c,u);for(var d=0;d<this.glyphs.length;d++)this.fixCursiveAttachment(d);this.fixMarkAttachment()}fixCursiveAttachment(s){let c=this.glyphs[s];if(c.cursiveAttachment!=null){let u=c.cursiveAttachment;c.cursiveAttachment=null,this.fixCursiveAttachment(u),this.positions[s].yOffset+=this.positions[u].yOffset}}fixMarkAttachment(){for(let s=0;s<this.glyphs.length;s++){let c=this.glyphs[s];if(c.markAttachment!=null){let u=c.markAttachment;if(this.positions[s].xOffset+=this.positions[u].xOffset,this.positions[s].yOffset+=this.positions[u].yOffset,this.direction==="ltr")for(let d=u;d<s;d++)this.positions[s].xOffset-=this.positions[d].xAdvance,this.positions[s].yOffset-=this.positions[d].yAdvance;else for(let d=u+1;d<s+1;d++)this.positions[s].xOffset+=this.positions[d].xAdvance,this.positions[s].yOffset+=this.positions[d].yAdvance}}}}class $a62492810de27e3d$export$2e2bcd8739ae039{setup(s){this.glyphInfos=s.glyphs.map(u=>new $10e7b257e1a9a756$export$2e2bcd8739ae039(this.font,u.id,[...u.codePoints]));let c=null;this.GPOSProcessor&&(c=this.GPOSProcessor.selectScript(s.script,s.language,s.direction)),this.GSUBProcessor&&(c=this.GSUBProcessor.selectScript(s.script,s.language,s.direction)),this.shaper=$102b6fe50f1d50b4$export$7877a478dd30fd3d(c),this.plan=new $94d7a73bd2edfc9a$export$2e2bcd8739ae039(this.font,c,s.direction),this.shaper.plan(this.plan,this.glyphInfos,s.features);for(let u in this.plan.allFeatures)s.features[u]=!0}substitute(s){this.GSUBProcessor&&(this.plan.process(this.GSUBProcessor,this.glyphInfos),s.glyphs=this.glyphInfos.map(c=>this.font.getGlyph(c.id,c.codePoints)))}position(s){return this.shaper.zeroMarkWidths==="BEFORE_GPOS"&&this.zeroMarkAdvances(s.positions),this.GPOSProcessor&&this.plan.process(this.GPOSProcessor,this.glyphInfos,s.positions),this.shaper.zeroMarkWidths==="AFTER_GPOS"&&this.zeroMarkAdvances(s.positions),s.direction==="rtl"&&(s.glyphs.reverse(),s.positions.reverse()),this.GPOSProcessor&&this.GPOSProcessor.features}zeroMarkAdvances(s){for(let c=0;c<this.glyphInfos.length;c++)this.glyphInfos[c].isMark&&(s[c].xAdvance=0,s[c].yAdvance=0)}cleanup(){this.glyphInfos=null,this.plan=null,this.shaper=null}getAvailableFeatures(s,c){let u=[];return this.GSUBProcessor&&(this.GSUBProcessor.selectScript(s,c),u.push(...Object.keys(this.GSUBProcessor.features))),this.GPOSProcessor&&(this.GPOSProcessor.selectScript(s,c),u.push(...Object.keys(this.GPOSProcessor.features))),u}constructor(s){this.font=s,this.glyphInfos=null,this.plan=null,this.GSUBProcessor=null,this.GPOSProcessor=null,this.fallbackPosition=!0,s.GSUB&&(this.GSUBProcessor=new $0a876c45f1f7c41c$export$2e2bcd8739ae039(s,s.GSUB)),s.GPOS&&(this.GPOSProcessor=new $c96c93587d49c14d$export$2e2bcd8739ae039(s,s.GPOS))}}class $4c0a7fa5df7a9ab1$export$2e2bcd8739ae039{layout(s,c,u,d,p){if(typeof c=="string"&&(p=d,d=u,u=c,c=[]),typeof s=="string"){u==null&&(u=$130d1a642ebcd2b7$export$e5cb25e204fb8450(s));var A=this.font.glyphsForString(s)}else{if(u==null){let g=[];for(let x of s)g.push(...x.codePoints);u=$130d1a642ebcd2b7$export$16fab0757cfc223d(g)}var A=s}let v=new $be07b3e97a42687a$export$2e2bcd8739ae039(A,c,u,d,p);return A.length===0?(v.positions=[],v):(this.engine&&this.engine.setup&&this.engine.setup(v),this.substitute(v),this.position(v),this.hideDefaultIgnorables(v.glyphs,v.positions),this.engine&&this.engine.cleanup&&this.engine.cleanup(),v)}substitute(s){this.engine&&this.engine.substitute&&this.engine.substitute(s)}position(s){s.positions=s.glyphs.map(u=>new $1ac75d9a55b67f01$export$2e2bcd8739ae039(u.advanceWidth));let c=null;this.engine&&this.engine.position&&(c=this.engine.position(s)),!c&&(!this.engine||this.engine.fallbackPosition)&&(this.unicodeLayoutEngine||(this.unicodeLayoutEngine=new $0a4bdfeb6dfd6f5e$export$2e2bcd8739ae039(this.font)),this.unicodeLayoutEngine.positionGlyphs(s.glyphs,s.positions)),(!c||!c.kern)&&s.features.kern!==!1&&this.font.kern&&(this.kernProcessor||(this.kernProcessor=new $0bba3a9db57637f3$export$2e2bcd8739ae039(this.font)),this.kernProcessor.process(s.glyphs,s.positions),s.features.kern=!0)}hideDefaultIgnorables(s,c){let u=this.font.glyphForCodePoint(32);for(let d=0;d<s.length;d++)this.isDefaultIgnorable(s[d].codePoints[0])&&(s[d]=u,c[d].xAdvance=0,c[d].yAdvance=0)}isDefaultIgnorable(s){let c=s>>16;if(c===0)switch(s>>8){case 0:return s===173;case 3:return s===847;case 6:return s===1564;case 23:return 6068<=s&&s<=6069;case 24:return 6155<=s&&s<=6158;case 32:return 8203<=s&&s<=8207||8234<=s&&s<=8238||8288<=s&&s<=8303;case 254:return 65024<=s&&s<=65039||s===65279;case 255:return 65520<=s&&s<=65528;default:return!1}else switch(c){case 1:return 113824<=s&&s<=113827||119155<=s&&s<=119162;case 14:return 917504<=s&&s<=921599;default:return!1}}getAvailableFeatures(s,c){let u=[];return this.engine&&u.push(...this.engine.getAvailableFeatures(s,c)),this.font.kern&&u.indexOf("kern")===-1&&u.push("kern"),u}stringsForGlyph(s){let c=new Set,u=this.font._cmapProcessor.codePointsForGlyph(s);for(let d of u)c.add(String.fromCodePoint(d));if(this.engine&&this.engine.stringsForGlyph)for(let d of this.engine.stringsForGlyph(s))c.add(d);return Array.from(c)}constructor(s){this.font=s,this.unicodeLayoutEngine=null,this.kernProcessor=null,this.font.morx?this.engine=new $ba6dd74203be8728$export$2e2bcd8739ae039(this.font):(this.font.GSUB||this.font.GPOS)&&(this.engine=new $a62492810de27e3d$export$2e2bcd8739ae039(this.font))}}const $f43aec954cdfdf21$var$SVG_COMMANDS={moveTo:"M",lineTo:"L",quadraticCurveTo:"Q",bezierCurveTo:"C",closePath:"Z"};class $f43aec954cdfdf21$export$2e2bcd8739ae039{toFunction(){return s=>{this.commands.forEach(c=>s[c.command].apply(s,c.args))}}toSVG(){return this.commands.map(c=>{let u=c.args.map(d=>Math.round(d*100)/100);return`${$f43aec954cdfdf21$var$SVG_COMMANDS[c.command]}${u.join(" ")}`}).join("")}get cbox(){if(!this._cbox){let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039;for(let c of this.commands)for(let u=0;u<c.args.length;u+=2)s.addPoint(c.args[u],c.args[u+1]);this._cbox=Object.freeze(s)}return this._cbox}get bbox(){if(this._bbox)return this._bbox;let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039,c=0,u=0,d=T=>Math.pow(1-T,3)*m[I]+3*Math.pow(1-T,2)*T*C[I]+3*(1-T)*Math.pow(T,2)*S[I]+Math.pow(T,3)*w[I];for(let T of this.commands)switch(T.command){case"moveTo":case"lineTo":let[$,P]=T.args;s.addPoint($,P),c=$,u=P;break;case"quadraticCurveTo":case"bezierCurveTo":if(T.command==="quadraticCurveTo")var[p,A,y,f]=T.args,v=c+2/3*(p-c),b=u+2/3*(A-u),g=y+2/3*(p-y),x=f+2/3*(A-f);else var[v,b,g,x,y,f]=T.args;s.addPoint(y,f);for(var m=[c,u],C=[v,b],S=[g,x],w=[y,f],I=0;I<=1;I++){let E=6*m[I]-12*C[I]+6*S[I],B=-3*m[I]+9*C[I]-9*S[I]+3*w[I];if(T=3*C[I]-3*m[I],B===0){if(E===0)continue;let _=-T/E;0<_&&_<1&&(I===0?s.addPoint(d(_),s.maxY):I===1&&s.addPoint(s.maxX,d(_)));continue}let R=Math.pow(E,2)-4*T*B;if(R<0)continue;let O=(-E+Math.sqrt(R))/(2*B);0<O&&O<1&&(I===0?s.addPoint(d(O),s.maxY):I===1&&s.addPoint(s.maxX,d(O)));let M=(-E-Math.sqrt(R))/(2*B);0<M&&M<1&&(I===0?s.addPoint(d(M),s.maxY):I===1&&s.addPoint(s.maxX,d(M)))}c=y,u=f;break}return this._bbox=Object.freeze(s)}mapPoints(s){let c=new $f43aec954cdfdf21$export$2e2bcd8739ae039;for(let u of this.commands){let d=[];for(let p=0;p<u.args.length;p+=2){let[A,v]=s(u.args[p],u.args[p+1]);d.push(A,v)}c[u.command](...d)}return c}transform(s,c,u,d,p,A){return this.mapPoints((v,b)=>{const g=s*v+u*b+p,x=c*v+d*b+A;return[g,x]})}translate(s,c){return this.transform(1,0,0,1,s,c)}rotate(s){let c=Math.cos(s),u=Math.sin(s);return this.transform(c,u,-u,c,0,0)}scale(s,c=s){return this.transform(s,0,0,c,0,0)}constructor(){this.commands=[],this._bbox=null,this._cbox=null}}for(let a of["moveTo","lineTo","quadraticCurveTo","bezierCurveTo","closePath"])$f43aec954cdfdf21$export$2e2bcd8739ae039.prototype[a]=function(...s){return this._bbox=this._cbox=null,this.commands.push({command:a,args:s}),this};var $7713b9b7b438dff8$export$2e2bcd8739ae039=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"];class $f92906be28e61769$export$2e2bcd8739ae039{_getPath(){return new $f43aec954cdfdf21$export$2e2bcd8739ae039}_getCBox(){return this.path.cbox}_getBBox(){return this.path.bbox}_getTableMetrics(s){if(this.id<s.metrics.length)return s.metrics.get(this.id);let c=s.metrics.get(s.metrics.length-1);return{advance:c?c.advance:0,bearing:s.bearings.get(this.id-s.metrics.length)||0}}_getMetrics(s){if(this._metrics)return this._metrics;let{advance:c,bearing:u}=this._getTableMetrics(this._font.hmtx);if(this._font.vmtx)var{advance:d,bearing:p}=this._getTableMetrics(this._font.vmtx);else{let A;if((typeof s>"u"||s===null)&&({cbox:s}=this),(A=this._font["OS/2"])&&A.version>0)var d=Math.abs(A.typoAscender-A.typoDescender),p=A.typoAscender-s.maxY;else{let{hhea:v}=this._font;var d=Math.abs(v.ascent-v.descent),p=v.ascent-s.maxY}}return this._font._variationProcessor&&this._font.HVAR&&(c+=this._font._variationProcessor.getAdvanceAdjustment(this.id,this._font.HVAR)),this._metrics={advanceWidth:c,advanceHeight:d,leftBearing:u,topBearing:p}}get cbox(){return this._getCBox()}get bbox(){return this._getBBox()}get path(){return this._getPath()}getScaledPath(s){let c=1/this._font.unitsPerEm*s;return this.path.scale(c)}get advanceWidth(){return this._getMetrics().advanceWidth}get advanceHeight(){return this._getMetrics().advanceHeight}get ligatureCaretPositions(){}_getName(){let{post:s}=this._font;if(!s)return null;switch(s.version){case 1:return $7713b9b7b438dff8$export$2e2bcd8739ae039[this.id];case 2:let c=s.glyphNameIndex[this.id];return c<$7713b9b7b438dff8$export$2e2bcd8739ae039.length?$7713b9b7b438dff8$export$2e2bcd8739ae039[c]:s.names[c-$7713b9b7b438dff8$export$2e2bcd8739ae039.length];case 2.5:return $7713b9b7b438dff8$export$2e2bcd8739ae039[this.id+s.offsets[this.id]];case 4:return String.fromCharCode(s.map[this.id])}}get name(){return this._getName()}render(s,c){s.save();let u=1/this._font.head.unitsPerEm*c;s.scale(u,u),this.path.toFunction()(s),s.fill(),s.restore()}constructor(s,c,u){this.id=s,this.codePoints=c,this._font=u,this.isMark=this.codePoints.length>0&&this.codePoints.every($747425b437e121da$export$e33ad6871e762338),this.isLigature=this.codePoints.length>1}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"cbox",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"bbox",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"path",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"advanceWidth",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"advanceHeight",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$f92906be28e61769$export$2e2bcd8739ae039.prototype,"name",null);let $69aac16029968692$var$GlyfHeader=new Struct({numberOfContours:int16,xMin:int16,yMin:int16,xMax:int16,yMax:int16});const $69aac16029968692$var$ON_CURVE=1,$69aac16029968692$var$X_SHORT_VECTOR=2,$69aac16029968692$var$Y_SHORT_VECTOR=4,$69aac16029968692$var$REPEAT=8,$69aac16029968692$var$SAME_X=16,$69aac16029968692$var$SAME_Y=32,$69aac16029968692$var$ARG_1_AND_2_ARE_WORDS=1,$69aac16029968692$var$WE_HAVE_A_SCALE=8,$69aac16029968692$var$MORE_COMPONENTS=32,$69aac16029968692$var$WE_HAVE_AN_X_AND_Y_SCALE=64,$69aac16029968692$var$WE_HAVE_A_TWO_BY_TWO=128,$69aac16029968692$var$WE_HAVE_INSTRUCTIONS=256;class $69aac16029968692$export$baf26146a414f24a{copy(){return new $69aac16029968692$export$baf26146a414f24a(this.onCurve,this.endContour,this.x,this.y)}constructor(s,c,u=0,d=0){this.onCurve=s,this.endContour=c,this.x=u,this.y=d}}class $69aac16029968692$var$Component{constructor(s,c,u){this.glyphID=s,this.dx=c,this.dy=u,this.pos=0,this.scaleX=this.scaleY=1,this.scale01=this.scale10=0}}class $69aac16029968692$export$2e2bcd8739ae039 extends $f92906be28e61769$export$2e2bcd8739ae039{_getCBox(s){if(this._font._variationProcessor&&!s)return this.path.cbox;let c=this._font._getTableStream("glyf");c.pos+=this._font.loca.offsets[this.id];let u=$69aac16029968692$var$GlyfHeader.decode(c),d=new $f34600ab9d7f70d8$export$2e2bcd8739ae039(u.xMin,u.yMin,u.xMax,u.yMax);return Object.freeze(d)}_parseGlyphCoord(s,c,u,d){if(u){var p=s.readUInt8();d||(p=-p),p+=c}else if(d)var p=c;else var p=c+s.readInt16BE();return p}_decode(){let s=this._font.loca.offsets[this.id],c=this._font.loca.offsets[this.id+1];if(s===c)return null;let u=this._font._getTableStream("glyf");u.pos+=s;let d=u.pos,p=$69aac16029968692$var$GlyfHeader.decode(u);return p.numberOfContours>0?this._decodeSimple(p,u):p.numberOfContours<0&&this._decodeComposite(p,u,d),p}_decodeSimple(s,c){s.points=[];let u=new ArrayT(uint16,s.numberOfContours).decode(c);s.instructions=new ArrayT(uint8,uint16).decode(c);let d=[],p=u[u.length-1]+1;for(;d.length<p;){var A=c.readUInt8();if(d.push(A),A&$69aac16029968692$var$REPEAT){let x=c.readUInt8();for(let y=0;y<x;y++)d.push(A)}}for(var v=0;v<d.length;v++){var A=d[v];let y=new $69aac16029968692$export$baf26146a414f24a(!!(A&$69aac16029968692$var$ON_CURVE),u.indexOf(v)>=0,0,0);s.points.push(y)}let b=0;for(var v=0;v<d.length;v++){var A=d[v];s.points[v].x=b=this._parseGlyphCoord(c,b,A&$69aac16029968692$var$X_SHORT_VECTOR,A&$69aac16029968692$var$SAME_X)}let g=0;for(var v=0;v<d.length;v++){var A=d[v];s.points[v].y=g=this._parseGlyphCoord(c,g,A&$69aac16029968692$var$Y_SHORT_VECTOR,A&$69aac16029968692$var$SAME_Y)}if(this._font._variationProcessor){let x=s.points.slice();x.push(...this._getPhantomPoints(s)),this._font._variationProcessor.transformPoints(this.id,x),s.phantomPoints=x.slice(-4)}}_decodeComposite(s,c,u=0){s.components=[];let d=!1,p=$69aac16029968692$var$MORE_COMPONENTS;for(;p&$69aac16029968692$var$MORE_COMPONENTS;){p=c.readUInt16BE();let g=c.pos-u,x=c.readUInt16BE();if(d||(d=(p&$69aac16029968692$var$WE_HAVE_INSTRUCTIONS)!==0),p&$69aac16029968692$var$ARG_1_AND_2_ARE_WORDS)var A=c.readInt16BE(),v=c.readInt16BE();else var A=c.readInt8(),v=c.readInt8();var b=new $69aac16029968692$var$Component(x,A,v);b.pos=g,p&$69aac16029968692$var$WE_HAVE_A_SCALE?b.scaleX=b.scaleY=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824:p&$69aac16029968692$var$WE_HAVE_AN_X_AND_Y_SCALE?(b.scaleX=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scaleY=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824):p&$69aac16029968692$var$WE_HAVE_A_TWO_BY_TWO&&(b.scaleX=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scale01=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scale10=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824,b.scaleY=(c.readUInt8()<<24|c.readUInt8()<<16)/1073741824),s.components.push(b)}if(this._font._variationProcessor){let g=[];for(let x=0;x<s.components.length;x++){var b=s.components[x];g.push(new $69aac16029968692$export$baf26146a414f24a(!0,!0,b.dx,b.dy))}g.push(...this._getPhantomPoints(s)),this._font._variationProcessor.transformPoints(this.id,g),s.phantomPoints=g.splice(-4,4);for(let x=0;x<g.length;x++){let y=g[x];s.components[x].dx=y.x,s.components[x].dy=y.y}}return d}_getPhantomPoints(s){let c=this._getCBox(!0);this._metrics==null&&(this._metrics=$f92906be28e61769$export$2e2bcd8739ae039.prototype._getMetrics.call(this,c));let{advanceWidth:u,advanceHeight:d,leftBearing:p,topBearing:A}=this._metrics;return[new $69aac16029968692$export$baf26146a414f24a(!1,!0,s.xMin-p,0),new $69aac16029968692$export$baf26146a414f24a(!1,!0,s.xMin-p+u,0),new $69aac16029968692$export$baf26146a414f24a(!1,!0,0,s.yMax+A),new $69aac16029968692$export$baf26146a414f24a(!1,!0,0,s.yMax+A+d)]}_getContours(){let s=this._decode();if(!s)return[];let c=[];if(s.numberOfContours<0)for(let A of s.components){let v=this._font.getGlyph(A.glyphID)._getContours();for(let b=0;b<v.length;b++){let g=v[b];for(let x=0;x<g.length;x++){let y=g[x],f=y.x*A.scaleX+y.y*A.scale01+A.dx,m=y.y*A.scaleY+y.x*A.scale10+A.dy;c.push(new $69aac16029968692$export$baf26146a414f24a(y.onCurve,y.endContour,f,m))}}}else c=s.points||[];s.phantomPoints&&!this._font.directory.tables.HVAR&&(this._metrics.advanceWidth=s.phantomPoints[1].x-s.phantomPoints[0].x,this._metrics.advanceHeight=s.phantomPoints[3].y-s.phantomPoints[2].y,this._metrics.leftBearing=s.xMin-s.phantomPoints[0].x,this._metrics.topBearing=s.phantomPoints[2].y-s.yMax);let u=[],d=[];for(let A=0;A<c.length;A++){var p=c[A];d.push(p),p.endContour&&(u.push(d),d=[])}return u}_getMetrics(){if(this._metrics)return this._metrics;let s=this._getCBox(!0);return super._getMetrics(s),this._font._variationProcessor&&!this._font.HVAR&&this.path,this._metrics}_getPath(){let s=this._getContours(),c=new $f43aec954cdfdf21$export$2e2bcd8739ae039;for(let d=0;d<s.length;d++){let p=s[d],A=p[0],v=p[p.length-1],b=0;if(A.onCurve){var u=null;b=1}else{v.onCurve?A=v:A=new $69aac16029968692$export$baf26146a414f24a(!1,!1,(A.x+v.x)/2,(A.y+v.y)/2);var u=A}c.moveTo(A.x,A.y);for(let g=b;g<p.length;g++){let x=p[g],y=g===0?A:p[g-1];if(y.onCurve&&x.onCurve)c.lineTo(x.x,x.y);else if(y.onCurve&&!x.onCurve)var u=x;else if(!y.onCurve&&!x.onCurve){let m=(y.x+x.x)/2,C=(y.y+x.y)/2;c.quadraticCurveTo(y.x,y.y,m,C);var u=x}else if(!y.onCurve&&x.onCurve){c.quadraticCurveTo(u.x,u.y,x.x,x.y);var u=null}else throw new Error("Unknown TTF path state")}u&&c.quadraticCurveTo(u.x,u.y,A.x,A.y),c.closePath()}return c}constructor(...s){super(...s),_define_property(this,"type","TTF")}}class $62cc5109c6101893$export$2e2bcd8739ae039 extends $f92906be28e61769$export$2e2bcd8739ae039{_getName(){return this._font.CFF2?super._getName():this._font["CFF "].getGlyphName(this.id)}bias(s){return s.length<1240?107:s.length<33900?1131:32768}_getPath(){let s=this._font.CFF2||this._font["CFF "],{stream:c}=s,u=s.topDict.CharStrings[this.id],d=u.offset+u.length;c.pos=u.offset;let p=new $f43aec954cdfdf21$export$2e2bcd8739ae039,A=[],v=[],b=null,g=0,x=0,y=0,f,m,C=!1;this._usedGsubrs=f={},this._usedSubrs=m={};let S=s.globalSubrIndex||[],w=this.bias(S),I=s.privateDictForGlyph(this.id)||{},T=I.Subrs||[],$=this.bias(T),P=s.topDict.vstore&&s.topDict.vstore.itemVariationStore,E=I.vsindex,B=this._font._variationProcessor;function R(){b==null&&(b=A.shift()+I.nominalWidthX)}function O(){return A.length%2!==0&&R(),g+=A.length>>1,A.length=0}function M(D,H){C&&p.closePath(),p.moveTo(D,H),C=!0}let _=function(){for(;c.pos<d;){let U=c.readUInt8();if(U<32){let Q,L,F,j,N,k,W,J,Y,q,K,ee,re,ae,V,Z;switch(U){case 1:case 3:case 18:case 23:O();break;case 4:A.length>1&&R(),y+=A.shift(),M(x,y);break;case 5:for(;A.length>=2;)x+=A.shift(),y+=A.shift(),p.lineTo(x,y);break;case 6:case 7:for(F=U===6;A.length>=1;)F?x+=A.shift():y+=A.shift(),p.lineTo(x,y),F=!F;break;case 8:for(;A.length>0;)j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);break;case 10:if(Q=A.pop()+$,L=T[Q],L){m[Q]=!0;let te=c.pos,ie=d;c.pos=L.offset,d=L.offset+L.length,_(),c.pos=te,d=ie}break;case 11:if(s.version>=2)break;return;case 14:if(s.version>=2)break;A.length>0&&R(),C&&(p.closePath(),C=!1);break;case 15:if(s.version<2)throw new Error("vsindex operator not supported in CFF v1");E=A.pop();break;case 16:{if(s.version<2)throw new Error("blend operator not supported in CFF v1");if(!B)throw new Error("blend operator in non-variation font");let te=B.getBlendVector(P,E),ie=A.pop(),ue=ie*te.length,me=A.length-ue,Ee=me-ie;for(let be=0;be<ie;be++){let Ae=A[Ee+be];for(let fe=0;fe<te.length;fe++)Ae+=te[fe]*A[me++];A[Ee+be]=Ae}for(;ue--;)A.pop();break}case 19:case 20:O(),c.pos+=g+7>>3;break;case 21:A.length>2&&R(),x+=A.shift(),y+=A.shift(),M(x,y);break;case 22:A.length>1&&R(),x+=A.shift(),M(x,y);break;case 24:for(;A.length>=8;)j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);x+=A.shift(),y+=A.shift(),p.lineTo(x,y);break;case 25:for(;A.length>=8;)x+=A.shift(),y+=A.shift(),p.lineTo(x,y);j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);break;case 26:for(A.length%2&&(x+=A.shift());A.length>=4;)j=x,N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k,y=W+A.shift(),p.bezierCurveTo(j,N,k,W,x,y);break;case 27:for(A.length%2&&(y+=A.shift());A.length>=4;)j=x+A.shift(),N=y,k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W,p.bezierCurveTo(j,N,k,W,x,y);break;case 28:A.push(c.readInt16BE());break;case 29:if(Q=A.pop()+w,L=S[Q],L){f[Q]=!0;let te=c.pos,ie=d;c.pos=L.offset,d=L.offset+L.length,_(),c.pos=te,d=ie}break;case 30:case 31:for(F=U===31;A.length>=4;)F?(j=x+A.shift(),N=y,k=j+A.shift(),W=N+A.shift(),y=W+A.shift(),x=k+(A.length===1?A.shift():0)):(j=x,N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),x=k+A.shift(),y=W+(A.length===1?A.shift():0)),p.bezierCurveTo(j,N,k,W,x,y),F=!F;break;case 12:switch(U=c.readUInt8(),U){case 3:let te=A.pop(),ie=A.pop();A.push(te&&ie?1:0);break;case 4:te=A.pop(),ie=A.pop(),A.push(te||ie?1:0);break;case 5:te=A.pop(),A.push(te?0:1);break;case 9:te=A.pop(),A.push(Math.abs(te));break;case 10:te=A.pop(),ie=A.pop(),A.push(te+ie);break;case 11:te=A.pop(),ie=A.pop(),A.push(te-ie);break;case 12:te=A.pop(),ie=A.pop(),A.push(te/ie);break;case 14:te=A.pop(),A.push(-te);break;case 15:te=A.pop(),ie=A.pop(),A.push(te===ie?1:0);break;case 18:A.pop();break;case 20:let ue=A.pop(),me=A.pop();v[me]=ue;break;case 21:me=A.pop(),A.push(v[me]||0);break;case 22:let Ee=A.pop(),be=A.pop(),Ae=A.pop(),fe=A.pop();A.push(Ae<=fe?Ee:be);break;case 23:A.push(Math.random());break;case 24:te=A.pop(),ie=A.pop(),A.push(te*ie);break;case 26:te=A.pop(),A.push(Math.sqrt(te));break;case 27:te=A.pop(),A.push(te,te);break;case 28:te=A.pop(),ie=A.pop(),A.push(ie,te);break;case 29:me=A.pop(),me<0?me=0:me>A.length-1&&(me=A.length-1),A.push(A[me]);break;case 30:let se=A.pop(),oe=A.pop();if(oe>=0)for(;oe>0;){var D=A[se-1];for(let xe=se-2;xe>=0;xe--)A[xe+1]=A[xe];A[0]=D,oe--}else for(;oe<0;){var D=A[0];for(let Ce=0;Ce<=se;Ce++)A[Ce]=A[Ce+1];A[se-1]=D,oe++}break;case 34:j=x+A.shift(),N=y,k=j+A.shift(),W=N+A.shift(),J=k+A.shift(),Y=W,q=J+A.shift(),K=Y,ee=q+A.shift(),re=K,ae=ee+A.shift(),V=re,x=ae,y=V,p.bezierCurveTo(j,N,k,W,J,Y),p.bezierCurveTo(q,K,ee,re,ae,V);break;case 35:Z=[];for(let xe=0;xe<=5;xe++)x+=A.shift(),y+=A.shift(),Z.push(x,y);p.bezierCurveTo(...Z.slice(0,6)),p.bezierCurveTo(...Z.slice(6)),A.shift();break;case 36:j=x+A.shift(),N=y+A.shift(),k=j+A.shift(),W=N+A.shift(),J=k+A.shift(),Y=W,q=J+A.shift(),K=Y,ee=q+A.shift(),re=K+A.shift(),ae=ee+A.shift(),V=re,x=ae,y=V,p.bezierCurveTo(j,N,k,W,J,Y),p.bezierCurveTo(q,K,ee,re,ae,V);break;case 37:let le=x,ce=y;Z=[];for(let xe=0;xe<=4;xe++)x+=A.shift(),y+=A.shift(),Z.push(x,y);Math.abs(x-le)>Math.abs(y-ce)?(x+=A.shift(),y=ce):(x=le,y+=A.shift()),Z.push(x,y),p.bezierCurveTo(...Z.slice(0,6)),p.bezierCurveTo(...Z.slice(6));break;default:throw new Error(`Unknown op: 12 ${U}`)}break;default:throw new Error(`Unknown op: ${U}`)}}else if(U<247)A.push(U-139);else if(U<251){var H=c.readUInt8();A.push((U-247)*256+H+108)}else if(U<255){var H=c.readUInt8();A.push(-(U-251)*256-H-108)}else A.push(c.readInt32BE()/65536)}};return _(),C&&p.closePath(),p}constructor(...s){super(...s),_define_property(this,"type","CFF")}}let $25d8f049c222084c$var$SBIXImage=new Struct({originX:uint16,originY:uint16,type:new StringT(4),data:new BufferT(a=>a.parent.buflen-a._currentOffset)});class $25d8f049c222084c$export$2e2bcd8739ae039 extends $69aac16029968692$export$2e2bcd8739ae039{getImageForSize(s){for(let A=0;A<this._font.sbix.imageTables.length;A++){var c=this._font.sbix.imageTables[A];if(c.ppem>=s)break}let u=c.imageOffsets,d=u[this.id],p=u[this.id+1];return d===p?null:(this._font.stream.pos=d,$25d8f049c222084c$var$SBIXImage.decode(this._font.stream,{buflen:p-d}))}render(s,c){let u=this.getImageForSize(c);if(u!=null){let d=c/this._font.unitsPerEm;s.image(u.data,{height:c,x:u.originX,y:(this.bbox.minY-u.originY)*d})}this._font.sbix.flags.renderOutlines&&super.render(s,c)}constructor(...s){super(...s),_define_property(this,"type","SBIX")}}class $0d411f0165859681$var$COLRLayer{constructor(s,c){this.glyph=s,this.color=c}}class $0d411f0165859681$export$2e2bcd8739ae039 extends $f92906be28e61769$export$2e2bcd8739ae039{_getBBox(){let s=new $f34600ab9d7f70d8$export$2e2bcd8739ae039;for(let c=0;c<this.layers.length;c++){let d=this.layers[c].glyph.bbox;s.addPoint(d.minX,d.minY),s.addPoint(d.maxX,d.maxY)}return s}get layers(){let s=this._font.CPAL,c=this._font.COLR,u=0,d=c.baseGlyphRecord.length-1;for(;u<=d;){let x=u+d>>1;var p=c.baseGlyphRecord[x];if(this.id<p.gid)d=x-1;else if(this.id>p.gid)u=x+1;else{var A=p;break}}if(A==null){var v=this._font._getBaseGlyph(this.id),b={red:0,green:0,blue:0,alpha:255};return[new $0d411f0165859681$var$COLRLayer(v,b)]}let g=[];for(let x=A.firstLayerIndex;x<A.firstLayerIndex+A.numLayers;x++){var p=c.layerRecords[x],b=s.colorRecords[p.paletteIndex],v=this._font._getBaseGlyph(p.gid);g.push(new $0d411f0165859681$var$COLRLayer(v,b))}return g}render(s,c){for(let{glyph:u,color:d}of this.layers)s.fillColor([d.red,d.green,d.blue],d.alpha/255*100),u.render(s,c)}constructor(...s){super(...s),_define_property(this,"type","COLR")}}const $0bb840cac04e911b$var$TUPLES_SHARE_POINT_NUMBERS=32768,$0bb840cac04e911b$var$TUPLE_COUNT_MASK=4095,$0bb840cac04e911b$var$EMBEDDED_TUPLE_COORD=32768,$0bb840cac04e911b$var$INTERMEDIATE_TUPLE=16384,$0bb840cac04e911b$var$PRIVATE_POINT_NUMBERS=8192,$0bb840cac04e911b$var$TUPLE_INDEX_MASK=4095,$0bb840cac04e911b$var$POINTS_ARE_WORDS=128,$0bb840cac04e911b$var$POINT_RUN_COUNT_MASK=127,$0bb840cac04e911b$var$DELTAS_ARE_ZERO=128,$0bb840cac04e911b$var$DELTAS_ARE_WORDS=64,$0bb840cac04e911b$var$DELTA_RUN_COUNT_MASK=63;class $0bb840cac04e911b$export$2e2bcd8739ae039{normalizeCoords(s){let c=[];for(var u=0;u<this.font.fvar.axis.length;u++){let d=this.font.fvar.axis[u];s[u]<d.defaultValue?c.push((s[u]-d.defaultValue+Number.EPSILON)/(d.defaultValue-d.minValue+Number.EPSILON)):c.push((s[u]-d.defaultValue+Number.EPSILON)/(d.maxValue-d.defaultValue+Number.EPSILON))}if(this.font.avar)for(var u=0;u<this.font.avar.segment.length;u++){let p=this.font.avar.segment[u];for(let A=0;A<p.correspondence.length;A++){let v=p.correspondence[A];if(A>=1&&c[u]<v.fromCoord){let b=p.correspondence[A-1];c[u]=((c[u]-b.fromCoord)*(v.toCoord-b.toCoord)+Number.EPSILON)/(v.fromCoord-b.fromCoord+Number.EPSILON)+b.toCoord;break}}}return c}transformPoints(s,c){if(!this.font.fvar||!this.font.gvar)return;let{gvar:u}=this.font;if(s>=u.glyphCount)return;let d=u.offsets[s];if(d===u.offsets[s+1])return;let{stream:p}=this.font;if(p.pos=d,p.pos>=p.length)return;let A=p.readUInt16BE(),v=d+p.readUInt16BE();if(A&$0bb840cac04e911b$var$TUPLES_SHARE_POINT_NUMBERS){var b=p.pos;p.pos=v;var g=this.decodePoints();v=p.pos,p.pos=b}let x=c.map(w=>w.copy());A&=$0bb840cac04e911b$var$TUPLE_COUNT_MASK;for(let w=0;w<A;w++){let I=p.readUInt16BE(),T=p.readUInt16BE();if(T&$0bb840cac04e911b$var$EMBEDDED_TUPLE_COORD){var y=[];for(let O=0;O<u.axisCount;O++)y.push(p.readInt16BE()/16384)}else{if((T&$0bb840cac04e911b$var$TUPLE_INDEX_MASK)>=u.globalCoordCount)throw new Error("Invalid gvar table");var y=u.globalCoords[T&$0bb840cac04e911b$var$TUPLE_INDEX_MASK]}if(T&$0bb840cac04e911b$var$INTERMEDIATE_TUPLE){var f=[];for(let O=0;O<u.axisCount;O++)f.push(p.readInt16BE()/16384);var m=[];for(let O=0;O<u.axisCount;O++)m.push(p.readInt16BE()/16384)}let $=this.tupleFactor(T,y,f,m);if($===0){v+=I;continue}var b=p.pos;if(p.pos=v,T&$0bb840cac04e911b$var$PRIVATE_POINT_NUMBERS)var C=this.decodePoints();else var C=g;let E=C.length===0?c.length:C.length,B=this.decodeDeltas(E),R=this.decodeDeltas(E);if(C.length===0)for(let O=0;O<c.length;O++){var S=c[O];S.x+=Math.round(B[O]*$),S.y+=Math.round(R[O]*$)}else{let O=x.map(_=>_.copy()),M=c.map(()=>!1);for(let _=0;_<C.length;_++){let D=C[_];if(D<c.length){let H=O[D];M[D]=!0,H.x+=B[_]*$,H.y+=R[_]*$}}this.interpolateMissingDeltas(O,x,M);for(let _=0;_<c.length;_++){let D=O[_].x-x[_].x,H=O[_].y-x[_].y;c[_].x=Math.round(c[_].x+D),c[_].y=Math.round(c[_].y+H)}}v+=I,p.pos=b}}decodePoints(){let s=this.font.stream,c=s.readUInt8();c&$0bb840cac04e911b$var$POINTS_ARE_WORDS&&(c=(c&$0bb840cac04e911b$var$POINT_RUN_COUNT_MASK)<<8|s.readUInt8());let u=new Uint16Array(c),d=0,p=0;for(;d<c;){let A=s.readUInt8(),v=(A&$0bb840cac04e911b$var$POINT_RUN_COUNT_MASK)+1,b=A&$0bb840cac04e911b$var$POINTS_ARE_WORDS?s.readUInt16:s.readUInt8;for(let g=0;g<v&&d<c;g++)p+=b.call(s),u[d++]=p}return u}decodeDeltas(s){let c=this.font.stream,u=0,d=new Int16Array(s);for(;u<s;){let p=c.readUInt8(),A=(p&$0bb840cac04e911b$var$DELTA_RUN_COUNT_MASK)+1;if(p&$0bb840cac04e911b$var$DELTAS_ARE_ZERO)u+=A;else{let v=p&$0bb840cac04e911b$var$DELTAS_ARE_WORDS?c.readInt16BE:c.readInt8;for(let b=0;b<A&&u<s;b++)d[u++]=v.call(c)}}return d}tupleFactor(s,c,u,d){let p=this.normalizedCoords,{gvar:A}=this.font,v=1;for(let b=0;b<A.axisCount;b++)if(c[b]!==0){if(p[b]===0)return 0;if((s&$0bb840cac04e911b$var$INTERMEDIATE_TUPLE)===0){if(p[b]<Math.min(0,c[b])||p[b]>Math.max(0,c[b]))return 0;v=(v*p[b]+Number.EPSILON)/(c[b]+Number.EPSILON)}else{if(p[b]<u[b]||p[b]>d[b])return 0;p[b]<c[b]?v=v*(p[b]-u[b]+Number.EPSILON)/(c[b]-u[b]+Number.EPSILON):v=v*(d[b]-p[b]+Number.EPSILON)/(d[b]-c[b]+Number.EPSILON)}}return v}interpolateMissingDeltas(s,c,u){if(s.length===0)return;let d=0;for(;d<s.length;){let p=d,A=d,v=s[A];for(;!v.endContour;)v=s[++A];for(;d<=A&&!u[d];)d++;if(d>A)continue;let b=d,g=d;for(d++;d<=A;)u[d]&&(this.deltaInterpolate(g+1,d-1,g,d,c,s),g=d),d++;g===b?this.deltaShift(p,A,g,c,s):(this.deltaInterpolate(g+1,A,g,b,c,s),b>0&&this.deltaInterpolate(p,b-1,g,b,c,s)),d=A+1}}deltaInterpolate(s,c,u,d,p,A){if(s>c)return;let v=["x","y"];for(let g=0;g<v.length;g++){let x=v[g];if(p[u][x]>p[d][x]){var b=u;u=d,d=b}let y=p[u][x],f=p[d][x],m=A[u][x],C=A[d][x];if(y!==f||m===C){let S=y===f?0:(C-m)/(f-y);for(let w=s;w<=c;w++){let I=p[w][x];I<=y?I+=m-y:I>=f?I+=C-f:I=m+(I-y)*S,A[w][x]=I}}}}deltaShift(s,c,u,d,p){let A=p[u].x-d[u].x,v=p[u].y-d[u].y;if(!(A===0&&v===0))for(let b=s;b<=c;b++)b!==u&&(p[b].x+=A,p[b].y+=v)}getAdvanceAdjustment(s,c){let u,d;if(c.advanceWidthMapping){let p=s;p>=c.advanceWidthMapping.mapCount&&(p=c.advanceWidthMapping.mapCount-1),c.advanceWidthMapping.entryFormat,{outerIndex:u,innerIndex:d}=c.advanceWidthMapping.mapData[p]}else u=0,d=s;return this.getDelta(c.itemVariationStore,u,d)}getDelta(s,c,u){if(c>=s.itemVariationData.length)return 0;let d=s.itemVariationData[c];if(u>=d.deltaSets.length)return 0;let p=d.deltaSets[u],A=this.getBlendVector(s,c),v=0;for(let b=0;b<d.regionIndexCount;b++)v+=p.deltas[b]*A[b];return v}getBlendVector(s,c){let u=s.itemVariationData[c];if(this.blendVectors.has(u))return this.blendVectors.get(u);let d=this.normalizedCoords,p=[];for(let A=0;A<u.regionIndexCount;A++){let v=1,b=u.regionIndexes[A],g=s.variationRegionList.variationRegions[b];for(let x=0;x<g.length;x++){let y=g[x],f;y.startCoord>y.peakCoord||y.peakCoord>y.endCoord||y.startCoord<0&&y.endCoord>0&&y.peakCoord!==0||y.peakCoord===0?f=1:d[x]<y.startCoord||d[x]>y.endCoord?f=0:d[x]===y.peakCoord?f=1:d[x]<y.peakCoord?f=(d[x]-y.startCoord+Number.EPSILON)/(y.peakCoord-y.startCoord+Number.EPSILON):f=(y.endCoord-d[x]+Number.EPSILON)/(y.endCoord-y.peakCoord+Number.EPSILON),v*=f}p[A]=v}return this.blendVectors.set(u,p),p}constructor(s,c){this.font=s,this.normalizedCoords=this.normalizeCoords(c),this.blendVectors=new Map}}Promise.resolve();class $5cc7476da92df375$export$2e2bcd8739ae039{includeGlyph(s){return typeof s=="object"&&(s=s.id),this.mapping[s]==null&&(this.glyphs.push(s),this.mapping[s]=this.glyphs.length-1),this.mapping[s]}constructor(s){this.font=s,this.glyphs=[],this.mapping={},this.includeGlyph(0)}}const $807e58506be70005$var$ON_CURVE=1,$807e58506be70005$var$X_SHORT_VECTOR=2,$807e58506be70005$var$Y_SHORT_VECTOR=4,$807e58506be70005$var$REPEAT=8,$807e58506be70005$var$SAME_X=16,$807e58506be70005$var$SAME_Y=32;class $807e58506be70005$var$Point{static size(s){return s>=0&&s<=255?1:2}static encode(s,c){c>=0&&c<=255?s.writeUInt8(c):s.writeInt16BE(c)}}let $807e58506be70005$var$Glyf=new Struct({numberOfContours:int16,xMin:int16,yMin:int16,xMax:int16,yMax:int16,endPtsOfContours:new ArrayT(uint16,"numberOfContours"),instructions:new ArrayT(uint8,uint16),flags:new ArrayT(uint8,0),xPoints:new ArrayT($807e58506be70005$var$Point,0),yPoints:new ArrayT($807e58506be70005$var$Point,0)});class $807e58506be70005$export$2e2bcd8739ae039{encodeSimple(s,c=[]){let u=[],d=[],p=[],A=[],v=0,b=0,g=0,x=0,y=0;for(let I=0;I<s.commands.length;I++){let T=s.commands[I];for(let $=0;$<T.args.length;$+=2){let P=T.args[$],E=T.args[$+1],B=0;if(T.command==="quadraticCurveTo"&&$===2){let R=s.commands[I+1];if(R&&R.command==="quadraticCurveTo"){let O=(b+R.args[0])/2,M=(g+R.args[1])/2;if(P===O&&E===M)continue}}T.command==="quadraticCurveTo"&&$===0||(B|=$807e58506be70005$var$ON_CURVE),B=this._encodePoint(P,b,d,B,$807e58506be70005$var$X_SHORT_VECTOR,$807e58506be70005$var$SAME_X),B=this._encodePoint(E,g,p,B,$807e58506be70005$var$Y_SHORT_VECTOR,$807e58506be70005$var$SAME_Y),B===x&&v<255?(A[A.length-1]|=$807e58506be70005$var$REPEAT,v++):(v>0&&(A.push(v),v=0),A.push(B),x=B),b=P,g=E,y++}T.command==="closePath"&&u.push(y-1)}s.commands.length>1&&s.commands[s.commands.length-1].command!=="closePath"&&u.push(y-1);let f=s.bbox,m={numberOfContours:u.length,xMin:f.minX,yMin:f.minY,xMax:f.maxX,yMax:f.maxY,endPtsOfContours:u,instructions:c,flags:A,xPoints:d,yPoints:p},C=$807e58506be70005$var$Glyf.size(m),S=4-C%4,w=new EncodeStream(C+S);return $807e58506be70005$var$Glyf.encode(w,m),S!==0&&w.fill(0,S),w.buffer}_encodePoint(s,c,u,d,p,A){let v=s-c;return s===c?d|=A:(-255<=v&&v<=255&&(d|=p,v<0?v=-v:d|=A),u.push(v)),d}}class $4abbb6a5dbdc441a$export$2e2bcd8739ae039 extends $5cc7476da92df375$export$2e2bcd8739ae039{_addGlyph(s){let c=this.font.getGlyph(s),u=c._decode(),d=this.font.loca.offsets[s],p=this.font.loca.offsets[s+1],A=this.font._getTableStream("glyf");A.pos+=d;let v=A.readBuffer(p-d);if(u&&u.numberOfContours<0){v=new Uint8Array(v);let b=new DataView(v.buffer);for(let g of u.components)s=this.includeGlyph(g.glyphID),b.setUint16(g.pos,s)}else u&&this.font._variationProcessor&&(v=this.glyphEncoder.encodeSimple(c.path,u.instructions));return this.glyf.push(v),this.loca.offsets.push(this.offset),this.hmtx.metrics.push({advance:c.advanceWidth,bearing:c._getMetrics().leftBearing}),this.offset+=v.length,this.glyf.length-1}encode(){this.glyf=[],this.offset=0,this.loca={offsets:[],version:this.font.loca.version},this.hmtx={metrics:[],bearings:[]};let s=0;for(;s<this.glyphs.length;)this._addGlyph(this.glyphs[s++]);let c=$6uUbQ$clone(this.font.maxp);c.numGlyphs=this.glyf.length,this.loca.offsets.push(this.offset);let u=$6uUbQ$clone(this.font.head);u.indexToLocFormat=this.loca.version;let d=$6uUbQ$clone(this.font.hhea);return d.numberOfMetrics=this.hmtx.metrics.length,$816c07a04b6dba87$export$2e2bcd8739ae039.toBuffer({tables:{head:u,hhea:d,loca:this.loca,maxp:c,"cvt ":this.font["cvt "],prep:this.font.prep,glyf:this.glyf,hmtx:this.hmtx,fpgm:this.font.fpgm}})}constructor(s){super(s),this.glyphEncoder=new $807e58506be70005$export$2e2bcd8739ae039}}class $001d739428a71d5a$export$2e2bcd8739ae039 extends $5cc7476da92df375$export$2e2bcd8739ae039{subsetCharstrings(){this.charstrings=[];let s={};for(let c of this.glyphs){this.charstrings.push(this.cff.getCharString(c));let u=this.font.getGlyph(c);u.path;for(let d in u._usedGsubrs)s[d]=!0}this.gsubrs=this.subsetSubrs(this.cff.globalSubrIndex,s)}subsetSubrs(s,c){let u=[];for(let d=0;d<s.length;d++){let p=s[d];c[d]?(this.cff.stream.pos=p.offset,u.push(this.cff.stream.readBuffer(p.length))):u.push(new Uint8Array([11]))}return u}subsetFontdict(s){s.FDArray=[],s.FDSelect={version:0,fds:[]};let c={},u=[],d={};for(let p of this.glyphs){let A=this.cff.fdForGlyph(p);if(A==null)continue;c[A]||(s.FDArray.push(Object.assign({},this.cff.topDict.FDArray[A])),u.push({}),d[A]=s.FDArray.length-1),c[A]=!0,s.FDSelect.fds.push(d[A]);let v=this.font.getGlyph(p);v.path;for(let b in v._usedSubrs)u[d[A]][b]=!0}for(let p=0;p<s.FDArray.length;p++){let A=s.FDArray[p];delete A.FontName,A.Private&&A.Private.Subrs&&(A.Private=Object.assign({},A.Private),A.Private.Subrs=this.subsetSubrs(A.Private.Subrs,u[p]))}}createCIDFontdict(s){let c={};for(let d of this.glyphs){let p=this.font.getGlyph(d);p.path;for(let A in p._usedSubrs)c[A]=!0}let u=Object.assign({},this.cff.topDict.Private);return this.cff.topDict.Private&&this.cff.topDict.Private.Subrs&&(u.Subrs=this.subsetSubrs(this.cff.topDict.Private.Subrs,c)),s.FDArray=[{Private:u}],s.FDSelect={version:3,nRanges:1,ranges:[{first:0,fd:0}],sentinel:this.charstrings.length}}addString(s){return s?(this.strings||(this.strings=[]),this.strings.push(s),$229224aec43783c5$export$2e2bcd8739ae039.length+this.strings.length-1):null}encode(){this.subsetCharstrings();let s={version:this.charstrings.length>255?2:1,ranges:[{first:1,nLeft:this.charstrings.length-2}]},c=Object.assign({},this.cff.topDict);c.Private=null,c.charset=s,c.Encoding=null,c.CharStrings=this.charstrings;for(let d of["version","Notice","Copyright","FullName","FamilyName","Weight","PostScript","BaseFontName","FontName"])c[d]=this.addString(this.cff.string(c[d]));c.ROS=[this.addString("Adobe"),this.addString("Identity"),0],c.CIDCount=this.charstrings.length,this.cff.isCIDFont?this.subsetFontdict(c):this.createCIDFontdict(c);let u={version:1,hdrSize:this.cff.hdrSize,offSize:4,header:this.cff.header,nameIndex:[this.cff.postscriptName],topDictIndex:[c],stringIndex:this.strings,globalSubrIndex:this.gsubrs};return $b84fd3dd9d8eddb2$export$2e2bcd8739ae039.toBuffer(u)}constructor(s){if(super(s),this.cff=this.font["CFF "],!this.cff)throw new Error("Not a CFF Font")}}class $4c1709dee528ea76$export$2e2bcd8739ae039{static probe(s){let c=$12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4));return c==="true"||c==="OTTO"||c==="\0\0\0"}setDefaultLanguage(s=null){this.defaultLanguage=s}_getTable(s){if(!(s.tag in this._tables))try{this._tables[s.tag]=this._decodeTable(s)}catch{}return this._tables[s.tag]}_getTableStream(s){let c=this.directory.tables[s];return c?(this.stream.pos=c.offset,this.stream):null}_decodeDirectory(){return this.directory=$816c07a04b6dba87$export$2e2bcd8739ae039.decode(this.stream,{_startOffset:0})}_decodeTable(s){let c=this.stream.pos,u=this._getTableStream(s.tag),d=$c3395722bea751e2$export$2e2bcd8739ae039[s.tag].decode(u,this,s.length);return this.stream.pos=c,d}getName(s,c=this.defaultLanguage||$d636bc798e7178db$export$42940898df819940){let u=this.name&&this.name.records[s];return u&&(u[c]||u[this.defaultLanguage]||u[$d636bc798e7178db$export$42940898df819940]||u.en||u[Object.keys(u)[0]])||null}get postscriptName(){return this.getName("postscriptName")}get fullName(){return this.getName("fullName")}get familyName(){return this.getName("fontFamily")}get subfamilyName(){return this.getName("fontSubfamily")}get copyright(){return this.getName("copyright")}get version(){return this.getName("version")}get ascent(){return this.hhea.ascent}get descent(){return this.hhea.descent}get lineGap(){return this.hhea.lineGap}get underlinePosition(){return this.post.underlinePosition}get underlineThickness(){return this.post.underlineThickness}get italicAngle(){return this.post.italicAngle}get capHeight(){let s=this["OS/2"];return s?s.capHeight:this.ascent}get xHeight(){let s=this["OS/2"];return s?s.xHeight:0}get numGlyphs(){return this.maxp.numGlyphs}get unitsPerEm(){return this.head.unitsPerEm}get bbox(){return Object.freeze(new $f34600ab9d7f70d8$export$2e2bcd8739ae039(this.head.xMin,this.head.yMin,this.head.xMax,this.head.yMax))}get _cmapProcessor(){return new $f08dd41ef10b694c$export$2e2bcd8739ae039(this.cmap)}get characterSet(){return this._cmapProcessor.getCharacterSet()}hasGlyphForCodePoint(s){return!!this._cmapProcessor.lookup(s)}glyphForCodePoint(s){return this.getGlyph(this._cmapProcessor.lookup(s),[s])}glyphsForString(s){let c=[],u=s.length,d=0,p=-1,A=-1;for(;d<=u;){let v=0,b=0;if(d<u){if(v=s.charCodeAt(d++),55296<=v&&v<=56319&&d<u){let g=s.charCodeAt(d);56320<=g&&g<=57343&&(d++,v=((v&1023)<<10)+(g&1023)+65536)}b=65024<=v&&v<=65039||917760<=v&&v<=917999?1:0}else d++;A===0&&b===1?c.push(this.getGlyph(this._cmapProcessor.lookup(p,v),[p,v])):A===0&&b===0&&c.push(this.glyphForCodePoint(p)),p=v,A=b}return c}get _layoutEngine(){return new $4c0a7fa5df7a9ab1$export$2e2bcd8739ae039(this)}layout(s,c,u,d,p){return this._layoutEngine.layout(s,c,u,d,p)}stringsForGlyph(s){return this._layoutEngine.stringsForGlyph(s)}get availableFeatures(){return this._layoutEngine.getAvailableFeatures()}getAvailableFeatures(s,c){return this._layoutEngine.getAvailableFeatures(s,c)}_getBaseGlyph(s,c=[]){return this._glyphs[s]||(this.directory.tables.glyf?this._glyphs[s]=new $69aac16029968692$export$2e2bcd8739ae039(s,c,this):(this.directory.tables["CFF "]||this.directory.tables.CFF2)&&(this._glyphs[s]=new $62cc5109c6101893$export$2e2bcd8739ae039(s,c,this))),this._glyphs[s]||null}getGlyph(s,c=[]){return this._glyphs[s]||(this.directory.tables.sbix?this._glyphs[s]=new $25d8f049c222084c$export$2e2bcd8739ae039(s,c,this):this.directory.tables.COLR&&this.directory.tables.CPAL?this._glyphs[s]=new $0d411f0165859681$export$2e2bcd8739ae039(s,c,this):this._getBaseGlyph(s,c)),this._glyphs[s]||null}createSubset(){return this.directory.tables["CFF "]?new $001d739428a71d5a$export$2e2bcd8739ae039(this):new $4abbb6a5dbdc441a$export$2e2bcd8739ae039(this)}get variationAxes(){let s={};if(!this.fvar)return s;for(let c of this.fvar.axis)s[c.axisTag.trim()]={name:c.name.en,min:c.minValue,default:c.defaultValue,max:c.maxValue};return s}get namedVariations(){let s={};if(!this.fvar)return s;for(let c of this.fvar.instance){let u={};for(let d=0;d<this.fvar.axis.length;d++){let p=this.fvar.axis[d];u[p.axisTag.trim()]=c.coord[d]}s[c.name.en]=u}return s}getVariation(s){if(!(this.directory.tables.fvar&&(this.directory.tables.gvar&&this.directory.tables.glyf||this.directory.tables.CFF2)))throw new Error("Variations require a font with the fvar, gvar and glyf, or CFF2 tables.");if(typeof s=="string"&&(s=this.namedVariations[s]),typeof s!="object")throw new Error("Variation settings must be either a variation name or settings object.");let c=this.fvar.axis.map((p,A)=>{let v=p.axisTag.trim();return v in s?Math.max(p.minValue,Math.min(p.maxValue,s[v])):p.defaultValue}),u=new DecodeStream(this.stream.buffer);u.pos=this._directoryPos;let d=new $4c1709dee528ea76$export$2e2bcd8739ae039(u,c);return d._tables=this._tables,d}get _variationProcessor(){if(!this.fvar)return null;let s=this.variationCoords;return!s&&!this.CFF2?null:(s||(s=this.fvar.axis.map(c=>c.defaultValue)),new $0bb840cac04e911b$export$2e2bcd8739ae039(this,s))}getFont(s){return this.getVariation(s)}constructor(s,c=null){_define_property(this,"type","TTF"),this.defaultLanguage=null,this.stream=s,this.variationCoords=c,this._directoryPos=this.stream.pos,this._tables={},this._glyphs={},this._decodeDirectory();for(let u in this.directory.tables){let d=this.directory.tables[u];$c3395722bea751e2$export$2e2bcd8739ae039[u]&&d.length>0&&Object.defineProperty(this,u,{get:this._getTable.bind(this,d)})}}}__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"bbox",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"_cmapProcessor",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"characterSet",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"_layoutEngine",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"variationAxes",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"namedVariations",null),__decorate$3([$e71565f2ce09cb6b$export$69a3209f1a06c04d],$4c1709dee528ea76$export$2e2bcd8739ae039.prototype,"_variationProcessor",null);let $c1726355ecc5b889$var$WOFFDirectoryEntry=new Struct({tag:new StringT(4),offset:new Pointer(uint32,"void",{type:"global"}),compLength:uint32,length:uint32,origChecksum:uint32}),$c1726355ecc5b889$var$WOFFDirectory=new Struct({tag:new StringT(4),flavor:uint32,length:uint32,numTables:uint16,reserved:new Reserved(uint16),totalSfntSize:uint32,majorVersion:uint16,minorVersion:uint16,metaOffset:uint32,metaLength:uint32,metaOrigLength:uint32,privOffset:uint32,privLength:uint32,tables:new ArrayT($c1726355ecc5b889$var$WOFFDirectoryEntry,"numTables")});$c1726355ecc5b889$var$WOFFDirectory.process=function(){let a={};for(let s of this.tables)a[s.tag]=s;this.tables=a};var $c1726355ecc5b889$export$2e2bcd8739ae039=$c1726355ecc5b889$var$WOFFDirectory;class $760785214b9fc52c$export$2e2bcd8739ae039 extends $4c1709dee528ea76$export$2e2bcd8739ae039{static probe(s){return $12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4))==="wOFF"}_decodeDirectory(){this.directory=$c1726355ecc5b889$export$2e2bcd8739ae039.decode(this.stream,{_startOffset:0})}_getTableStream(s){let c=this.directory.tables[s];if(c)if(this.stream.pos=c.offset,c.compLength<c.length){this.stream.pos+=2;let u=new Uint8Array(c.length),d=$6uUbQ$tinyinflate(this.stream.readBuffer(c.compLength-2),u);return new DecodeStream(d)}else return this.stream;return null}constructor(...s){super(...s),_define_property(this,"type","WOFF")}}class $8046190c9f1ad19e$export$2e2bcd8739ae039 extends $69aac16029968692$export$2e2bcd8739ae039{_decode(){return this._font._transformedGlyphs[this.id]}_getCBox(){return this.path.bbox}constructor(...s){super(...s),_define_property(this,"type","WOFF2")}}const $c28ec7bbb3b8de3a$var$Base128={decode(a){let s=0,c=[0,1,2,3,4];for(let u=0;u<c.length;u++){let d=a.readUInt8();if(s&3758096384)throw new Error("Overflow");if(s=s<<7|d&127,(d&128)===0)return s}throw new Error("Bad base 128 number")}};let $c28ec7bbb3b8de3a$var$knownTags=["cmap","head","hhea","hmtx","maxp","name","OS/2","post","cvt ","fpgm","glyf","loca","prep","CFF ","VORG","EBDT","EBLC","gasp","hdmx","kern","LTSH","PCLT","VDMX","vhea","vmtx","BASE","GDEF","GPOS","GSUB","EBSC","JSTF","MATH","CBDT","CBLC","COLR","CPAL","SVG ","sbix","acnt","avar","bdat","bloc","bsln","cvar","fdsc","feat","fmtx","fvar","gvar","hsty","just","lcar","mort","morx","opbd","prop","trak","Zapf","Silf","Glat","Gloc","Feat","Sill"],$c28ec7bbb3b8de3a$var$WOFF2DirectoryEntry=new Struct({flags:uint8,customTag:new Optional(new StringT(4),a=>(a.flags&63)===63),tag:a=>a.customTag||$c28ec7bbb3b8de3a$var$knownTags[a.flags&63],length:$c28ec7bbb3b8de3a$var$Base128,transformVersion:a=>a.flags>>>6&3,transformed:a=>a.tag==="glyf"||a.tag==="loca"?a.transformVersion===0:a.transformVersion!==0,transformLength:new Optional($c28ec7bbb3b8de3a$var$Base128,a=>a.transformed)}),$c28ec7bbb3b8de3a$var$WOFF2Directory=new Struct({tag:new StringT(4),flavor:uint32,length:uint32,numTables:uint16,reserved:new Reserved(uint16),totalSfntSize:uint32,totalCompressedSize:uint32,majorVersion:uint16,minorVersion:uint16,metaOffset:uint32,metaLength:uint32,metaOrigLength:uint32,privOffset:uint32,privLength:uint32,tables:new ArrayT($c28ec7bbb3b8de3a$var$WOFF2DirectoryEntry,"numTables")});$c28ec7bbb3b8de3a$var$WOFF2Directory.process=function(){let a={};for(let s=0;s<this.tables.length;s++){let c=this.tables[s];a[c.tag]=c}return this.tables=a};var $c28ec7bbb3b8de3a$export$2e2bcd8739ae039=$c28ec7bbb3b8de3a$var$WOFF2Directory;class $21ee218f84ac7f32$export$2e2bcd8739ae039 extends $4c1709dee528ea76$export$2e2bcd8739ae039{static probe(s){return $12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4))==="wOF2"}_decodeDirectory(){this.directory=$c28ec7bbb3b8de3a$export$2e2bcd8739ae039.decode(this.stream),this._dataPos=this.stream.pos}_decompress(){if(!this._decompressed){this.stream.pos=this._dataPos;let s=this.stream.readBuffer(this.directory.totalCompressedSize),c=0;for(let d in this.directory.tables){let p=this.directory.tables[d];p.offset=c,c+=p.transformLength!=null?p.transformLength:p.length}let u=$6uUbQ$brotlidecompressjs(s,c);if(!u)throw new Error("Error decoding compressed data in WOFF2");this.stream=new DecodeStream(u),this._decompressed=!0}}_decodeTable(s){return this._decompress(),super._decodeTable(s)}_getBaseGlyph(s,c=[]){if(!this._glyphs[s])return this.directory.tables.glyf&&this.directory.tables.glyf.transformed?(this._transformedGlyphs||this._transformGlyfTable(),this._glyphs[s]=new $8046190c9f1ad19e$export$2e2bcd8739ae039(s,c,this)):super._getBaseGlyph(s,c)}_transformGlyfTable(){this._decompress(),this.stream.pos=this.directory.tables.glyf.offset;let s=$21ee218f84ac7f32$var$GlyfTable.decode(this.stream),c=[];for(let d=0;d<s.numGlyphs;d++){let p={},A=s.nContours.readInt16BE();if(p.numberOfContours=A,A>0){let v=[],b=0;for(let g=0;g<A;g++){let x=$21ee218f84ac7f32$var$read255UInt16(s.nPoints);b+=x,v.push(b)}p.points=$21ee218f84ac7f32$var$decodeTriplet(s.flags,s.glyphs,b);for(let g=0;g<A;g++)p.points[v[g]-1].endContour=!0;var u=$21ee218f84ac7f32$var$read255UInt16(s.glyphs)}else if(A<0&&$69aac16029968692$export$2e2bcd8739ae039.prototype._decodeComposite.call({_font:this},p,s.composites))var u=$21ee218f84ac7f32$var$read255UInt16(s.glyphs);c.push(p)}this._transformedGlyphs=c}constructor(...s){super(...s),_define_property(this,"type","WOFF2")}}class $21ee218f84ac7f32$var$Substream{decode(s,c){return new DecodeStream(this._buf.decode(s,c))}constructor(s){this.length=s,this._buf=new BufferT(s)}}let $21ee218f84ac7f32$var$GlyfTable=new Struct({version:uint32,numGlyphs:uint16,indexFormat:uint16,nContourStreamSize:uint32,nPointsStreamSize:uint32,flagStreamSize:uint32,glyphStreamSize:uint32,compositeStreamSize:uint32,bboxStreamSize:uint32,instructionStreamSize:uint32,nContours:new $21ee218f84ac7f32$var$Substream("nContourStreamSize"),nPoints:new $21ee218f84ac7f32$var$Substream("nPointsStreamSize"),flags:new $21ee218f84ac7f32$var$Substream("flagStreamSize"),glyphs:new $21ee218f84ac7f32$var$Substream("glyphStreamSize"),composites:new $21ee218f84ac7f32$var$Substream("compositeStreamSize"),bboxes:new $21ee218f84ac7f32$var$Substream("bboxStreamSize"),instructions:new $21ee218f84ac7f32$var$Substream("instructionStreamSize")});const $21ee218f84ac7f32$var$WORD_CODE=253,$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE2=254,$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE1=255,$21ee218f84ac7f32$var$LOWEST_U_CODE=253;function $21ee218f84ac7f32$var$read255UInt16(a){let s=a.readUInt8();return s===$21ee218f84ac7f32$var$WORD_CODE?a.readUInt16BE():s===$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE1?a.readUInt8()+$21ee218f84ac7f32$var$LOWEST_U_CODE:s===$21ee218f84ac7f32$var$ONE_MORE_BYTE_CODE2?a.readUInt8()+$21ee218f84ac7f32$var$LOWEST_U_CODE*2:s}function $21ee218f84ac7f32$var$withSign(a,s){return a&1?s:-s}function $21ee218f84ac7f32$var$decodeTriplet(a,s,c){let u,d=u=0,p=[];for(let b=0;b<c;b++){let g=0,x=0,y=a.readUInt8(),f=!(y>>7);if(y&=127,y<10)g=0,x=$21ee218f84ac7f32$var$withSign(y,((y&14)<<7)+s.readUInt8());else if(y<20)g=$21ee218f84ac7f32$var$withSign(y,((y-10&14)<<7)+s.readUInt8()),x=0;else if(y<84){var A=y-20,v=s.readUInt8();g=$21ee218f84ac7f32$var$withSign(y,1+(A&48)+(v>>4)),x=$21ee218f84ac7f32$var$withSign(y>>1,1+((A&12)<<2)+(v&15))}else if(y<120){var A=y-84;g=$21ee218f84ac7f32$var$withSign(y,1+(A/12<<8)+s.readUInt8()),x=$21ee218f84ac7f32$var$withSign(y>>1,1+(A%12>>2<<8)+s.readUInt8())}else if(y<124){var v=s.readUInt8();let C=s.readUInt8();g=$21ee218f84ac7f32$var$withSign(y,(v<<4)+(C>>4)),x=$21ee218f84ac7f32$var$withSign(y>>1,((C&15)<<8)+s.readUInt8())}else g=$21ee218f84ac7f32$var$withSign(y,s.readUInt16BE()),x=$21ee218f84ac7f32$var$withSign(y>>1,s.readUInt16BE());d+=g,u+=x,p.push(new $69aac16029968692$export$baf26146a414f24a(f,!1,d,u))}return p}let $cd5853a56c68fec7$var$TTCHeader=new VersionedStruct(uint32,{65536:{numFonts:uint32,offsets:new ArrayT(uint32,"numFonts")},131072:{numFonts:uint32,offsets:new ArrayT(uint32,"numFonts"),dsigTag:uint32,dsigLength:uint32,dsigOffset:uint32}});class $cd5853a56c68fec7$export$2e2bcd8739ae039{static probe(s){return $12727730ddfc8bfe$export$3d28c1996ced1f14.decode(s.slice(0,4))==="ttcf"}getFont(s){for(let c of this.header.offsets){let u=new DecodeStream(this.stream.buffer);u.pos=c;let d=new $4c1709dee528ea76$export$2e2bcd8739ae039(u);if(d.postscriptName===s||d.postscriptName instanceof Uint8Array&&s instanceof Uint8Array&&d.postscriptName.every((p,A)=>s[A]===p))return d}return null}get fonts(){let s=[];for(let c of this.header.offsets){let u=new DecodeStream(this.stream.buffer);u.pos=c,s.push(new $4c1709dee528ea76$export$2e2bcd8739ae039(u))}return s}constructor(s){if(_define_property(this,"type","TTC"),this.stream=s,s.readString(4)!=="ttcf")throw new Error("Not a TrueType collection");this.header=$cd5853a56c68fec7$var$TTCHeader.decode(s)}}let $05f49f930186144e$var$DFontName=new StringT(uint8);new Struct({len:uint32,buf:new BufferT("len")});let $05f49f930186144e$var$Ref=new Struct({id:uint16,nameOffset:int16,attr:uint8,dataOffset:uint24,handle:uint32}),$05f49f930186144e$var$Type=new Struct({name:new StringT(4),maxTypeIndex:uint16,refList:new Pointer(uint16,new ArrayT($05f49f930186144e$var$Ref,a=>a.maxTypeIndex+1),{type:"parent"})}),$05f49f930186144e$var$TypeList=new Struct({length:uint16,types:new ArrayT($05f49f930186144e$var$Type,a=>a.length+1)}),$05f49f930186144e$var$DFontMap=new Struct({reserved:new Reserved(uint8,24),typeList:new Pointer(uint16,$05f49f930186144e$var$TypeList),nameListOffset:new Pointer(uint16,"void")}),$05f49f930186144e$var$DFontHeader=new Struct({dataOffset:uint32,map:new Pointer(uint32,$05f49f930186144e$var$DFontMap),dataLength:uint32,mapLength:uint32});class $05f49f930186144e$export$2e2bcd8739ae039{static probe(s){let c=new DecodeStream(s);try{var u=$05f49f930186144e$var$DFontHeader.decode(c)}catch{return!1}for(let d of u.map.typeList.types)if(d.name==="sfnt")return!0;return!1}getFont(s){if(!this.sfnt)return null;for(let c of this.sfnt.refList){let u=this.header.dataOffset+c.dataOffset+4,d=new DecodeStream(this.stream.buffer.slice(u)),p=new $4c1709dee528ea76$export$2e2bcd8739ae039(d);if(p.postscriptName===s||p.postscriptName instanceof Uint8Array&&s instanceof Uint8Array&&p.postscriptName.every((A,v)=>s[v]===A))return p}return null}get fonts(){let s=[];for(let c of this.sfnt.refList){let u=this.header.dataOffset+c.dataOffset+4,d=new DecodeStream(this.stream.buffer.slice(u));s.push(new $4c1709dee528ea76$export$2e2bcd8739ae039(d))}return s}constructor(s){_define_property(this,"type","DFont"),this.stream=s,this.header=$05f49f930186144e$var$DFontHeader.decode(this.stream);for(let c of this.header.map.typeList.types){for(let u of c.refList)u.nameOffset>=0?(this.stream.pos=u.nameOffset+this.header.map.nameListOffset,u.name=$05f49f930186144e$var$DFontName.decode(this.stream)):u.name=null;c.name==="sfnt"&&(this.sfnt=c)}}}$d636bc798e7178db$export$36b2f24e97d43be($4c1709dee528ea76$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($760785214b9fc52c$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($21ee218f84ac7f32$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($cd5853a56c68fec7$export$2e2bcd8739ae039),$d636bc798e7178db$export$36b2f24e97d43be($05f49f930186144e$export$2e2bcd8739ae039);const getBrowserVerticalFontAdjustments=(a,s,c,u)=>{const{ascent:d,descent:p,unitsPerEm:A}=a,v=(d-p)/A,b=(v*s-s)/2;if(u===VERTICAL_ALIGN_TOP)return{topAdj:pt2px(b),bottomAdj:0};let g=0;return c<v&&(g=(v-c)*s/2),{topAdj:0,bottomAdj:pt2px(g)}},getFontDescentInPt=(a,s)=>{const{descent:c,unitsPerEm:u}=a;return c/u*s},heightOfFontAtSize=(a,s)=>{const{ascent:c,descent:u,bbox:d,unitsPerEm:p}=a,A=1e3/p,v=(c||d.maxY)*A,b=(u||d.minY)*A;let g=v-b;return g-=Math.abs(u*A)||0,g/1e3*s},calculateCharacterSpacing=(a,s)=>(a.length-1)*s,widthOfTextAtSize=(a,s,c,u)=>{const{glyphs:d}=s.layout(a),p=1e3/s.unitsPerEm;return d.reduce((v,b)=>v+b.advanceWidth*p,0)*(c/1e3)+calculateCharacterSpacing(a,u)},getFallbackFont=a=>{const s=getFallbackFontName(a);return a[s]},getCacheKey=a=>`getFontKitFont-${a}`,getFontKitFont=async(a,s,c)=>{const u=a||getFallbackFontName(s),d=getCacheKey(u);if(c.has(d))return c.get(d);let A=(s[u]||getFallbackFont(s)||getDefaultFont()[DEFAULT_FONT_NAME]).data;typeof A=="string"&&(A=A.startsWith("http")?await fetch(A).then(g=>g.arrayBuffer()):b64toUint8Array(A));let v;A instanceof bufferExports.Buffer?v=A:v=bufferExports.Buffer.from(A);const b=$d636bc798e7178db$export$185802fd694ee1f5(v);return c.set(d,b),b},calculateDynamicFontSize=({textSchema:a,fontKitFont:s,value:c,startingFontSize:u})=>{const{fontSize:d,dynamicFontSize:p,characterSpacing:A,width:v,height:b,lineHeight:g=DEFAULT_LINE_HEIGHT}=a,x=u||d||DEFAULT_FONT_SIZE;if(!p||p.max<p.min)return x;const y=A??DEFAULT_CHARACTER_SPACING,f=c.split(`
|
135
135
|
`);let m=x;m<p.min?m=p.min:m>p.max&&(m=p.max);const C=p.fit??DEFAULT_DYNAMIC_FIT,S=P=>{let E=0,B=0;const R=mm2pt(v),O=heightOfFontAtSize(s,P),M=pt2mm(O*g),_=pt2mm(P*g);return f.forEach((D,H)=>{if(getSplittedLinesBySegmenter(D,{font:s,fontSize:P,characterSpacing:y,boxWidthInPt:R}).forEach((Q,L)=>{if(C===DYNAMIC_FIT_VERTICAL){const F=widthOfTextAtSize(Q.replace(`
|
136
136
|
`,""),s,P,y),j=pt2mm(F);E=Math.max(E,j)}H+L===0?B+=M:B+=_}),C===DYNAMIC_FIT_HORIZONTAL){const Q=widthOfTextAtSize(D,s,P,y),L=pt2mm(Q);E=Math.max(E,L)}}),{totalWidthInMm:E,totalHeightInMm:B}},w=(P,E)=>m>=p.max?!1:C===DYNAMIC_FIT_HORIZONTAL?P<v:E<b,I=(P,E)=>m<=p.min||m<=0?!1:P>v||E>b;let{totalWidthInMm:T,totalHeightInMm:$}=S(m);for(;w(T,$);){m+=FONT_SIZE_ADJUSTMENT;const{totalWidthInMm:P,totalHeightInMm:E}=S(m);if(E<b)T=P,$=E;else{m-=FONT_SIZE_ADJUSTMENT;break}}for(;I(T,$);)m-=FONT_SIZE_ADJUSTMENT,{totalWidthInMm:T,totalHeightInMm:$}=S(m);return m},splitTextToSize=a=>{const{value:s,characterSpacing:c,fontSize:u,fontKitFont:d,boxWidthInPt:p}=a,A={font:d,fontSize:u,characterSpacing:c,boxWidthInPt:p};let v=[];return s.split(/\r\n|\r|\n|\f|\u000B/g).forEach(b=>{v=v.concat(getSplittedLinesBySegmenter(b,A))}),v},isFirefox=()=>navigator.userAgent.toLowerCase().indexOf("firefox")>-1,getSplittedLinesBySegmenter=(a,s)=>{if(a.trim()==="")return[""];const{font:c,fontSize:u,characterSpacing:d,boxWidthInPt:p}=s,v=new Intl.Segmenter(void 0,{granularity:"word"}).segment(a.trimEnd())[Symbol.iterator]();let b=[],g=0,x=0;for(;;){const y=v.next();if(y.done)break;const f=y.value.segment,m=widthOfTextAtSize(f,c,u,d);if(x+m<=p)b[g]?(b[g]+=f,x+=m+d):(b[g]=f,x=m+d);else if(f.trim()==="")b[++g]="",x=0;else if(m<=p)b[++g]=f,x=m+d;else for(const C of f){const S=widthOfTextAtSize(C,c,u,d);x+S<=p?b[g]?(b[g]+=C,x+=S+d):(b[g]=C,x=S+d):(b[++g]=C,x=S+d)}}return b.some(containsJapanese)?adjustEndOfLine(filterEndJP(filterStartJP(b))):adjustEndOfLine(b)},adjustEndOfLine=a=>a.map((s,c)=>c===a.length-1?s.trimEnd()+`
|
137
|
-
`:s.trimEnd());function containsJapanese(a){return/[\p{Script=Hiragana}\p{Script=Katakana}\p{Script=Han}]/u.test(a)}const filterStartJP=a=>{const s=[];let c=null;return a.slice().reverse().forEach(u=>{if(u.trim().length===0)s.push("");else{const d=u.charAt(0);LINE_START_FORBIDDEN_CHARS.includes(d)?u.trim().length===1?(s.push(u),c=null):(c?s.push(u.slice(1)+c):s.push(u.slice(1)),c=d):c?(s.push(u+c),c=null):s.push(u)}}),c?[c+s.slice(0,1)[0],...s.slice(1)].reverse():s.reverse()},filterEndJP=a=>{const s=[];let c=null;return a.forEach(u=>{if(u.trim().length===0)s.push("");else{const d=u.slice(-1);LINE_END_FORBIDDEN_CHARS.includes(d)?u.trim().length===1?(s.push(u),c=null):(c?s.push(c+u.slice(0,-1)):s.push(u.slice(0,-1)),c=d):c?(s.push(c+u),c=null):s.push(u)}}),c?[...s.slice(0,-1),s.slice(-1)[0]+c]:s};let Cell$2=class{constructor(s,c,u){Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"text",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"styles",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"section",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"contentHeight",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"contentWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"wrappedWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minReadableWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"width",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"height",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"x",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"y",{enumerable:!0,configurable:!0,writable:!0,value:0}),this.styles=c,this.section=u,this.raw=s;const d=/\r\n|\r|\n/g;this.text=s.split(d)}getContentHeight(){const s=Array.isArray(this.text)?this.text.length:1,c=pt2mm(this.styles.fontSize)*this.styles.lineHeight,u=this.padding("top")+this.padding("bottom"),d=s*c+u;return Math.max(d,this.styles.minCellHeight)}padding(s){return this.styles.cellPadding[s]}},Column$2=class{constructor(s){Object.defineProperty(this,"index",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"wrappedWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minReadableWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"width",{enumerable:!0,configurable:!0,writable:!0,value:0}),this.index=s}getMaxCustomCellWidth(s){let c=0;for(const u of s.allRows()){const d=u.cells[this.index];c=Math.max(c,d.styles.cellWidth)}return c}},Row$1=class{constructor(s,c,u,d){Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"index",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"section",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cells",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"height",{enumerable:!0,configurable:!0,writable:!0,value:0}),this.raw=s,this.index=c,this.section=u,this.cells=d}getMaxCellHeight(s){return s.reduce((c,u)=>{var d;return Math.max(c,((d=this.cells[u.index])==null?void 0:d.height)||0)},0)}getMinimumRowHeight(s){return s.reduce((c,u)=>{const d=this.cells[u.index];if(!d)return 0;const A=d.padding("top")+d.padding("bottom")+d.styles.lineHeight;return A>c?A:c},0)}},Table$2=class Ad{constructor(s,c){Object.defineProperty(this,"settings",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"styles",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"columns",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"head",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"body",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.settings=s.settings,this.styles=s.styles,this.columns=c.columns,this.head=c.head,this.body=c.body}static async create(s){const{input:c,content:u,font:d,_cache:p}=s,A=new Ad(c,u);return await calculateWidths({table:A,font:d,_cache:p}),A}getHeadHeight(){return this.head.reduce((s,c)=>s+c.getMaxCellHeight(this.columns),0)}getBodyHeight(){return this.body.reduce((s,c)=>s+c.getMaxCellHeight(this.columns),0)}allRows(){return this.head.concat(this.body)}getWidth(){return this.settings.tableWidth}getHeight(){return(this.settings.showHead?this.getHeadHeight():0)+this.getBodyHeight()}};async function calculateWidths(a){const{table:s,font:c,_cache:u}=a,d=b=>getFontKitFont(b,c,u);await calculate$1(s,d);const p=[];let A=0;s.columns.forEach(b=>{const g=b.getMaxCustomCellWidth(s);g?b.width=g:(b.width=b.wrappedWidth,p.push(b)),A+=b.width});let v=s.getWidth()-A;v&&(v=resizeColumns(p,v,b=>Math.max(b.minReadableWidth,b.minWidth))),v&&(v=resizeColumns(p,v,b=>b.minWidth)),v=Math.abs(v),applyColSpans(s),await fitContent(s,d),applyRowSpans(s)}function applyRowSpans(a){const s={};let c=1;const u=a.allRows();for(let d=0;d<u.length;d++){const p=u[d];for(const A of a.columns){const v=s[A.index];if(c>1)c--,delete p.cells[A.index];else if(v)v.cell.height+=p.height,c=1,delete p.cells[A.index],v.left--,v.left<=1&&delete s[A.index];else{const b=p.cells[A.index];if(!b)continue;b.height=p.height}}}}function applyColSpans(a){const s=a.allRows();for(let c=0;c<s.length;c++){const u=s[c];let d=0,p=0;for(let A=0;A<a.columns.length;A++){const v=a.columns[A];if(p-=1,p>1&&a.columns[A+1])d+=v.width,delete u.cells[v.index];else{const b=u.cells[v.index];if(!b)continue;p=1,d=0,b.width=v.width+d}}}}async function fitContent(a,s){const c={count:0,height:0};for(const u of a.allRows()){for(const d of a.columns){const p=u.cells[d.index];if(!p)continue;const A=await s(p.styles.fontName);p.text=splitTextToSize({value:p.raw,characterSpacing:p.styles.characterSpacing,boxWidthInPt:mm2pt(p.width),fontSize:p.styles.fontSize,fontKitFont:A}),p.contentHeight=p.getContentHeight();let v=p.contentHeight;c&&c.count>0&&c.height>v&&(v=c.height),v>u.height&&(u.height=v)}c.count--}}function resizeColumns(a,s,c){const u=s,d=a.reduce((p,A)=>p+A.wrappedWidth,0);for(let p=0;p<a.length;p++){const A=a[p],v=A.wrappedWidth/d,b=u*v,g=A.width+b,x=c(A),y=g<x?x:g;s-=y-A.width,A.width=y}if(s=Math.round(s*1e10)/1e10,s){const p=a.filter(A=>s<0?A.width>c(A):!0);p.length&&(s=resizeColumns(p,s,c))}return s}async function calculate$1(a,s){for(const c of a.allRows())for(const u of a.columns){const d=c.cells[u.index];if(!d)continue;const p=d.padding("right")+d.padding("left"),A=await s(d.styles.fontName);d.contentWidth=getStringWidth(d,A)+p;const v=getStringWidth(Object.assign(d,{text:d.text.join(" ").split(/\s+/)}),A);d.minReadableWidth=v+p,d.minWidth=d.styles.cellWidth,d.wrappedWidth=d.styles.cellWidth}for(const c of a.allRows())for(const u of a.columns){const d=c.cells[u.index];if(d)u.wrappedWidth=Math.max(u.wrappedWidth,d.wrappedWidth),u.minWidth=Math.max(u.minWidth,d.minWidth),u.minReadableWidth=Math.max(u.minReadableWidth,d.minReadableWidth);else{const p=a.styles.columnStyles[u.index]||{},A=p.cellWidth||p.minCellWidth;A&&(u.minWidth=A,u.wrappedWidth=A)}}}function getStringWidth(a,s){const c=a.text,u=Array.isArray(c)?c:[c],d=a.styles.fontSize,p=a.styles.characterSpacing;return u.map(v=>widthOfTextAtSize(v,s,d,p)).reduce((v,b)=>Math.max(v,b),0)}function parseSection(a,s,c,u,d){const p={};return s.map((v,b)=>{let g=0;const x={};let y=0,f=0;for(const m of c)if(p[m.index]==null||p[m.index].left===0)if(f===0){let C;Array.isArray(v)?C=v[m.index-y-g]:C=v[m.index];const S=cellStyles(a,m,b,u,d),w=new Cell$2(C,S,a);x[m.index]=w,f=0,p[m.index]={left:0,times:f}}else f--,y++;else p[m.index].left--,f=p[m.index].times,g++;return new Row$1(v,b,a,x)})}function parseContent4Table(a,s){const c=a.content,u=c.columns.map(p=>new Column$2(p)),d=a.styles;return{columns:u,head:parseSection("head",c.head,u,d,s),body:parseSection("body",c.body,u,d,s)}}function cellStyles(a,s,c,u,d){let p;a==="head"?p=u.headStyles:a==="body"&&(p=u.bodyStyles);const A=Object.assign({},u.styles,p),v=u.columnStyles[s.index]||u.columnStyles[s.index]||{},b=a==="body"&&c%2===0?Object.assign({},u.alternateRowStyles):{};return Object.assign({fontName:d,backgroundColor:"",textColor:"#000000",lineHeight:1,characterSpacing:0,alignment:"left",verticalAlignment:"middle",fontSize:10,cellPadding:5,lineColor:"#000000",lineWidth:0,minCellHeight:0,minCellWidth:0},A,b,v)}function mapCellStyle(a){return{fontName:a.fontName,alignment:a.alignment,verticalAlignment:a.verticalAlignment,fontSize:a.fontSize,lineHeight:a.lineHeight,characterSpacing:a.characterSpacing,backgroundColor:a.backgroundColor,textColor:a.fontColor,lineColor:a.borderColor,lineWidth:a.borderWidth,cellPadding:a.padding}}function getTableOptions(a,s){const c=a.headWidthPercentages.reduce((A,v,b)=>({...A,[b]:{cellWidth:a.width*(v/100)}}),{}),u=Object.entries(a.columnStyles.alignment||{}).reduce((A,[v,b])=>({...A,[v]:{alignment:b}}),{}),d=new Set([...Object.keys(c).map(Number),...Object.keys(u).map(Number)]),p=Array.from(d).reduce((A,v)=>{const b=c[v]||{},g=u[v]||{};return{...A,[v]:{...b,...g}}},{});return{head:[a.head],body:s,showHead:a.showHead,startY:a.position.y,tableWidth:a.width,tableLineColor:a.tableStyles.borderColor,tableLineWidth:a.tableStyles.borderWidth,headStyles:mapCellStyle(a.headStyles),bodyStyles:mapCellStyle(a.bodyStyles),alternateRowStyles:{backgroundColor:a.bodyStyles.alternateBackgroundColor},columnStyles:p,margin:{top:0,right:0,left:a.position.x,bottom:0}}}function parseStyles(a){const s={styles:{},headStyles:{},bodyStyles:{},alternateRowStyles:{},columnStyles:{}};for(const c of Object.keys(s))if(c==="columnStyles"){const u=a[c];s.columnStyles=Object.assign({},u)}else{const d=[a].map(p=>p[c]||{});s[c]=Object.assign({},d[0],d[1],d[2])}return s}function parseContent4Input(a){const s=a.head||[],c=a.body||[];return{columns:(s[0]||c[0]||[]).map((d,p)=>p),head:s,body:c}}function parseInput(a,s){const c=getTableOptions(a,s),u=parseStyles(c),d={startY:c.startY,margin:c.margin,tableWidth:c.tableWidth,showHead:c.showHead,tableLineWidth:c.tableLineWidth??0,tableLineColor:c.tableLineColor??""};return{content:parseContent4Input(c),styles:u,settings:d}}function createSingleTable(a,s){const{options:c,_cache:u,basePdf:d}=s;isBlankPdf(d)||console.warn(`[@pdfme/schema/table]When specifying a custom PDF for basePdf, you cannot use features such as page breaks or re-layout of other elements.To utilize these features, please define basePdf as follows:
|
138
|
-
{ width: number; height: number; padding: [number, number, number, number]; }`);const p=cloneDeep$1(s.schema),{start:A}=p.__bodyRange||{start:0};if(A%2===1){const y=p.bodyStyles.alternateBackgroundColor;p.bodyStyles.alternateBackgroundColor=p.bodyStyles.backgroundColor,p.bodyStyles.backgroundColor=y}p.showHead=p.showHead===!1?!1:!p.__isSplit;const v=parseInput(p,a),b=c.font||getDefaultFont(),g=getFallbackFontName(b),x=parseContent4Table(v,g);return Table$2.create({input:v,content:x,font:b,_cache:u})}const DEFAULT_OPACITY=1,HEX_COLOR_PATTERN="^#(?:[A-Fa-f0-9]{6})$",getBody$1=a=>typeof a=="string"?JSON.parse(a||"[]"):a||[],getBodyWithRange=(a,s)=>{const c=getBody$1(a);return s?c.slice(s.start,s.end):c},getDynamicHeightsForTable$1=async(a,s)=>{var p;if(s.schema.type!=="table")return Promise.resolve([s.schema.height]);const c=s.schema,u=((p=c.__bodyRange)==null?void 0:p.start)===0?getBody$1(a):getBodyWithRange(a,c.__bodyRange),d=await createSingleTable(u,s);return c.showHead?d.allRows().map(A=>A.height):[0].concat(d.body.map(A=>A.height))},convertForPdfLayoutProps=({schema:a,pageHeight:s,applyRotateTranslate:c=!0})=>{const{width:u,height:d,position:p,rotate:A,opacity:v}=a,{x:b,y:g}=p,x=A?-A:0,y=mm2pt(u),f=mm2pt(d);let m=mm2pt(b),C=s-mm2pt(g)-f;if(x&&c){const S={x:m+y/2,y:s-mm2pt(g)-f/2},w=rotatePoint({x:m,y:C},S,x);m=w.x,C=w.y}return{position:{x:m,y:C},height:f,width:y,rotate:degrees(x),opacity:v}},rotatePoint=(a,s,c)=>{const u=degreesToRadians(c),d=Math.cos(u)*(a.x-s.x)-Math.sin(u)*(a.y-s.y)+s.x,p=Math.sin(u)*(a.x-s.x)+Math.cos(u)*(a.y-s.y)+s.y;return{x:d,y:p}},getDynamicHeightsForTable=getDynamicHeightsForTable$1,isEditable=(a,s)=>a==="designer"||a==="form"&&s.readOnly!==!0,hex2rgb=a=>(a.slice(0,1)==="#"&&(a=a.slice(1)),a.length===3&&(a=a.slice(0,1)+a.slice(0,1)+a.slice(1,2)+a.slice(1,2)+a.slice(2,3)+a.slice(2,3)),[a.slice(0,2),a.slice(2,4),a.slice(4,6)].map(s=>parseInt(s,16))),hex2RgbColor=a=>{if(a){if(!isHexValid(a))throw new Error(`Invalid hex color value ${a}`);const[c,u,d]=hex2rgb(a);return rgb(c/255,u/255,d/255)}},hex2CmykColor=a=>{if(a){if(!isHexValid(a))throw new Error(`Invalid hex color value ${a}`);a=a.replace("#","");const c=a.substring(0,6),u=a.substring(6,8),d=u?parseInt(u,16)/255:1;let p=parseInt(c.substring(0,2),16)/255,A=parseInt(c.substring(2,4),16)/255,v=parseInt(c.substring(4,6),16)/255;p=p*d+(1-d),A=A*d+(1-d),v=v*d+(1-d);const b=1-Math.max(p,A,v),g=p===0?0:(1-p-b)/(1-b),x=A===0?0:(1-A-b)/(1-b),y=v===0?0:(1-v-b)/(1-b);return cmyk(g,x,y,b)}},hex2PrintingColor=(a,s)=>typeof a=="object"?a:(s==null?void 0:s.toLowerCase())=="cmyk"?hex2CmykColor(a):hex2RgbColor(a),createSvgStr=(a,s)=>{if(!Array.isArray(a))return String(a);const u=Object.entries({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"}).map(([A,v])=>`${A}="${v}"`).join(" "),d=A=>{if(!Array.isArray(A))return String(A);const[v,b={},g=[]]=A,x=String(v),y=Object.entries(b).map(([m,C])=>`${m}="${C}"`).join(" ");let f="";return Array.isArray(g)&&g.length>0&&(f=g.map(m=>d(m)).join("")),f?`<${x}${y?" "+y:""}>${f}</${x}>`:`<${x}${y?" "+y:""}/>`},p=Array.isArray(a)?a.map(A=>d(A)).join(""):d(a);return`<svg ${u}>${p}</svg>`},embedAndGetFontObj=async a=>{const{pdfDoc:s,font:c,_cache:u}=a;if(u.has(s))return u.get(s);const d=await Promise.all(Object.values(c).map(async A=>{let v=A.data;return typeof v=="string"&&v.startsWith("http")&&(v=await fetch(v).then(b=>b.arrayBuffer())),s.embedFont(v,{subset:typeof A.subset>"u"?!0:A.subset})})),p=Object.keys(c).reduce((A,v,b)=>Object.assign(A,{[v]:d[b]}),{});return u.set(s,p),p},getFontProp=({value:a,fontKitFont:s,schema:c,colorType:u})=>{const d=c.dynamicFontSize?calculateDynamicFontSize({textSchema:c,fontKitFont:s,value:a}):c.fontSize??DEFAULT_FONT_SIZE,p=hex2PrintingColor(c.fontColor||DEFAULT_FONT_COLOR,u);return{alignment:c.alignment??DEFAULT_ALIGNMENT,verticalAlignment:c.verticalAlignment??DEFAULT_VERTICAL_ALIGNMENT,lineHeight:c.lineHeight??DEFAULT_LINE_HEIGHT,characterSpacing:c.characterSpacing??DEFAULT_CHARACTER_SPACING,fontSize:d,color:p}},pdfRender=async a=>{const{value:s,pdfDoc:c,pdfLib:u,page:d,options:p,schema:A,_cache:v}=a;if(!s)return;const{font:b=getDefaultFont(),colorType:g}=p,[x,y]=await Promise.all([embedAndGetFontObj({pdfDoc:c,font:b,_cache:v}),getFontKitFont(A.fontName,b,v)]),f=getFontProp({value:s,fontKitFont:y,schema:A,colorType:g}),{fontSize:m,color:C,alignment:S,verticalAlignment:w,lineHeight:I,characterSpacing:T}=f,$=A.fontName?A.fontName:getFallbackFontName(b),P=x&&x[$],E=d.getHeight(),{width:B,height:R,rotate:O,position:{x:M,y:_},opacity:D}=convertForPdfLayoutProps({schema:A,pageHeight:E,applyRotateTranslate:!1});if(A.backgroundColor){const k=hex2PrintingColor(A.backgroundColor,g);d.drawRectangle({x:M,y:_,width:B,height:R,rotate:O,color:k})}const H=heightOfFontAtSize(y,m),U=getFontDescentInPt(y,m),Q=I===0?0:(I-1)*m/2,L=splitTextToSize({value:s,characterSpacing:T,fontSize:m,fontKitFont:y,boxWidthInPt:B});let F=0;if(w===VERTICAL_ALIGN_TOP)F=H+Q;else{const k=I*m*(L.length-1);w===VERTICAL_ALIGN_BOTTOM?F=R-k+U-Q:w===VERTICAL_ALIGN_MIDDLE&&(F=(R-k-H+U)/2+H)}const j={x:M+B/2,y:E-mm2pt(A.position.y)-R/2},N=new Intl.Segmenter(void 0,{granularity:"grapheme"});L.forEach((k,W)=>{const J=k.replace(`
|
137
|
+
`:s.trimEnd());function containsJapanese(a){return/[\p{Script=Hiragana}\p{Script=Katakana}\p{Script=Han}]/u.test(a)}const filterStartJP=a=>{const s=[];let c=null;if(a.slice().reverse().forEach(u=>{if(u.trim().length===0)s.push("");else{const d=u.charAt(0);LINE_START_FORBIDDEN_CHARS.includes(d)?u.trim().length===1?(s.push(u),c=null):(c?s.push(u.slice(1)+c):s.push(u.slice(1)),c=d):c?(s.push(u+c),c=null):s.push(u)}}),c){const u=s.length>0?s[0]:"";return[String(c)+String(u),...s.slice(1)].reverse()}else return s.reverse()},filterEndJP=a=>{const s=[];let c=null;if(a.forEach(u=>{if(u.trim().length===0)s.push("");else{const d=u.slice(-1);LINE_END_FORBIDDEN_CHARS.includes(d)?u.trim().length===1?(s.push(u),c=null):(c?s.push(c+u.slice(0,-1)):s.push(u.slice(0,-1)),c=d):c?(s.push(c+u),c=null):s.push(u)}}),c){const u=s.length>0?s[s.length-1]:"",d=String(u)+String(c);return[...s.slice(0,-1),d]}else return s};let Cell$2=class{constructor(s,c,u){Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"text",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"styles",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"section",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"contentHeight",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"contentWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"wrappedWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minReadableWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"width",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"height",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"x",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"y",{enumerable:!0,configurable:!0,writable:!0,value:0}),this.styles=c,this.section=u,this.raw=s;const d=/\r\n|\r|\n/g;this.text=s.split(d)}getContentHeight(){const s=Array.isArray(this.text)?this.text.length:1,c=pt2mm(this.styles.fontSize)*this.styles.lineHeight,u=this.padding("top")+this.padding("bottom"),d=s*c+u;return Math.max(d,this.styles.minCellHeight)}padding(s){return this.styles.cellPadding[s]}},Column$2=class{constructor(s){Object.defineProperty(this,"index",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"wrappedWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minReadableWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"minWidth",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"width",{enumerable:!0,configurable:!0,writable:!0,value:0}),this.index=s}getMaxCustomCellWidth(s){let c=0;for(const u of s.allRows()){const d=u.cells[this.index];c=Math.max(c,d.styles.cellWidth)}return c}},Row$1=class{constructor(s,c,u,d){Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"index",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"section",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cells",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"height",{enumerable:!0,configurable:!0,writable:!0,value:0}),this.raw=s,this.index=c,this.section=u,this.cells=d}getMaxCellHeight(s){return s.reduce((c,u)=>{var d;return Math.max(c,((d=this.cells[u.index])==null?void 0:d.height)||0)},0)}getMinimumRowHeight(s){return s.reduce((c,u)=>{const d=this.cells[u.index];if(!d)return 0;const A=d.padding("top")+d.padding("bottom")+d.styles.lineHeight;return A>c?A:c},0)}},Table$2=class Ad{constructor(s,c){Object.defineProperty(this,"settings",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"styles",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"columns",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"head",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"body",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.settings=s.settings,this.styles=s.styles,this.columns=c.columns,this.head=c.head,this.body=c.body}static async create(s){const{input:c,content:u,font:d,_cache:p}=s,A=new Ad(c,u);return await calculateWidths({table:A,font:d,_cache:p}),A}getHeadHeight(){return this.head.reduce((s,c)=>s+c.getMaxCellHeight(this.columns),0)}getBodyHeight(){return this.body.reduce((s,c)=>s+c.getMaxCellHeight(this.columns),0)}allRows(){return this.head.concat(this.body)}getWidth(){return this.settings.tableWidth}getHeight(){return(this.settings.showHead?this.getHeadHeight():0)+this.getBodyHeight()}};async function calculateWidths(a){const{table:s,font:c,_cache:u}=a,d=b=>getFontKitFont(b,c,u);await calculate$1(s,d);const p=[];let A=0;s.columns.forEach(b=>{const g=b.getMaxCustomCellWidth(s);g?b.width=g:(b.width=b.wrappedWidth,p.push(b)),A+=b.width});let v=s.getWidth()-A;v&&(v=resizeColumns(p,v,b=>Math.max(b.minReadableWidth,b.minWidth))),v&&(v=resizeColumns(p,v,b=>b.minWidth)),v=Math.abs(v),applyColSpans(s),await fitContent(s,d),applyRowSpans(s)}function applyRowSpans(a){const s={};let c=1;const u=a.allRows();for(let d=0;d<u.length;d++){const p=u[d];for(const A of a.columns){const v=s[A.index];if(c>1)c--,delete p.cells[A.index];else if(v)v.cell.height+=p.height,c=1,delete p.cells[A.index],v.left--,v.left<=1&&delete s[A.index];else{const b=p.cells[A.index];if(!b)continue;b.height=p.height}}}}function applyColSpans(a){const s=a.allRows();for(let c=0;c<s.length;c++){const u=s[c];let d=0,p=0;for(let A=0;A<a.columns.length;A++){const v=a.columns[A];if(p-=1,p>1&&a.columns[A+1])d+=v.width,delete u.cells[v.index];else{const b=u.cells[v.index];if(!b)continue;p=1,d=0,b.width=v.width+d}}}}async function fitContent(a,s){const c={count:0,height:0};for(const u of a.allRows()){for(const d of a.columns){const p=u.cells[d.index];if(!p)continue;const A=await s(p.styles.fontName);p.text=splitTextToSize({value:p.raw,characterSpacing:p.styles.characterSpacing,boxWidthInPt:mm2pt(p.width),fontSize:p.styles.fontSize,fontKitFont:A}),p.contentHeight=p.getContentHeight();let v=p.contentHeight;c&&c.count>0&&c.height>v&&(v=c.height),v>u.height&&(u.height=v)}c.count--}}function resizeColumns(a,s,c){const u=s,d=a.reduce((p,A)=>p+A.wrappedWidth,0);for(let p=0;p<a.length;p++){const A=a[p],v=A.wrappedWidth/d,b=u*v,g=A.width+b,x=c(A),y=g<x?x:g;s-=y-A.width,A.width=y}if(s=Math.round(s*1e10)/1e10,s){const p=a.filter(A=>s<0?A.width>c(A):!0);p.length&&(s=resizeColumns(p,s,c))}return s}async function calculate$1(a,s){for(const c of a.allRows())for(const u of a.columns){const d=c.cells[u.index];if(!d)continue;const p=d.padding("right")+d.padding("left"),A=await s(d.styles.fontName);d.contentWidth=getStringWidth(d,A)+p;const v=getStringWidth(Object.assign(d,{text:d.text.join(" ").split(/\s+/)}),A);d.minReadableWidth=v+p,d.minWidth=d.styles.cellWidth,d.wrappedWidth=d.styles.cellWidth}for(const c of a.allRows())for(const u of a.columns){const d=c.cells[u.index];if(d)u.wrappedWidth=Math.max(u.wrappedWidth,d.wrappedWidth),u.minWidth=Math.max(u.minWidth,d.minWidth),u.minReadableWidth=Math.max(u.minReadableWidth,d.minReadableWidth);else{const p=a.styles.columnStyles[u.index]||{},A=p.cellWidth||p.minCellWidth;A&&(u.minWidth=A,u.wrappedWidth=A)}}}function getStringWidth(a,s){const c=a.text,u=Array.isArray(c)?c:[c],d=a.styles.fontSize,p=a.styles.characterSpacing;return u.map(v=>widthOfTextAtSize(v,s,d,p)).reduce((v,b)=>Math.max(v,b),0)}function parseSection(a,s,c,u,d){const p={};return s.map((v,b)=>{let g=0;const x={};let y=0,f=0;for(const m of c)if(p[m.index]==null||p[m.index].left===0)if(f===0){let C;Array.isArray(v)?C=v[m.index-y-g]:C=v[m.index];const S=cellStyles(a,m,b,u,d),w=new Cell$2(C,S,a);x[m.index]=w,f=0,p[m.index]={left:0,times:f}}else f--,y++;else p[m.index].left--,f=p[m.index].times,g++;return new Row$1(v,b,a,x)})}function parseContent4Table(a,s){const c=a.content,u=c.columns.map(p=>new Column$2(p)),d=a.styles;return{columns:u,head:parseSection("head",c.head,u,d,s),body:parseSection("body",c.body,u,d,s)}}function cellStyles(a,s,c,u,d){let p;a==="head"?p=u.headStyles:a==="body"&&(p=u.bodyStyles);const A=Object.assign({},u.styles,p),v=u.columnStyles[s.index]||u.columnStyles[s.index]||{},b=a==="body"&&c%2===0?Object.assign({},u.alternateRowStyles):{};return Object.assign({fontName:d,backgroundColor:"",textColor:"#000000",lineHeight:1,characterSpacing:0,alignment:"left",verticalAlignment:"middle",fontSize:10,cellPadding:5,lineColor:"#000000",lineWidth:0,minCellHeight:0,minCellWidth:0},A,b,v)}function mapCellStyle(a){return{fontName:a.fontName,alignment:a.alignment,verticalAlignment:a.verticalAlignment,fontSize:a.fontSize,lineHeight:a.lineHeight,characterSpacing:a.characterSpacing,backgroundColor:a.backgroundColor,textColor:a.fontColor,lineColor:a.borderColor,lineWidth:a.borderWidth,cellPadding:a.padding}}function getTableOptions(a,s){const c=a.headWidthPercentages.reduce((A,v,b)=>({...A,[b]:{cellWidth:a.width*(v/100)}}),{}),u=Object.entries(a.columnStyles.alignment||{}).reduce((A,[v,b])=>({...A,[v]:{alignment:b}}),{}),d=new Set([...Object.keys(c).map(Number),...Object.keys(u).map(Number)]),p=Array.from(d).reduce((A,v)=>{const b=c[v]||{},g=u[v]||{};return{...A,[v]:{...b,...g}}},{});return{head:[a.head],body:s,showHead:a.showHead,startY:a.position.y,tableWidth:a.width,tableLineColor:a.tableStyles.borderColor,tableLineWidth:a.tableStyles.borderWidth,headStyles:mapCellStyle(a.headStyles),bodyStyles:mapCellStyle(a.bodyStyles),alternateRowStyles:{backgroundColor:a.bodyStyles.alternateBackgroundColor},columnStyles:p,margin:{top:0,right:0,left:a.position.x,bottom:0}}}function parseStyles(a){const s={styles:{},headStyles:{},bodyStyles:{},alternateRowStyles:{},columnStyles:{}};for(const c of Object.keys(s))if(c==="columnStyles"){const u=a[c];s.columnStyles=Object.assign({},u)}else{const d=[a].map(p=>p[c]||{});s[c]=Object.assign({},d[0],d[1],d[2])}return s}function parseContent4Input(a){const s=a.head||[],c=a.body||[];return{columns:(s[0]||c[0]||[]).map((d,p)=>p),head:s,body:c}}function parseInput(a,s){const c=getTableOptions(a,s),u=parseStyles(c),d={startY:c.startY,margin:c.margin,tableWidth:c.tableWidth,showHead:c.showHead,tableLineWidth:c.tableLineWidth??0,tableLineColor:c.tableLineColor??""};return{content:parseContent4Input(c),styles:u,settings:d}}function createSingleTable(a,s){const{options:c,_cache:u,basePdf:d}=s;isBlankPdf(d)||console.warn(`[@pdfme/schema/table]When specifying a custom PDF for basePdf, you cannot use features such as page breaks or re-layout of other elements.To utilize these features, please define basePdf as follows:
|
138
|
+
{ width: number; height: number; padding: [number, number, number, number]; }`);const p=cloneDeep$1(s.schema),{start:A}=p.__bodyRange||{start:0};if(A%2===1){const y=p.bodyStyles.alternateBackgroundColor;p.bodyStyles.alternateBackgroundColor=p.bodyStyles.backgroundColor,p.bodyStyles.backgroundColor=y}p.showHead=p.showHead===!1?!1:!p.__isSplit;const v=parseInput(p,a),b=c.font||getDefaultFont(),g=getFallbackFontName(b),x=parseContent4Table(v,g);return Table$2.create({input:v,content:x,font:b,_cache:u})}const DEFAULT_OPACITY=1,HEX_COLOR_PATTERN="^#(?:[A-Fa-f0-9]{6})$",getBody$1=a=>typeof a=="string"?JSON.parse(a||"[]"):a||[],getBodyWithRange=(a,s)=>{const c=getBody$1(a);return s?c.slice(s.start,s.end):c},getDynamicHeightsForTable$1=async(a,s)=>{var p;if(s.schema.type!=="table")return Promise.resolve([s.schema.height]);const c=s.schema,u=((p=c.__bodyRange)==null?void 0:p.start)===0?getBody$1(a):getBodyWithRange(a,c.__bodyRange),d=await createSingleTable(u,s);return c.showHead?d.allRows().map(A=>A.height):[0].concat(d.body.map(A=>A.height))},convertForPdfLayoutProps=({schema:a,pageHeight:s,applyRotateTranslate:c=!0})=>{const{width:u,height:d,position:p,rotate:A,opacity:v}=a,{x:b,y:g}=p,x=A?-A:0,y=mm2pt(u),f=mm2pt(d);let m=mm2pt(b),C=s-mm2pt(g)-f;if(x&&c){const S={x:m+y/2,y:s-mm2pt(g)-f/2},w=rotatePoint({x:m,y:C},S,x);m=w.x,C=w.y}return{position:{x:m,y:C},height:f,width:y,rotate:degrees(x),opacity:v}},rotatePoint=(a,s,c)=>{const u=degreesToRadians(c),d=Math.cos(u)*(a.x-s.x)-Math.sin(u)*(a.y-s.y)+s.x,p=Math.sin(u)*(a.x-s.x)+Math.cos(u)*(a.y-s.y)+s.y;return{x:d,y:p}},getDynamicHeightsForTable=getDynamicHeightsForTable$1,isEditable=(a,s)=>a==="designer"||a==="form"&&s.readOnly!==!0,hex2rgb=a=>(a.slice(0,1)==="#"&&(a=a.slice(1)),a.length===3&&(a=a.slice(0,1)+a.slice(0,1)+a.slice(1,2)+a.slice(1,2)+a.slice(2,3)+a.slice(2,3)),[a.slice(0,2),a.slice(2,4),a.slice(4,6)].map(s=>parseInt(s,16))),hex2RgbColor=a=>{if(a){if(!isHexValid(a))throw new Error(`Invalid hex color value ${a}`);const[c,u,d]=hex2rgb(a);return rgb(c/255,u/255,d/255)}},hex2CmykColor=a=>{if(a){if(!isHexValid(a))throw new Error(`Invalid hex color value ${a}`);a=a.replace("#","");const c=a.substring(0,6),u=a.substring(6,8),d=u?parseInt(u,16)/255:1;let p=parseInt(c.substring(0,2),16)/255,A=parseInt(c.substring(2,4),16)/255,v=parseInt(c.substring(4,6),16)/255;p=p*d+(1-d),A=A*d+(1-d),v=v*d+(1-d);const b=1-Math.max(p,A,v),g=p===0?0:(1-p-b)/(1-b),x=A===0?0:(1-A-b)/(1-b),y=v===0?0:(1-v-b)/(1-b);return cmyk(g,x,y,b)}},hex2PrintingColor=(a,s)=>typeof a=="object"?a:(s==null?void 0:s.toLowerCase())=="cmyk"?hex2CmykColor(a):hex2RgbColor(a),createSvgStr=(a,s)=>{if(!Array.isArray(a))return String(a);const u=Object.entries({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"}).map(([A,v])=>`${A}="${v}"`).join(" "),d=A=>{if(!Array.isArray(A))return String(A);const[v,b={},g=[]]=A,x=String(v),y=Object.entries(b).map(([m,C])=>`${m}="${C}"`).join(" ");let f="";return Array.isArray(g)&&g.length>0&&(f=g.map(m=>d(m)).join("")),f?`<${String(x)}${y?" "+String(y):""}>${f}</${String(x)}>`:`<${String(x)}${y?" "+String(y):""}/>`},p=Array.isArray(a)?a.map(A=>d(A)).join(""):d(a);return`<svg ${u}>${p}</svg>`},embedAndGetFontObj=async a=>{const{pdfDoc:s,font:c,_cache:u}=a;if(u.has(s))return u.get(s);const d=await Promise.all(Object.values(c).map(async A=>{let v=A.data;return typeof v=="string"&&v.startsWith("http")&&(v=await fetch(v).then(b=>b.arrayBuffer())),s.embedFont(v,{subset:typeof A.subset>"u"?!0:A.subset})})),p=Object.keys(c).reduce((A,v,b)=>Object.assign(A,{[v]:d[b]}),{});return u.set(s,p),p},getFontProp=({value:a,fontKitFont:s,schema:c,colorType:u})=>{const d=c.dynamicFontSize?calculateDynamicFontSize({textSchema:c,fontKitFont:s,value:a}):c.fontSize??DEFAULT_FONT_SIZE,p=hex2PrintingColor(c.fontColor||DEFAULT_FONT_COLOR,u);return{alignment:c.alignment??DEFAULT_ALIGNMENT,verticalAlignment:c.verticalAlignment??DEFAULT_VERTICAL_ALIGNMENT,lineHeight:c.lineHeight??DEFAULT_LINE_HEIGHT,characterSpacing:c.characterSpacing??DEFAULT_CHARACTER_SPACING,fontSize:d,color:p}},pdfRender=async a=>{const{value:s,pdfDoc:c,pdfLib:u,page:d,options:p,schema:A,_cache:v}=a;if(!s)return;const{font:b=getDefaultFont(),colorType:g}=p,[x,y]=await Promise.all([embedAndGetFontObj({pdfDoc:c,font:b,_cache:v}),getFontKitFont(A.fontName,b,v)]),f=getFontProp({value:s,fontKitFont:y,schema:A,colorType:g}),{fontSize:m,color:C,alignment:S,verticalAlignment:w,lineHeight:I,characterSpacing:T}=f,$=A.fontName?A.fontName:getFallbackFontName(b),P=x&&x[$],E=d.getHeight(),{width:B,height:R,rotate:O,position:{x:M,y:_},opacity:D}=convertForPdfLayoutProps({schema:A,pageHeight:E,applyRotateTranslate:!1});if(A.backgroundColor){const k=hex2PrintingColor(A.backgroundColor,g);d.drawRectangle({x:M,y:_,width:B,height:R,rotate:O,color:k})}const H=heightOfFontAtSize(y,m),U=getFontDescentInPt(y,m),Q=I===0?0:(I-1)*m/2,L=splitTextToSize({value:s,characterSpacing:T,fontSize:m,fontKitFont:y,boxWidthInPt:B});let F=0;if(w===VERTICAL_ALIGN_TOP)F=H+Q;else{const k=I*m*(L.length-1);w===VERTICAL_ALIGN_BOTTOM?F=R-k+U-Q:w===VERTICAL_ALIGN_MIDDLE&&(F=(R-k-H+U)/2+H)}const j={x:M+B/2,y:E-mm2pt(A.position.y)-R/2},N=new Intl.Segmenter(void 0,{granularity:"grapheme"});L.forEach((k,W)=>{const J=k.replace(`
|
139
139
|
`,""),Y=widthOfTextAtSize(J,y,m,T),q=heightOfFontAtSize(y,m),K=I*m*W;k===""&&(k=`\r
|
140
140
|
`);let ee=M;S==="center"?ee+=(B-Y)/2:S==="right"&&(ee+=B-Y);let re=E-mm2pt(A.position.y)-F-K;if(A.strikethrough&&Y>0){const V=ee+Y+1,Z=re+q/3;d.drawLine({start:rotatePoint({x:ee,y:Z},j,O.angle),end:rotatePoint({x:V,y:Z},j,O.angle),thickness:1/12*m,color:C,opacity:D})}if(A.underline&&Y>0){const V=ee+Y+1,Z=re-q/12;d.drawLine({start:rotatePoint({x:ee,y:Z},j,O.angle),end:rotatePoint({x:V,y:Z},j,O.angle),thickness:1/12*m,color:C,opacity:D})}if(O.angle!==0){const V=rotatePoint({x:ee,y:re},j,O.angle);ee=V.x,re=V.y}let ae=T;if(S==="justify"&&k.slice(-1)!==`
|
141
141
|
`){const V=N.segment(J)[Symbol.iterator](),Z=Array.from(V).length;ae+=(B-Y)/Z}d.pushOperators(u.setCharacterSpacing(ae)),d.drawText(J,{x:ee,y:re,rotate:O,size:m,color:C,lineHeight:I*m,font:P,opacity:D})})};/**
|
@@ -184,7 +184,7 @@ endstream`,s}copyBytesInto(s,c){this.updateDict();const u=c;c+=this.dict.copyByt
|
|
184
184
|
* This source code is licensed under the ISC license.
|
185
185
|
* See the LICENSE file in the root directory of this source tree.
|
186
186
|
*/const Underline=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]],TextStrikethroughIcon=createSvgStr(Strikethrough),TextUnderlineIcon=createSvgStr(Underline),TextAlignLeftIcon=createSvgStr(AlignLeft),TextAlignCenterIcon=createSvgStr(AlignCenter),TextAlignRightIcon=createSvgStr(AlignRight),TextAlignJustifyIcon=createSvgStr(AlignJustify),TextVerticalAlignTopIcon=createSvgStr(ArrowUpToLine),TextVerticalAlignMiddleIcon='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 19h3v4h2v-4h3l-4-4l-4 4zm8-14h-3V1h-2v4H8l4 4l4-4zM4 11v2h16v-2H4z" fill="currentColor"></path></svg>',TextVerticalAlignBottomIcon=createSvgStr(ArrowDownToLine);var Formatter;(function(a){a.STRIKETHROUGH="strikethrough",a.UNDERLINE="underline",a.ALIGNMENT="alignment",a.VERTICAL_ALIGNMENT="verticalAlignment"})(Formatter||(Formatter={}));function getExtraFormatterSchema(a){const s=[{key:Formatter.STRIKETHROUGH,icon:TextStrikethroughIcon,type:"boolean"},{key:Formatter.UNDERLINE,icon:TextUnderlineIcon,type:"boolean"},{key:Formatter.ALIGNMENT,icon:TextAlignLeftIcon,type:"select",value:DEFAULT_ALIGNMENT},{key:Formatter.ALIGNMENT,icon:TextAlignCenterIcon,type:"select",value:ALIGN_CENTER},{key:Formatter.ALIGNMENT,icon:TextAlignRightIcon,type:"select",value:ALIGN_RIGHT},{key:Formatter.ALIGNMENT,icon:TextAlignJustifyIcon,type:"select",value:ALIGN_JUSTIFY},{key:Formatter.VERTICAL_ALIGNMENT,icon:TextVerticalAlignTopIcon,type:"select",value:DEFAULT_VERTICAL_ALIGNMENT},{key:Formatter.VERTICAL_ALIGNMENT,icon:TextVerticalAlignMiddleIcon,type:"select",value:VERTICAL_ALIGN_MIDDLE},{key:Formatter.VERTICAL_ALIGNMENT,icon:TextVerticalAlignBottomIcon,type:"select",value:VERTICAL_ALIGN_BOTTOM}];return{title:a("schemas.text.format"),widget:"ButtonGroup",buttons:s,span:24}}const UseDynamicFontSize=a=>{const{rootElement:s,changeSchemas:c,activeSchema:u,i18n:d}=a,p=document.createElement("input");p.type="checkbox",p.checked=!!(u!=null&&u.dynamicFontSize),p.onchange=b=>{const g=b.target.checked?{min:DEFAULT_DYNAMIC_MIN_FONT_SIZE,max:DEFAULT_DYNAMIC_MAX_FONT_SIZE,fit:DEFAULT_DYNAMIC_FIT}:void 0;c([{key:"dynamicFontSize",value:g,schemaId:u.id}])};const A=document.createElement("label"),v=document.createElement("span");v.innerText=d("schemas.text.dynamicFontSize")||"",v.style.cssText="margin-left: 0.5rem",A.style.cssText="display: flex; width: 100%;",A.appendChild(p),A.appendChild(v),s.appendChild(A)},propPanel={schema:({options:a,activeSchema:s,i18n:c})=>{const u=a.font||{[DEFAULT_FONT_NAME]:{data:"",fallback:!0}},d=Object.keys(u),p=getFallbackFontName(u),A=!!(s!=null&&s.dynamicFontSize);return{fontName:{title:c("schemas.text.fontName"),type:"string",widget:"select",default:p,placeholder:p,props:{options:d.map(b=>({label:b,value:b}))},span:12},fontSize:{title:c("schemas.text.size"),type:"number",widget:"inputNumber",span:6,disabled:A,props:{min:0}},characterSpacing:{title:c("schemas.text.spacing"),type:"number",widget:"inputNumber",span:6,props:{min:0}},formatter:getExtraFormatterSchema(c),lineHeight:{title:c("schemas.text.lineHeight"),type:"number",widget:"inputNumber",props:{step:.1,min:0},span:8},useDynamicFontSize:{type:"boolean",widget:"UseDynamicFontSize",bind:!1,span:16},dynamicFontSize:{type:"object",widget:"card",column:3,properties:{min:{title:c("schemas.text.min"),type:"number",widget:"inputNumber",hidden:!A,props:{min:0}},max:{title:c("schemas.text.max"),type:"number",widget:"inputNumber",hidden:!A,props:{min:0}},fit:{title:c("schemas.text.fit"),type:"string",widget:"select",hidden:!A,props:{options:[{label:c("schemas.horizontal"),value:DYNAMIC_FIT_HORIZONTAL},{label:c("schemas.vertical"),value:DYNAMIC_FIT_VERTICAL}]}}}},fontColor:{title:c("schemas.textColor"),type:"string",widget:"color",props:{disabledAlpha:!0},rules:[{pattern:HEX_COLOR_PATTERN,message:c("validation.hexColor")}]},backgroundColor:{title:c("schemas.bgColor"),type:"string",widget:"color",props:{disabledAlpha:!0},rules:[{pattern:HEX_COLOR_PATTERN,message:c("validation.hexColor")}]}}},widgets:{UseDynamicFontSize},defaultSchema:{name:"",type:"text",content:"Type Something...",position:{x:0,y:0},width:45,height:10,rotate:0,alignment:DEFAULT_ALIGNMENT,verticalAlignment:DEFAULT_VERTICAL_ALIGNMENT,fontSize:DEFAULT_FONT_SIZE,lineHeight:DEFAULT_LINE_HEIGHT,characterSpacing:DEFAULT_CHARACTER_SPACING,dynamicFontSize:void 0,fontColor:DEFAULT_FONT_COLOR,fontName:void 0,backgroundColor:"",opacity:DEFAULT_OPACITY,strikethrough:!1,underline:!1}},replaceUnsupportedChars=(a,s)=>{const c={},u=p=>{if(p in c)return c[p];const A=s.hasGlyphForCodePoint(p.codePointAt(0)||0);return c[p]=A,A};return a.split(/(\r\n|\n|\r)/).map(p=>/\r\n|\n|\r/.test(p)?p:p.split("").map(A=>/\s/.test(A)||A.charCodeAt(0)<32||u(A)?A:"〿").join("")).join("")},uiRender=async a=>{const{value:s,schema:c,mode:u,onChange:d,stopEditing:p,tabIndex:A,placeholder:v,options:b,_cache:g}=a,x=isEditable(u,c)&&v&&!s,y=w=>{let I=w.innerText;return I.endsWith(`
|
187
|
-
`)&&(I=I.slice(0,-1)),I},f=(b==null?void 0:b.font)||getDefaultFont(),m=await getFontKitFont(c.fontName,f,g),C=buildStyledTextContainer(a,m,x?v:s),S=replaceUnsupportedChars(s,m);if(!isEditable(u,c)){C.innerHTML=S.split("").map((w,I)=>`<span style="letter-spacing:${String(s).length===I+1?0:"inherit"};">${w}</span>`).join("");return}if(makeElementPlainTextContentEditable(C),C.tabIndex=A||0,C.innerText=u==="designer"?s:S,C.addEventListener("blur",w=>{d&&d({key:"content",value:y(w.target)}),p&&p()}),c.dynamicFontSize){let w;C.addEventListener("keyup",()=>{setTimeout(()=>{(async()=>{if(!C.textContent)return;w=calculateDynamicFontSize({textSchema:c,fontKitFont:m,value:y(C),startingFontSize:w}),C.style.fontSize=`${w}pt`;const{topAdj:I,bottomAdj:T}=getBrowserVerticalFontAdjustments(m,w??c.fontSize??DEFAULT_FONT_SIZE,c.lineHeight??DEFAULT_LINE_HEIGHT,c.verticalAlignment??DEFAULT_VERTICAL_ALIGNMENT);C.style.paddingTop=`${I}px`,C.style.marginBottom=`${T}px`})()},0)})}x&&(C.style.color=PLACEHOLDER_FONT_COLOR,C.addEventListener("focus",()=>{C.innerText===v&&(C.innerText="",C.style.color=c.fontColor??DEFAULT_FONT_COLOR)})),u==="designer"&&setTimeout(()=>{C.focus();const w=window.getSelection(),I=document.createRange();w&&I&&(I.selectNodeContents(C),I.collapse(!1),w==null||w.removeAllRanges(),w==null||w.addRange(I))})},buildStyledTextContainer=(a,s,c)=>{const{schema:u,rootElement:d,mode:p,options:A,_cache:v}=a;A!=null&&A.font||getDefaultFont();let b;u.dynamicFontSize&&c&&(b=calculateDynamicFontSize({textSchema:u,fontKitFont:s,value:c,startingFontSize:b}));const{topAdj:g,bottomAdj:x}=getBrowserVerticalFontAdjustments(s,b??u.fontSize??DEFAULT_FONT_SIZE,u.lineHeight??DEFAULT_LINE_HEIGHT,u.verticalAlignment??DEFAULT_VERTICAL_ALIGNMENT),y=g.toString(),f=x.toString(),m=document.createElement("div"),C={padding:0,resize:"none",backgroundColor:getBackgroundColor(c,u),border:"none",display:"flex",flexDirection:"column",justifyContent:mapVerticalAlignToFlex(u.verticalAlignment),width:"100%",height:"100%",cursor:isEditable(p,u)?"text":"default"};Object.assign(m.style,C),d.innerHTML="",d.appendChild(m);const S=[];u.strikethrough&&S.push("line-through"),u.underline&&S.push("underline");const w={fontFamily:u.fontName?`'${u.fontName}'`:"inherit",color:u.fontColor?u.fontColor:DEFAULT_FONT_COLOR,fontSize:`${b??u.fontSize??DEFAULT_FONT_SIZE}pt`,letterSpacing:`${u.characterSpacing??DEFAULT_CHARACTER_SPACING}pt`,lineHeight:`${u.lineHeight??DEFAULT_LINE_HEIGHT}em`,textAlign:u.alignment??DEFAULT_ALIGNMENT,whiteSpace:"pre-wrap",wordBreak:"break-word",resize:"none",border:"none",outline:"none",marginBottom:`${f}px`,paddingTop:`${y}px`,backgroundColor:"transparent",textDecoration:S.join(" ")},I=document.createElement("div");return I.id="text-"+String(u.id),Object.assign(I.style,w),m.appendChild(I),I},makeElementPlainTextContentEditable=a=>{if(!isFirefox()){a.contentEditable="plaintext-only";return}a.contentEditable="true",a.addEventListener("keydown",s=>{s.key==="Enter"&&!s.shiftKey&&(s.preventDefault(),document.execCommand("insertLineBreak",!1,void 0))}),a.addEventListener("paste",s=>{var d;s.preventDefault();const c=(d=s.clipboardData)==null?void 0:d.getData("text"),u=window.getSelection();u!=null&&u.rangeCount&&(u.deleteFromDocument(),u.getRangeAt(0).insertNode(document.createTextNode(c||"")),u.collapseToEnd())})},mapVerticalAlignToFlex=a=>{switch(a){case VERTICAL_ALIGN_TOP:return"flex-start";case VERTICAL_ALIGN_MIDDLE:return"center";case VERTICAL_ALIGN_BOTTOM:return"flex-end"}return"flex-start"},getBackgroundColor=(a,s)=>!a||!s.backgroundColor?"transparent":s.backgroundColor,textSchema={pdf:pdfRender,ui:uiRender,propPanel,icon:createSvgStr(TextCursorInput)},builtInPlugins={Text:textSchema},I18nContext=reactExports.createContext(i18n),FontContext=reactExports.createContext(getDefaultFont()),PluginsRegistry=reactExports.createContext(builtInPlugins),OptionsContext=reactExports.createContext({}),CacheContext=reactExports.createContext(new Map),hotkeys=function(a,s){return hotkeys$1(a,s)};hotkeys.shift=!1,hotkeys.unbind=function(a){typeof hotkeys$1.unbind=="function"&&hotkeys$1.unbind(a)};const uuid$6=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,a=>{const s=Math.random()*16|0;return(a=="x"?s:s&3|8).toString(16)}),set$2=(a,s,c)=>{s=Array.isArray(s)?s:s.replace("[",".").replace("]","").split(".");let u=a;s.forEach((d,p,A)=>{if(p==s.length-1)u[d]=c;else{if(!u.hasOwnProperty(d)){const v=A[p+1];u[d]=String(Number(v))===v?[]:{}}u=u[d]}})},debounce$1=(a,s=20)=>{let c=null;return(...d)=>{c&&clearTimeout(c),c=setTimeout(()=>a(...d),s)}},shift=(a,s,c)=>{c&&(s=-s);const u=`${a}`.split("e");return+`${u[0]}e${u[1]?Number(u[1])+s:s}`},round$1=(a,s)=>shift(Math.round(shift(a,s,!1)),s,!0),flatten=a=>[].concat(...a),up="up",shiftUp="shift+up",down="down",shiftDown="shift+down",left="left",shiftLeft="shift+left",right="right",shiftRight="shift+right",rmWin="backspace",rmMac="delete",esc="esc",copyWin="ctrl+c",copyMac="command+c",pasteWin="ctrl+v",pasteMac="command+v",redoWin="ctrl+y",redoMac="shift+command+z",undoWin="ctrl+z",undoMac="command+z",saveWin="ctrl+s",saveMac="command+s",selectAllWin="ctrl+a",selectAllMac="command+a",keys$2=[up,shiftUp,down,shiftDown,left,shiftLeft,right,shiftRight,rmMac,rmWin,esc,copyWin,copyMac,pasteWin,pasteMac,redoWin,redoMac,undoWin,undoMac,saveWin,saveMac,selectAllWin,selectAllMac],initShortCuts=a=>{hotkeys(keys$2.join(),(s,c)=>{switch(c.shortcut){case up:case shiftUp:s.preventDefault(),a.move("up",hotkeys.shift);break;case down:case shiftDown:s.preventDefault(),a.move("down",hotkeys.shift);break;case left:case shiftLeft:s.preventDefault(),a.move("left",hotkeys.shift);break;case right:case shiftRight:s.preventDefault(),a.move("right",hotkeys.shift);break;case rmWin:case rmMac:a.remove();break;case esc:a.esc();break;case copyWin:case copyMac:a.copy();break;case pasteWin:case pasteMac:a.paste();break;case redoWin:case redoMac:a.redo();break;case undoWin:case undoMac:a.undo();break;case saveWin:case saveMac:s.preventDefault(),a.save();break;case selectAllWin:case selectAllMac:s.preventDefault(),a.selectAll();break}})},destroyShortCuts=()=>{hotkeys.unbind(keys$2.join())};function detectMimeType(a){const s=new DataView(a);return s.getUint8(0)===137&&s.getUint8(1)===80&&s.getUint8(2)===78&&s.getUint8(3)===71?"image/png":s.getUint8(0)===255&&s.getUint8(1)===216&&s.getUint8(2)===255?"image/jpeg":""}const arrayBufferToBase64=a=>{const s=detectMimeType(a),c=new Uint8Array(a);let u="";for(let p=0;p<c.length;p++)u+=String.fromCharCode(c[p]);const d=btoa(u);return s?`data:${s};base64,${d}`:`data:application/octet-stream;base64,${d}`},convertSchemasForUI=a=>(a.schemas.forEach(s=>{s.forEach(c=>{c.id=uuid$6(),c.content=c.content||""})}),a.schemas),template2SchemasList=async a=>{const s=cloneDeep$1(a),{basePdf:c,schemas:u}=s,d=convertSchemasForUI(s);let p=[];if(isBlankPdf(c))p=u.map(()=>({width:c.width,height:c.height}));else{const b=await getB64BasePdf(c),g=b64toUint8Array(b);p=await pdf2size(g)}const A=d.length,v=p.length;return(A<v?d.concat(new Array(v-A).fill(cloneDeep$1([]))):d.slice(0,p.length)).map((b,g)=>(Object.values(b).forEach(x=>{const{width:y,height:f}=p[g],m=x.position.x+x.width,C=x.position.y+x.height;if(y<m){const S=m-y;x.position.x+=S}if(f<C){const S=C-f;x.position.y+=S}}),b))},schemasList2template=(a,s)=>({schemas:cloneDeep$1(a).map(c=>c.map(u=>(delete u.id,u))),basePdf:s}),getUniqueSchemaName=a=>{const{copiedSchemaName:s,schema:c,stackUniqueSchemaNames:u}=a,d=c.map(g=>g.name).concat(u),p=d.reduce((g,x)=>Object.assign(g,{originalName:x,copiedNum:0}),{}),A=g=>g.replace(/ copy$| copy [0-9]*$/,"");d.filter(g=>/ copy$| copy [0-9]*$/.test(g)).forEach(g=>{const x=A(g),y=g.match(/[0-9]*$/),f=y&&y[0]?Number(y[0]):1;(p[x]??0)<f&&(p[x]=f)});const v=A(s);if(p[v]){const g=p[v],x=`${v} copy ${g+1}`;return u.push(x),x}const b=`${s} copy`;return u.push(b),b},moveCommandToChangeSchemasArg=a=>{const{command:s,activeSchemas:c,isShift:u,pageSize:d}=a,p=s==="up"||s==="down"?"y":"x",A=u?.1:1,v=b=>{let g=0;const{position:x}=b;switch(s){case"up":g=round$1(x.y-A,2);break;case"down":g=round$1(x.y+A,2);break;case"left":g=round$1(x.x-A,2);break;case"right":g=round$1(x.x+A,2);break}return g>0?g:0};return c.map(b=>{let g=v(b);const{width:x,height:y}=b;return p==="x"?g=g>d.width-x?round$1(d.width-x,2):g:g=g>d.height-y?round$1(d.height-y,2):g,{key:`position.${p}`,value:g,schemaId:b.id}})},getPagesScrollTopByIndex=(a,s,c)=>a.slice(0,s).reduce((u,d)=>u+(d.height*ZOOM+RULER_HEIGHT*c)*c,0),getSidebarContentHeight=a=>a-RULER_HEIGHT-RULER_HEIGHT/2-30,handlePositionSizeChange=(a,s,c,u,d)=>{const p=isBlankPdf(u)?u.padding:[0,0,0,0],[A,v,b,g]=p,{width:x,height:y}=d,f=(m,C,S)=>Math.min(Math.max(Number(m),C),S);s==="position.x"?a.position.x=f(c,g,x-a.width-v):s==="position.y"?a.position.y=f(c,A,y-a.height-b):s==="width"?a.width=f(c,0,x-a.position.x-v):s==="height"&&(a.height=f(c,0,y-a.position.y-b))},handleTypeChange=(a,s,c,u)=>{var A;if(s!=="type")return;const d=["id","name","type","position","required"];Object.keys(a).forEach(v=>{d.includes(v)||delete a[v]});const p=(A=Object.values(u).find(v=>(v==null?void 0:v.propPanel.defaultSchema.type)===c))==null?void 0:A.propPanel;Object.keys((p==null?void 0:p.defaultSchema)||{}).forEach(v=>{a.hasOwnProperty(v)||(a[v]=p==null?void 0:p.defaultSchema[v])}),a.readOnly&&(a.required=!1)},changeSchemas=a=>{const{objs:s,schemas:c,basePdf:u,pluginsRegistry:d,pageSize:p,commitSchemas:A}=a,v=s.reduce((b,{key:g,value:x,schemaId:y})=>{const f=b.find(m=>m.id===y);return f&&(set$2(f,g,x),g==="type"?handleTypeChange(f,g,x,d):["position.x","position.y","width","height"].includes(g)&&handlePositionSizeChange(f,g,x,u,p)),b},cloneDeep$1(c));A(v)},getMaxZoom=()=>{const a=reactExports.useContext(OptionsContext);return a.maxZoom?a.maxZoom/100:DEFAULT_MAX_ZOOM};class BaseUIClass{constructor(s){this.lang=DEFAULT_LANG,this.font=getDefaultFont(),this.pluginsRegistry=builtInPlugins,this.options={},this.setSize=debounce$1(()=>{if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);this.size={height:this.domContainer.clientHeight||window.innerHeight,width:this.domContainer.clientWidth||window.innerWidth},this.render()},100),this.resizeObserver=new ResizeObserver(this.setSize),checkUIProps(s);const{domContainer:c,template:u,options:d={},plugins:p={}}=s;this.domContainer=c,this.template=cloneDeep$1(u),this.options=d,this.size={height:this.domContainer.clientHeight||window.innerHeight,width:this.domContainer.clientWidth||window.innerWidth},this.resizeObserver.observe(this.domContainer);const{lang:A,font:v}=d;A&&(this.lang=A),v&&(this.font=v),Object.values(p).length>0&&(this.pluginsRegistry=p)}getLang(){return this.lang}getFont(){return this.font}getPluginsRegistry(){return this.pluginsRegistry}getOptions(){return this.options}getTemplate(){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);return this.template}updateTemplate(s){if(checkTemplate(s),!this.domContainer)throw Error(DESTROYED_ERR_MSG);this.template=cloneDeep$1(s),this.render()}updateOptions(s){checkUIOptions(s);const{lang:c,font:u}=s||{};c&&(this.lang=c),u&&(this.font=u),this.options=Object.assign(this.options,s),this.render()}destroy(){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);ReactDOM.unmountComponentAtNode(this.domContainer),this.resizeObserver.unobserve(this.domContainer),this.domContainer=null}}class PreviewUI extends BaseUIClass{constructor(s){super(s),checkPreviewProps(s),this.inputs=convertToStingObjectArray(cloneDeep$1(s.inputs))}getInputs(){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);return this.inputs}setInputs(s){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);checkInputs(s),this.inputs=convertToStingObjectArray(s),this.render()}}function convertToStingObjectArray(a){return a.map(s=>{const c={};return Object.keys(s).forEach(u=>{const d=s[u];Array.isArray(d)?c[u]=JSON.stringify(d):c[u]=d}),c})}function useCombinedRefs(){for(var a=arguments.length,s=new Array(a),c=0;c<a;c++)s[c]=arguments[c];return reactExports.useMemo(()=>u=>{s.forEach(d=>d(u))},s)}const canUseDOM=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function isWindow$4(a){const s=Object.prototype.toString.call(a);return s==="[object Window]"||s==="[object global]"}function isNode$1(a){return"nodeType"in a}function getWindow$1(a){var s,c;return a?isWindow$4(a)?a:isNode$1(a)&&(s=(c=a.ownerDocument)==null?void 0:c.defaultView)!=null?s:window:window}function isDocument(a){const{Document:s}=getWindow$1(a);return a instanceof s}function isHTMLElement(a){return isWindow$4(a)?!1:a instanceof getWindow$1(a).HTMLElement}function isSVGElement(a){return a instanceof getWindow$1(a).SVGElement}function getOwnerDocument(a){return a?isWindow$4(a)?a.document:isNode$1(a)?isDocument(a)?a:isHTMLElement(a)||isSVGElement(a)?a.ownerDocument:document:document:document}const useIsomorphicLayoutEffect$1=canUseDOM?reactExports.useLayoutEffect:reactExports.useEffect;function useEvent$1(a){const s=reactExports.useRef(a);return useIsomorphicLayoutEffect$1(()=>{s.current=a}),reactExports.useCallback(function(){for(var c=arguments.length,u=new Array(c),d=0;d<c;d++)u[d]=arguments[d];return s.current==null?void 0:s.current(...u)},[])}function useInterval(){const a=reactExports.useRef(null),s=reactExports.useCallback((u,d)=>{a.current=setInterval(u,d)},[]),c=reactExports.useCallback(()=>{a.current!==null&&(clearInterval(a.current),a.current=null)},[]);return[s,c]}function useLatestValue(a,s){s===void 0&&(s=[a]);const c=reactExports.useRef(a);return useIsomorphicLayoutEffect$1(()=>{c.current!==a&&(c.current=a)},s),c}function useLazyMemo(a,s){const c=reactExports.useRef();return reactExports.useMemo(()=>{const u=a(c.current);return c.current=u,u},[...s])}function useNodeRef(a){const s=useEvent$1(a),c=reactExports.useRef(null),u=reactExports.useCallback(d=>{d!==c.current&&(s==null||s(d,c.current)),c.current=d},[]);return[c,u]}function usePrevious$2(a){const s=reactExports.useRef();return reactExports.useEffect(()=>{s.current=a},[a]),s.current}let ids={};function useUniqueId(a,s){return reactExports.useMemo(()=>{if(s)return s;const c=ids[a]==null?0:ids[a]+1;return ids[a]=c,a+"-"+c},[a,s])}function createAdjustmentFn(a){return function(s){for(var c=arguments.length,u=new Array(c>1?c-1:0),d=1;d<c;d++)u[d-1]=arguments[d];return u.reduce((p,A)=>{const v=Object.entries(A);for(const[b,g]of v){const x=p[b];x!=null&&(p[b]=x+a*g)}return p},{...s})}}const add$1=createAdjustmentFn(1),subtract=createAdjustmentFn(-1);function hasViewportRelativeCoordinates(a){return"clientX"in a&&"clientY"in a}function isKeyboardEvent(a){if(!a)return!1;const{KeyboardEvent:s}=getWindow$1(a.target);return s&&a instanceof s}function isTouchEvent(a){if(!a)return!1;const{TouchEvent:s}=getWindow$1(a.target);return s&&a instanceof s}function getEventCoordinates(a){if(isTouchEvent(a)){if(a.touches&&a.touches.length){const{clientX:s,clientY:c}=a.touches[0];return{x:s,y:c}}else if(a.changedTouches&&a.changedTouches.length){const{clientX:s,clientY:c}=a.changedTouches[0];return{x:s,y:c}}}return hasViewportRelativeCoordinates(a)?{x:a.clientX,y:a.clientY}:null}const CSS$1=Object.freeze({Translate:{toString(a){if(!a)return;const{x:s,y:c}=a;return"translate3d("+(s?Math.round(s):0)+"px, "+(c?Math.round(c):0)+"px, 0)"}},Scale:{toString(a){if(!a)return;const{scaleX:s,scaleY:c}=a;return"scaleX("+s+") scaleY("+c+")"}},Transform:{toString(a){if(a)return[CSS$1.Translate.toString(a),CSS$1.Scale.toString(a)].join(" ")}},Transition:{toString(a){let{property:s,duration:c,easing:u}=a;return s+" "+c+"ms "+u}}}),SELECTOR="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function findFirstFocusableNode(a){return a.matches(SELECTOR)?a:a.querySelector(SELECTOR)}const hiddenStyles={display:"none"};function HiddenText(a){let{id:s,value:c}=a;return React.createElement("div",{id:s,style:hiddenStyles},c)}function LiveRegion(a){let{id:s,announcement:c,ariaLiveType:u="assertive"}=a;const d={position:"fixed",top:0,left:0,width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"};return React.createElement("div",{id:s,style:d,role:"status","aria-live":u,"aria-atomic":!0},c)}function useAnnouncement(){const[a,s]=reactExports.useState("");return{announce:reactExports.useCallback(u=>{u!=null&&s(u)},[]),announcement:a}}const DndMonitorContext=reactExports.createContext(null);function useDndMonitor(a){const s=reactExports.useContext(DndMonitorContext);reactExports.useEffect(()=>{if(!s)throw new Error("useDndMonitor must be used within a children of <DndContext>");return s(a)},[a,s])}function useDndMonitorProvider(){const[a]=reactExports.useState(()=>new Set),s=reactExports.useCallback(u=>(a.add(u),()=>a.delete(u)),[a]);return[reactExports.useCallback(u=>{let{type:d,event:p}=u;a.forEach(A=>{var v;return(v=A[d])==null?void 0:v.call(A,p)})},[a]),s]}const defaultScreenReaderInstructions={draggable:`
|
187
|
+
`)&&(I=I.slice(0,-1)),I},f=(b==null?void 0:b.font)||getDefaultFont(),m=await getFontKitFont(c.fontName,f,g),C=buildStyledTextContainer(a,m,x?v:s),S=replaceUnsupportedChars(s,m);if(!isEditable(u,c)){C.innerHTML=S.split("").map((w,I)=>`<span style="letter-spacing:${String(s).length===I+1?0:"inherit"};">${w}</span>`).join("");return}if(makeElementPlainTextContentEditable(C),C.tabIndex=A||0,C.innerText=u==="designer"?s:S,C.addEventListener("blur",w=>{d&&d({key:"content",value:y(w.target)}),p&&p()}),c.dynamicFontSize){let w;C.addEventListener("keyup",()=>{setTimeout(()=>{(()=>{if(!C.textContent)return;w=calculateDynamicFontSize({textSchema:c,fontKitFont:m,value:y(C),startingFontSize:w}),C.style.fontSize=`${w}pt`;const{topAdj:I,bottomAdj:T}=getBrowserVerticalFontAdjustments(m,w??c.fontSize??DEFAULT_FONT_SIZE,c.lineHeight??DEFAULT_LINE_HEIGHT,c.verticalAlignment??DEFAULT_VERTICAL_ALIGNMENT);C.style.paddingTop=`${I}px`,C.style.marginBottom=`${T}px`})()},0)})}x&&(C.style.color=PLACEHOLDER_FONT_COLOR,C.addEventListener("focus",()=>{C.innerText===v&&(C.innerText="",C.style.color=c.fontColor??DEFAULT_FONT_COLOR)})),u==="designer"&&setTimeout(()=>{C.focus();const w=window.getSelection(),I=document.createRange();w&&I&&(I.selectNodeContents(C),I.collapse(!1),w==null||w.removeAllRanges(),w==null||w.addRange(I))})},buildStyledTextContainer=(a,s,c)=>{const{schema:u,rootElement:d,mode:p}=a;let A;u.dynamicFontSize&&c&&(A=calculateDynamicFontSize({textSchema:u,fontKitFont:s,value:c,startingFontSize:A}));const{topAdj:v,bottomAdj:b}=getBrowserVerticalFontAdjustments(s,A??u.fontSize??DEFAULT_FONT_SIZE,u.lineHeight??DEFAULT_LINE_HEIGHT,u.verticalAlignment??DEFAULT_VERTICAL_ALIGNMENT),g=v.toString(),x=b.toString(),y=document.createElement("div"),f={padding:0,resize:"none",backgroundColor:getBackgroundColor(c,u),border:"none",display:"flex",flexDirection:"column",justifyContent:mapVerticalAlignToFlex(u.verticalAlignment),width:"100%",height:"100%",cursor:isEditable(p,u)?"text":"default"};Object.assign(y.style,f),d.innerHTML="",d.appendChild(y);const m=[];u.strikethrough&&m.push("line-through"),u.underline&&m.push("underline");const C={fontFamily:u.fontName?`'${u.fontName}'`:"inherit",color:u.fontColor?u.fontColor:DEFAULT_FONT_COLOR,fontSize:`${A??u.fontSize??DEFAULT_FONT_SIZE}pt`,letterSpacing:`${u.characterSpacing??DEFAULT_CHARACTER_SPACING}pt`,lineHeight:`${u.lineHeight??DEFAULT_LINE_HEIGHT}em`,textAlign:u.alignment??DEFAULT_ALIGNMENT,whiteSpace:"pre-wrap",wordBreak:"break-word",resize:"none",border:"none",outline:"none",marginBottom:`${x}px`,paddingTop:`${g}px`,backgroundColor:"transparent",textDecoration:m.join(" ")},S=document.createElement("div");return S.id="text-"+String(u.id),Object.assign(S.style,C),y.appendChild(S),S},makeElementPlainTextContentEditable=a=>{if(!isFirefox()){a.contentEditable="plaintext-only";return}a.contentEditable="true",a.addEventListener("keydown",s=>{s.key==="Enter"&&!s.shiftKey&&(s.preventDefault(),document.execCommand("insertLineBreak",!1,void 0))}),a.addEventListener("paste",s=>{var d;s.preventDefault();const c=(d=s.clipboardData)==null?void 0:d.getData("text"),u=window.getSelection();u!=null&&u.rangeCount&&(u.deleteFromDocument(),u.getRangeAt(0).insertNode(document.createTextNode(c||"")),u.collapseToEnd())})},mapVerticalAlignToFlex=a=>{switch(a){case VERTICAL_ALIGN_TOP:return"flex-start";case VERTICAL_ALIGN_MIDDLE:return"center";case VERTICAL_ALIGN_BOTTOM:return"flex-end"}return"flex-start"},getBackgroundColor=(a,s)=>!a||!s.backgroundColor?"transparent":s.backgroundColor,textSchema={pdf:pdfRender,ui:uiRender,propPanel,icon:createSvgStr(TextCursorInput)},builtInPlugins={Text:textSchema},I18nContext=reactExports.createContext(i18n),FontContext=reactExports.createContext(getDefaultFont()),PluginsRegistry=reactExports.createContext(builtInPlugins),OptionsContext=reactExports.createContext({}),CacheContext=reactExports.createContext(new Map),hotkeys=function(a,s){return hotkeys$1(a,s)};hotkeys.shift=!1,hotkeys.unbind=function(a){typeof hotkeys$1.unbind=="function"&&hotkeys$1.unbind(a)};const uuid$6=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,a=>{const s=Math.random()*16|0;return(a=="x"?s:s&3|8).toString(16)}),set$2=(a,s,c)=>{s=Array.isArray(s)?s:s.replace("[",".").replace("]","").split(".");let u=a;s.forEach((d,p,A)=>{if(p==s.length-1)u[d]=c;else{if(!u.hasOwnProperty(d)){const v=A[p+1];u[d]=String(Number(v))===v?[]:{}}u=u[d]}})},debounce$1=(a,s=20)=>{let c=null;return(...d)=>{c&&clearTimeout(c),c=setTimeout(()=>a(...d),s)}},shift=(a,s,c)=>{c&&(s=-s);const u=`${a}`.split("e");return+`${u[0]}e${u[1]?Number(u[1])+s:s}`},round$1=(a,s)=>shift(Math.round(shift(a,s,!1)),s,!0),flatten=a=>[].concat(...a),up="up",shiftUp="shift+up",down="down",shiftDown="shift+down",left="left",shiftLeft="shift+left",right="right",shiftRight="shift+right",rmWin="backspace",rmMac="delete",esc="esc",copyWin="ctrl+c",copyMac="command+c",pasteWin="ctrl+v",pasteMac="command+v",redoWin="ctrl+y",redoMac="shift+command+z",undoWin="ctrl+z",undoMac="command+z",saveWin="ctrl+s",saveMac="command+s",selectAllWin="ctrl+a",selectAllMac="command+a",keys$2=[up,shiftUp,down,shiftDown,left,shiftLeft,right,shiftRight,rmMac,rmWin,esc,copyWin,copyMac,pasteWin,pasteMac,redoWin,redoMac,undoWin,undoMac,saveWin,saveMac,selectAllWin,selectAllMac],initShortCuts=a=>{hotkeys(keys$2.join(),(s,c)=>{switch(c.shortcut){case up:case shiftUp:s.preventDefault(),a.move("up",hotkeys.shift);break;case down:case shiftDown:s.preventDefault(),a.move("down",hotkeys.shift);break;case left:case shiftLeft:s.preventDefault(),a.move("left",hotkeys.shift);break;case right:case shiftRight:s.preventDefault(),a.move("right",hotkeys.shift);break;case rmWin:case rmMac:a.remove();break;case esc:a.esc();break;case copyWin:case copyMac:a.copy();break;case pasteWin:case pasteMac:a.paste();break;case redoWin:case redoMac:a.redo();break;case undoWin:case undoMac:a.undo();break;case saveWin:case saveMac:s.preventDefault(),a.save();break;case selectAllWin:case selectAllMac:s.preventDefault(),a.selectAll();break}})},destroyShortCuts=()=>{hotkeys.unbind(keys$2.join())};function detectMimeType(a){const s=new DataView(a);return s.getUint8(0)===137&&s.getUint8(1)===80&&s.getUint8(2)===78&&s.getUint8(3)===71?"image/png":s.getUint8(0)===255&&s.getUint8(1)===216&&s.getUint8(2)===255?"image/jpeg":""}const arrayBufferToBase64=a=>{const s=detectMimeType(a),c=new Uint8Array(a);let u="";for(let p=0;p<c.length;p++)u+=String.fromCharCode(c[p]);const d=btoa(u);return s?`data:${s};base64,${d}`:`data:application/octet-stream;base64,${d}`},convertSchemasForUI=a=>(a.schemas.forEach(s=>{s.forEach(c=>{c.id=uuid$6(),c.content=c.content||""})}),a.schemas),template2SchemasList=async a=>{const s=cloneDeep$1(a),{basePdf:c,schemas:u}=s,d=convertSchemasForUI(s);let p=[];if(isBlankPdf(c))p=u.map(()=>({width:c.width,height:c.height}));else{const b=await getB64BasePdf(c),g=b64toUint8Array(b);p=await pdf2size(g)}const A=d.length,v=p.length;return(A<v?d.concat(new Array(v-A).fill(cloneDeep$1([]))):d.slice(0,p.length)).map((b,g)=>(Object.values(b).forEach(x=>{const{width:y,height:f}=p[g],m=x.position.x+x.width,C=x.position.y+x.height;if(y<m){const S=m-y;x.position.x+=S}if(f<C){const S=C-f;x.position.y+=S}}),b))},schemasList2template=(a,s)=>({schemas:cloneDeep$1(a).map(c=>c.map(u=>(delete u.id,u))),basePdf:s}),getUniqueSchemaName=a=>{const{copiedSchemaName:s,schema:c,stackUniqueSchemaNames:u}=a,d=c.map(g=>g.name).concat(u),p=d.reduce((g,x)=>Object.assign(g,{originalName:x,copiedNum:0}),{}),A=g=>g.replace(/ copy$| copy [0-9]*$/,"");d.filter(g=>/ copy$| copy [0-9]*$/.test(g)).forEach(g=>{const x=A(g),y=g.match(/[0-9]*$/),f=y&&y[0]?Number(y[0]):1;(p[x]??0)<f&&(p[x]=f)});const v=A(s);if(p[v]){const g=p[v],x=`${v} copy ${g+1}`;return u.push(x),x}const b=`${s} copy`;return u.push(b),b},moveCommandToChangeSchemasArg=a=>{const{command:s,activeSchemas:c,isShift:u,pageSize:d}=a,p=s==="up"||s==="down"?"y":"x",A=u?.1:1,v=b=>{let g=0;const{position:x}=b;switch(s){case"up":g=round$1(x.y-A,2);break;case"down":g=round$1(x.y+A,2);break;case"left":g=round$1(x.x-A,2);break;case"right":g=round$1(x.x+A,2);break}return g>0?g:0};return c.map(b=>{let g=v(b);const{width:x,height:y}=b;return p==="x"?g=g>d.width-x?round$1(d.width-x,2):g:g=g>d.height-y?round$1(d.height-y,2):g,{key:`position.${p}`,value:g,schemaId:b.id}})},getPagesScrollTopByIndex=(a,s,c)=>a.slice(0,s).reduce((u,d)=>u+(d.height*ZOOM+RULER_HEIGHT*c)*c,0),getSidebarContentHeight=a=>a-RULER_HEIGHT-RULER_HEIGHT/2-30,handlePositionSizeChange=(a,s,c,u,d)=>{const p=isBlankPdf(u)?u.padding:[0,0,0,0],[A,v,b,g]=p,{width:x,height:y}=d,f=(m,C,S)=>Math.min(Math.max(Number(m),C),S);s==="position.x"?a.position.x=f(c,g,x-a.width-v):s==="position.y"?a.position.y=f(c,A,y-a.height-b):s==="width"?a.width=f(c,0,x-a.position.x-v):s==="height"&&(a.height=f(c,0,y-a.position.y-b))},handleTypeChange=(a,s,c,u)=>{var A;if(s!=="type")return;const d=["id","name","type","position","required"];Object.keys(a).forEach(v=>{d.includes(v)||delete a[v]});const p=(A=Object.values(u).find(v=>(v==null?void 0:v.propPanel.defaultSchema.type)===c))==null?void 0:A.propPanel;Object.keys((p==null?void 0:p.defaultSchema)||{}).forEach(v=>{a.hasOwnProperty(v)||(a[v]=p==null?void 0:p.defaultSchema[v])}),a.readOnly&&(a.required=!1)},changeSchemas=a=>{const{objs:s,schemas:c,basePdf:u,pluginsRegistry:d,pageSize:p,commitSchemas:A}=a,v=s.reduce((b,{key:g,value:x,schemaId:y})=>{const f=b.find(m=>m.id===y);return f&&(set$2(f,g,x),g==="type"?handleTypeChange(f,g,x,d):["position.x","position.y","width","height"].includes(g)&&handlePositionSizeChange(f,g,x,u,p)),b},cloneDeep$1(c));A(v)},getMaxZoom=()=>{const a=reactExports.useContext(OptionsContext);return a.maxZoom?a.maxZoom/100:DEFAULT_MAX_ZOOM};class BaseUIClass{constructor(s){this.lang=DEFAULT_LANG,this.font=getDefaultFont(),this.pluginsRegistry=builtInPlugins,this.options={},this.setSize=debounce$1(()=>{if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);this.size={height:this.domContainer.clientHeight||window.innerHeight,width:this.domContainer.clientWidth||window.innerWidth},this.render()},100),this.resizeObserver=new ResizeObserver(this.setSize),checkUIProps(s);const{domContainer:c,template:u,options:d={},plugins:p={}}=s;this.domContainer=c,this.template=cloneDeep$1(u),this.options=d,this.size={height:this.domContainer.clientHeight||window.innerHeight,width:this.domContainer.clientWidth||window.innerWidth},this.resizeObserver.observe(this.domContainer);const{lang:A,font:v}=d;A&&(this.lang=A),v&&(this.font=v),Object.values(p).length>0&&(this.pluginsRegistry=p)}getLang(){return this.lang}getFont(){return this.font}getPluginsRegistry(){return this.pluginsRegistry}getOptions(){return this.options}getTemplate(){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);return this.template}updateTemplate(s){if(checkTemplate(s),!this.domContainer)throw Error(DESTROYED_ERR_MSG);this.template=cloneDeep$1(s),this.render()}updateOptions(s){checkUIOptions(s);const{lang:c,font:u}=s||{};c&&(this.lang=c),u&&(this.font=u),this.options=Object.assign(this.options,s),this.render()}destroy(){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);ReactDOM.unmountComponentAtNode(this.domContainer),this.resizeObserver.unobserve(this.domContainer),this.domContainer=null}}class PreviewUI extends BaseUIClass{constructor(s){super(s),checkPreviewProps(s),this.inputs=convertToStingObjectArray(cloneDeep$1(s.inputs))}getInputs(){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);return this.inputs}setInputs(s){if(!this.domContainer)throw Error(DESTROYED_ERR_MSG);checkInputs(s),this.inputs=convertToStingObjectArray(s),this.render()}}function convertToStingObjectArray(a){return a.map(s=>{const c={};return Object.keys(s).forEach(u=>{const d=s[u];Array.isArray(d)?c[u]=JSON.stringify(d):c[u]=d}),c})}function useCombinedRefs(){for(var a=arguments.length,s=new Array(a),c=0;c<a;c++)s[c]=arguments[c];return reactExports.useMemo(()=>u=>{s.forEach(d=>d(u))},s)}const canUseDOM=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function isWindow$4(a){const s=Object.prototype.toString.call(a);return s==="[object Window]"||s==="[object global]"}function isNode$1(a){return"nodeType"in a}function getWindow$1(a){var s,c;return a?isWindow$4(a)?a:isNode$1(a)&&(s=(c=a.ownerDocument)==null?void 0:c.defaultView)!=null?s:window:window}function isDocument(a){const{Document:s}=getWindow$1(a);return a instanceof s}function isHTMLElement(a){return isWindow$4(a)?!1:a instanceof getWindow$1(a).HTMLElement}function isSVGElement(a){return a instanceof getWindow$1(a).SVGElement}function getOwnerDocument(a){return a?isWindow$4(a)?a.document:isNode$1(a)?isDocument(a)?a:isHTMLElement(a)||isSVGElement(a)?a.ownerDocument:document:document:document}const useIsomorphicLayoutEffect$1=canUseDOM?reactExports.useLayoutEffect:reactExports.useEffect;function useEvent$1(a){const s=reactExports.useRef(a);return useIsomorphicLayoutEffect$1(()=>{s.current=a}),reactExports.useCallback(function(){for(var c=arguments.length,u=new Array(c),d=0;d<c;d++)u[d]=arguments[d];return s.current==null?void 0:s.current(...u)},[])}function useInterval(){const a=reactExports.useRef(null),s=reactExports.useCallback((u,d)=>{a.current=setInterval(u,d)},[]),c=reactExports.useCallback(()=>{a.current!==null&&(clearInterval(a.current),a.current=null)},[]);return[s,c]}function useLatestValue(a,s){s===void 0&&(s=[a]);const c=reactExports.useRef(a);return useIsomorphicLayoutEffect$1(()=>{c.current!==a&&(c.current=a)},s),c}function useLazyMemo(a,s){const c=reactExports.useRef();return reactExports.useMemo(()=>{const u=a(c.current);return c.current=u,u},[...s])}function useNodeRef(a){const s=useEvent$1(a),c=reactExports.useRef(null),u=reactExports.useCallback(d=>{d!==c.current&&(s==null||s(d,c.current)),c.current=d},[]);return[c,u]}function usePrevious$2(a){const s=reactExports.useRef();return reactExports.useEffect(()=>{s.current=a},[a]),s.current}let ids={};function useUniqueId(a,s){return reactExports.useMemo(()=>{if(s)return s;const c=ids[a]==null?0:ids[a]+1;return ids[a]=c,a+"-"+c},[a,s])}function createAdjustmentFn(a){return function(s){for(var c=arguments.length,u=new Array(c>1?c-1:0),d=1;d<c;d++)u[d-1]=arguments[d];return u.reduce((p,A)=>{const v=Object.entries(A);for(const[b,g]of v){const x=p[b];x!=null&&(p[b]=x+a*g)}return p},{...s})}}const add$1=createAdjustmentFn(1),subtract=createAdjustmentFn(-1);function hasViewportRelativeCoordinates(a){return"clientX"in a&&"clientY"in a}function isKeyboardEvent(a){if(!a)return!1;const{KeyboardEvent:s}=getWindow$1(a.target);return s&&a instanceof s}function isTouchEvent(a){if(!a)return!1;const{TouchEvent:s}=getWindow$1(a.target);return s&&a instanceof s}function getEventCoordinates(a){if(isTouchEvent(a)){if(a.touches&&a.touches.length){const{clientX:s,clientY:c}=a.touches[0];return{x:s,y:c}}else if(a.changedTouches&&a.changedTouches.length){const{clientX:s,clientY:c}=a.changedTouches[0];return{x:s,y:c}}}return hasViewportRelativeCoordinates(a)?{x:a.clientX,y:a.clientY}:null}const CSS$1=Object.freeze({Translate:{toString(a){if(!a)return;const{x:s,y:c}=a;return"translate3d("+(s?Math.round(s):0)+"px, "+(c?Math.round(c):0)+"px, 0)"}},Scale:{toString(a){if(!a)return;const{scaleX:s,scaleY:c}=a;return"scaleX("+s+") scaleY("+c+")"}},Transform:{toString(a){if(a)return[CSS$1.Translate.toString(a),CSS$1.Scale.toString(a)].join(" ")}},Transition:{toString(a){let{property:s,duration:c,easing:u}=a;return s+" "+c+"ms "+u}}}),SELECTOR="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function findFirstFocusableNode(a){return a.matches(SELECTOR)?a:a.querySelector(SELECTOR)}const hiddenStyles={display:"none"};function HiddenText(a){let{id:s,value:c}=a;return React.createElement("div",{id:s,style:hiddenStyles},c)}function LiveRegion(a){let{id:s,announcement:c,ariaLiveType:u="assertive"}=a;const d={position:"fixed",top:0,left:0,width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"};return React.createElement("div",{id:s,style:d,role:"status","aria-live":u,"aria-atomic":!0},c)}function useAnnouncement(){const[a,s]=reactExports.useState("");return{announce:reactExports.useCallback(u=>{u!=null&&s(u)},[]),announcement:a}}const DndMonitorContext=reactExports.createContext(null);function useDndMonitor(a){const s=reactExports.useContext(DndMonitorContext);reactExports.useEffect(()=>{if(!s)throw new Error("useDndMonitor must be used within a children of <DndContext>");return s(a)},[a,s])}function useDndMonitorProvider(){const[a]=reactExports.useState(()=>new Set),s=reactExports.useCallback(u=>(a.add(u),()=>a.delete(u)),[a]);return[reactExports.useCallback(u=>{let{type:d,event:p}=u;a.forEach(A=>{var v;return(v=A[d])==null?void 0:v.call(A,p)})},[a]),s]}const defaultScreenReaderInstructions={draggable:`
|
188
188
|
To pick up a draggable item, press the space bar.
|
189
189
|
While dragging, use the arrow keys to move the item.
|
190
190
|
Press space again to drop the item in its new position, or press escape to cancel.
|