diff --git a/classes/output/report_download.php b/classes/output/report_download.php index 1693f17..c0847c4 100644 --- a/classes/output/report_download.php +++ b/classes/output/report_download.php @@ -23,18 +23,13 @@ */ namespace mod_verbalfeedback\output; -use action_link; use mod_verbalfeedback\api; -use mod_verbalfeedback\helper; use mod_verbalfeedback\model\report as ModelReport; use mod_verbalfeedback\output\model\report_view_model; -use moodle_url; use renderable; use renderer_base; -use single_select; use stdClass; use templatable; -use url_select; /** * Class containing data for rendering the verbal feedback report page for a participant. @@ -44,8 +39,20 @@ */ class report_download implements renderable, templatable { - /** @var int The verbal feedback instance ID. */ - protected $instanceid; + /** @var ModelReport The model class with the data. */ + protected $report; + + /** @var string The course title. */ + protected $coursename; + + /** @var int The course start date. */ + protected $coursestart; + + /** @var int The course end date. */ + protected $courseend; + + /** @var int The verbal feedback instance name. */ + protected $instancename; /** @var array List of items with the average rating/comments given to the user. */ protected $categories; @@ -86,6 +93,7 @@ public function export_for_template(renderer_base $output) { $data->scales = api::get_scales(); $data->report = new report_view_model($this->report); + $data->lang = current_language(); // Iterate and drop criteria with weight 0. // First, let's filter our set of criteria inside the categories. diff --git a/fonts/OFL.txt b/fonts/OFL.txt new file mode 100644 index 0000000..09f020b --- /dev/null +++ b/fonts/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/README.txt b/fonts/README.txt new file mode 100644 index 0000000..aeb63ed --- /dev/null +++ b/fonts/README.txt @@ -0,0 +1,136 @@ +Noto Sans Variable Font +======================= + +This download contains Noto Sans as both variable fonts and static fonts. + +Noto Sans is a variable font with these axes: + wdth + wght + +This means all the styles are contained in these files: + Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf + Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Noto Sans: + Noto_Sans/static/NotoSans_ExtraCondensed-Thin.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLight.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-Light.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-Regular.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-Medium.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-SemiBold.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-Bold.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBold.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-Black.ttf + Noto_Sans/static/NotoSans_Condensed-Thin.ttf + Noto_Sans/static/NotoSans_Condensed-ExtraLight.ttf + Noto_Sans/static/NotoSans_Condensed-Light.ttf + Noto_Sans/static/NotoSans_Condensed-Regular.ttf + Noto_Sans/static/NotoSans_Condensed-Medium.ttf + Noto_Sans/static/NotoSans_Condensed-SemiBold.ttf + Noto_Sans/static/NotoSans_Condensed-Bold.ttf + Noto_Sans/static/NotoSans_Condensed-ExtraBold.ttf + Noto_Sans/static/NotoSans_Condensed-Black.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Thin.ttf + Noto_Sans/static/NotoSans_SemiCondensed-ExtraLight.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Light.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Regular.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Medium.ttf + Noto_Sans/static/NotoSans_SemiCondensed-SemiBold.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Bold.ttf + Noto_Sans/static/NotoSans_SemiCondensed-ExtraBold.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Black.ttf + Noto_Sans/static/NotoSans-Thin.ttf + Noto_Sans/static/NotoSans-ExtraLight.ttf + Noto_Sans/static/NotoSans-Light.ttf + Noto_Sans/static/NotoSans-Regular.ttf + Noto_Sans/static/NotoSans-Medium.ttf + Noto_Sans/static/NotoSans-SemiBold.ttf + Noto_Sans/static/NotoSans-Bold.ttf + Noto_Sans/static/NotoSans-ExtraBold.ttf + Noto_Sans/static/NotoSans-Black.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-ThinItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLightItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-LightItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-Italic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-MediumItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-SemiBoldItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-BoldItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBoldItalic.ttf + Noto_Sans/static/NotoSans_ExtraCondensed-BlackItalic.ttf + Noto_Sans/static/NotoSans_Condensed-ThinItalic.ttf + Noto_Sans/static/NotoSans_Condensed-ExtraLightItalic.ttf + Noto_Sans/static/NotoSans_Condensed-LightItalic.ttf + Noto_Sans/static/NotoSans_Condensed-Italic.ttf + Noto_Sans/static/NotoSans_Condensed-MediumItalic.ttf + Noto_Sans/static/NotoSans_Condensed-SemiBoldItalic.ttf + Noto_Sans/static/NotoSans_Condensed-BoldItalic.ttf + Noto_Sans/static/NotoSans_Condensed-ExtraBoldItalic.ttf + Noto_Sans/static/NotoSans_Condensed-BlackItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-ThinItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-ExtraLightItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-LightItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-Italic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-MediumItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-SemiBoldItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-BoldItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-ExtraBoldItalic.ttf + Noto_Sans/static/NotoSans_SemiCondensed-BlackItalic.ttf + Noto_Sans/static/NotoSans-ThinItalic.ttf + Noto_Sans/static/NotoSans-ExtraLightItalic.ttf + Noto_Sans/static/NotoSans-LightItalic.ttf + Noto_Sans/static/NotoSans-Italic.ttf + Noto_Sans/static/NotoSans-MediumItalic.ttf + Noto_Sans/static/NotoSans-SemiBoldItalic.ttf + Noto_Sans/static/NotoSans-BoldItalic.ttf + Noto_Sans/static/NotoSans-ExtraBoldItalic.ttf + Noto_Sans/static/NotoSans-BlackItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/fonts/notosans.ctg.z b/fonts/notosans.ctg.z new file mode 100644 index 0000000..fc3e395 Binary files /dev/null and b/fonts/notosans.ctg.z differ diff --git a/fonts/notosans.php b/fonts/notosans.php new file mode 100644 index 0000000..896f6e0 --- /dev/null +++ b/fonts/notosans.php @@ -0,0 +1,15 @@ +32,'FontBBox'=>'[-621 -508 2800 1067]','ItalicAngle'=>0,'Ascent'=>1069,'Descent'=>-293,'Leading'=>0,'CapHeight'=>714,'XHeight'=>536,'StemV'=>70,'StemH'=>30,'AvgWidth'=>570,'MaxWidth'=>2840,'MissingWidth'=>600); +$cw=array(0=>0,13=>260,32=>260,33=>269,34=>408,35=>646,36=>572,37=>831,38=>732,39=>225,40=>300,41=>300,42=>551,43=>572,44=>268,45=>322,46=>268,47=>372,48=>572,49=>572,50=>572,51=>572,52=>572,53=>572,54=>572,55=>572,56=>572,57=>572,58=>268,59=>268,60=>572,61=>572,62=>572,63=>434,64=>899,65=>639,66=>650,67=>632,68=>730,69=>556,70=>519,71=>728,72=>741,73=>339,74=>273,75=>619,76=>524,77=>907,78=>760,79=>781,80=>605,81=>781,82=>622,83=>549,84=>556,85=>731,86=>600,87=>930,88=>586,89=>566,90=>572,91=>329,92=>372,93=>329,94=>572,95=>444,96=>281,97=>561,98=>615,99=>480,100=>615,101=>564,102=>344,103=>615,104=>618,105=>258,106=>258,107=>534,108=>258,109=>935,110=>618,111=>605,112=>615,113=>615,114=>413,115=>479,116=>361,117=>618,118=>508,119=>786,120=>529,121=>510,122=>470,123=>380,124=>551,125=>380,126=>572,160=>260,161=>269,162=>572,163=>572,164=>572,165=>572,166=>551,167=>513,168=>580,169=>832,170=>357,171=>509,172=>572,173=>322,174=>832,175=>500,176=>428,177=>572,178=>350,179=>350,180=>281,181=>623,182=>655,183=>268,184=>225,185=>350,186=>376,187=>509,188=>745,189=>771,190=>781,191=>434,192=>639,193=>639,194=>639,195=>639,196=>639,197=>639,198=>881,199=>632,200=>556,201=>556,202=>556,203=>556,204=>339,205=>339,206=>339,207=>339,208=>730,209=>760,210=>781,211=>781,212=>781,213=>781,214=>781,215=>572,216=>781,217=>731,218=>731,219=>731,220=>731,221=>566,222=>605,223=>631,224=>561,225=>561,226=>561,227=>561,228=>561,229=>561,230=>864,231=>480,232=>564,233=>564,234=>564,235=>564,236=>258,237=>258,238=>258,239=>258,240=>605,241=>618,242=>605,243=>605,244=>605,245=>605,246=>605,247=>572,248=>605,249=>618,250=>618,251=>618,252=>618,253=>510,254=>615,255=>510,256=>639,257=>561,258=>639,259=>561,260=>639,261=>561,262=>632,263=>480,264=>632,265=>480,266=>632,267=>480,268=>632,269=>480,270=>730,271=>615,272=>730,273=>617,274=>556,275=>564,276=>556,277=>564,278=>556,279=>564,280=>556,281=>564,282=>556,283=>564,284=>728,285=>615,286=>728,287=>615,288=>728,289=>615,290=>728,291=>615,292=>741,293=>618,294=>741,295=>618,296=>339,297=>258,298=>339,299=>258,300=>339,301=>258,302=>339,303=>258,304=>339,305=>258,306=>612,307=>516,308=>273,309=>258,310=>619,311=>534,312=>534,313=>524,314=>258,315=>524,316=>258,317=>524,318=>258,319=>524,320=>268,321=>524,322=>258,323=>760,324=>618,325=>760,326=>618,327=>760,328=>618,329=>688,330=>760,331=>618,332=>781,333=>605,334=>781,335=>605,336=>781,337=>605,338=>928,339=>946,340=>622,341=>413,342=>622,343=>413,344=>622,345=>413,346=>549,347=>479,348=>549,349=>479,350=>549,351=>479,352=>549,353=>479,354=>556,355=>361,356=>556,357=>361,358=>556,359=>361,360=>731,361=>618,362=>731,363=>618,364=>731,365=>618,366=>731,367=>618,368=>731,369=>618,370=>731,371=>618,372=>930,373=>786,374=>566,375=>510,376=>566,377=>572,378=>470,379=>572,380=>470,381=>572,382=>470,383=>326,384=>615,385=>730,386=>615,387=>615,388=>635,389=>612,390=>632,391=>632,392=>503,393=>730,394=>810,395=>615,396=>615,397=>604,398=>556,399=>739,400=>588,401=>589,402=>414,403=>728,404=>570,405=>934,406=>348,407=>339,408=>619,409=>534,410=>258,411=>542,412=>1030,413=>760,414=>618,415=>782,416=>784,417=>616,418=>1075,419=>845,420=>685,421=>615,422=>622,423=>549,424=>479,425=>572,426=>357,427=>361,428=>576,429=>361,430=>556,431=>780,432=>674,433=>782,434=>731,435=>576,436=>542,437=>572,438=>470,439=>584,440=>584,441=>498,442=>498,443=>570,444=>584,445=>490,446=>463,447=>587,448=>336,449=>555,450=>516,451=>269,452=>1292,453=>1200,454=>1085,455=>797,456=>782,457=>516,458=>1033,459=>1018,460=>876,461=>639,462=>561,463=>339,464=>258,465=>781,466=>605,467=>731,468=>618,469=>731,470=>618,471=>731,472=>618,473=>731,474=>618,475=>731,476=>618,477=>564,478=>639,479=>561,480=>639,481=>561,482=>881,483=>864,484=>728,485=>615,486=>728,487=>615,488=>619,489=>534,490=>781,491=>605,492=>781,493=>605,494=>584,495=>498,496=>258,497=>1292,498=>1200,499=>1085,500=>728,501=>615,502=>938,503=>661,504=>760,505=>618,506=>640,507=>561,508=>881,509=>864,510=>781,511=>605,512=>639,513=>561,514=>639,515=>561,516=>556,517=>564,518=>556,519=>564,520=>339,521=>258,522=>339,523=>258,524=>781,525=>605,526=>781,527=>605,528=>622,529=>413,530=>622,531=>413,532=>731,533=>618,534=>731,535=>618,536=>549,537=>479,538=>556,539=>361,540=>575,541=>496,542=>741,543=>618,544=>741,545=>863,546=>671,547=>596,548=>572,549=>470,550=>639,551=>561,552=>556,553=>564,554=>781,555=>605,556=>781,557=>605,558=>781,559=>605,560=>781,561=>605,562=>566,563=>510,564=>381,565=>745,566=>388,567=>258,568=>972,569=>972,570=>639,571=>632,572=>480,573=>524,574=>556,575=>479,576=>470,577=>448,578=>436,579=>650,580=>731,581=>609,582=>556,583=>564,584=>273,585=>258,586=>767,587=>615,588=>622,589=>413,590=>566,591=>510,592=>561,593=>615,594=>615,595=>615,596=>480,597=>531,598=>615,599=>615,600=>564,601=>564,602=>784,603=>483,604=>490,605=>703,606=>600,607=>258,608=>615,609=>615,610=>574,611=>508,612=>508,613=>618,614=>618,615=>618,616=>258,617=>332,618=>320,619=>378,620=>350,621=>257,622=>657,623=>935,624=>935,625=>935,626=>618,627=>618,628=>632,629=>605,630=>864,631=>782,632=>725,633=>413,634=>413,635=>413,636=>413,637=>413,638=>346,639=>346,640=>559,641=>559,642=>479,643=>258,644=>258,645=>258,646=>258,647=>361,648=>361,649=>618,650=>605,651=>605,652=>508,653=>786,654=>510,655=>474,656=>470,657=>542,658=>498,659=>498,660=>426,661=>426,662=>426,663=>469,664=>781,665=>576,666=>600,667=>574,668=>637,669=>258,670=>534,671=>435,672=>615,673=>426,674=>426,675=>960,676=>981,677=>1032,678=>759,679=>509,680=>862,681=>862,682=>662,683=>603,684=>509,685=>590,686=>627,687=>627,688=>402,689=>402,690=>168,691=>268,692=>268,693=>268,694=>363,695=>511,696=>332,697=>175,698=>359,699=>175,700=>175,701=>175,702=>169,703=>169,704=>289,705=>289,706=>285,707=>285,708=>285,709=>285,710=>418,711=>418,712=>160,713=>377,714=>281,715=>281,716=>160,717=>377,718=>281,719=>281,720=>322,721=>322,722=>189,723=>189,724=>270,725=>270,726=>270,727=>288,728=>391,729=>183,730=>300,731=>245,732=>447,733=>439,734=>246,735=>284,736=>330,737=>168,738=>311,739=>344,740=>277,741=>418,742=>418,743=>418,744=>418,745=>418,746=>418,747=>418,748=>418,749=>495,750=>359,751=>414,752=>414,753=>331,754=>331,755=>333,756=>281,757=>439,758=>439,759=>447,760=>268,761=>286,762=>286,763=>286,764=>286,765=>526,766=>526,767=>534,768=>0,769=>0,770=>0,771=>0,772=>0,773=>0,774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0,782=>0,783=>0,784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0,792=>0,793=>0,794=>313,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0,802=>0,803=>0,804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0,812=>0,813=>0,814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0,822=>0,823=>0,824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0,832=>0,833=>0,834=>0,835=>0,836=>0,837=>0,838=>0,839=>0,840=>0,841=>0,842=>0,843=>0,844=>0,845=>0,846=>0,847=>0,848=>0,849=>0,850=>0,851=>0,852=>0,853=>0,854=>0,855=>0,856=>0,857=>0,858=>0,859=>0,860=>0,861=>0,862=>0,863=>0,864=>0,865=>0,866=>0,867=>0,868=>0,869=>0,870=>0,871=>0,872=>0,873=>0,874=>0,875=>0,876=>0,877=>0,878=>0,879=>0,880=>443,881=>374,882=>656,883=>654,884=>167,885=>167,886=>768,887=>643,890=>244,891=>480,892=>480,893=>480,894=>268,895=>273,900=>234,901=>648,902=>708,903=>268,904=>720,905=>905,906=>523,908=>895,910=>780,911=>841,912=>332,913=>639,914=>650,915=>499,916=>639,917=>556,918=>572,919=>741,920=>781,921=>339,922=>619,923=>609,924=>907,925=>760,926=>624,927=>781,928=>731,929=>605,931=>572,932=>556,933=>566,934=>843,935=>586,936=>821,937=>717,938=>339,939=>566,940=>623,941=>470,942=>608,943=>332,944=>598,945=>623,946=>613,947=>516,948=>588,949=>470,950=>460,951=>608,952=>594,953=>332,954=>534,955=>519,956=>626,957=>516,958=>490,959=>605,960=>653,961=>600,962=>487,963=>614,964=>490,965=>598,966=>725,967=>594,968=>749,969=>799,970=>332,971=>598,972=>605,973=>598,974=>799,975=>619,976=>641,977=>623,978=>592,979=>802,980=>592,981=>725,982=>858,983=>534,984=>763,985=>605,986=>632,987=>480,988=>509,989=>517,990=>495,991=>556,992=>593,993=>521,1008=>681,1009=>600,1010=>480,1011=>258,1012=>782,1013=>495,1014=>494,1015=>605,1016=>615,1017=>632,1018=>907,1019=>726,1020=>605,1021=>632,1022=>632,1023=>632,1024=>556,1025=>556,1026=>716,1027=>509,1028=>639,1029=>549,1030=>284,1031=>284,1032=>273,1033=>1010,1034=>1027,1035=>715,1036=>625,1037=>756,1038=>616,1039=>731,1040=>638,1041=>614,1042=>650,1043=>509,1044=>729,1045=>556,1046=>905,1047=>577,1048=>756,1049=>756,1050=>625,1051=>698,1052=>907,1053=>743,1054=>761,1055=>733,1056=>605,1057=>640,1058=>556,1059=>616,1060=>817,1061=>588,1062=>740,1063=>673,1064=>1035,1065=>1026,1066=>685,1067=>849,1068=>607,1069=>647,1070=>999,1071=>638,1072=>556,1073=>597,1074=>564,1075=>438,1076=>607,1077=>551,1078=>759,1079=>488,1080=>621,1081=>621,1082=>531,1083=>587,1084=>768,1085=>614,1086=>594,1087=>606,1088=>608,1089=>493,1090=>465,1091=>509,1092=>737,1093=>511,1094=>612,1095=>589,1096=>894,1097=>897,1098=>623,1099=>759,1100=>545,1101=>494,1102=>799,1103=>577,1104=>551,1105=>551,1106=>619,1107=>438,1108=>493,1109=>468,1110=>258,1111=>258,1112=>258,1113=>859,1114=>890,1115=>621,1116=>531,1117=>621,1118=>509,1119=>606,1120=>919,1121=>789,1122=>675,1123=>634,1124=>922,1125=>742,1126=>683,1127=>572,1128=>929,1129=>780,1130=>729,1131=>640,1132=>984,1133=>849,1134=>587,1135=>490,1136=>804,1137=>761,1138=>782,1139=>605,1140=>635,1141=>516,1142=>635,1143=>516,1144=>1220,1145=>1095,1146=>821,1147=>659,1148=>1026,1149=>904,1150=>919,1151=>789,1152=>643,1153=>492,1154=>609,1155=>0,1156=>0,1157=>0,1158=>0,1159=>0,1160=>0,1161=>0,1162=>785,1163=>659,1164=>615,1165=>594,1166=>613,1167=>615,1168=>532,1169=>436,1170=>530,1171=>434,1172=>651,1173=>533,1174=>904,1175=>796,1176=>577,1177=>488,1178=>670,1179=>557,1180=>625,1181=>529,1182=>625,1183=>534,1184=>693,1185=>623,1186=>755,1187=>657,1188=>815,1189=>738,1190=>1056,1191=>863,1192=>779,1193=>642,1194=>632,1195=>480,1196=>556,1197=>475,1198=>566,1199=>508,1200=>566,1201=>508,1202=>631,1203=>552,1204=>862,1205=>724,1206=>703,1207=>621,1208=>698,1209=>606,1210=>698,1211=>618,1212=>849,1213=>665,1214=>849,1215=>665,1216=>339,1217=>905,1218=>759,1219=>696,1220=>560,1221=>719,1222=>587,1223=>731,1224=>621,1225=>756,1226=>662,1227=>698,1228=>613,1229=>917,1230=>755,1231=>339,1232=>639,1233=>561,1234=>639,1235=>561,1236=>881,1237=>864,1238=>556,1239=>564,1240=>739,1241=>564,1242=>739,1243=>564,1244=>905,1245=>759,1246=>577,1247=>488,1248=>584,1249=>498,1250=>756,1251=>621,1252=>756,1253=>621,1254=>781,1255=>605,1256=>782,1257=>605,1258=>782,1259=>605,1260=>647,1261=>494,1262=>616,1263=>509,1264=>616,1265=>509,1266=>616,1267=>510,1268=>673,1269=>589,1270=>530,1271=>433,1272=>849,1273=>759,1274=>530,1275=>434,1276=>632,1277=>550,1278=>586,1279=>529,1280=>615,1281=>615,1282=>902,1283=>899,1284=>905,1285=>809,1286=>633,1287=>537,1288=>986,1289=>859,1290=>1015,1291=>917,1292=>760,1293=>642,1294=>715,1295=>656,1296=>589,1297=>483,1298=>712,1299=>586,1300=>946,1301=>809,1302=>806,1303=>818,1304=>908,1305=>880,1306=>781,1307=>615,1308=>930,1309=>786,1310=>625,1311=>531,1312=>1009,1313=>818,1314=>1091,1315=>875,1316=>745,1317=>643,1318=>729,1319=>642,1320=>732,1321=>626,1322=>1410,1323=>1199,1324=>693,1325=>595,1326=>703,1327=>596,2304=>0,2305=>0,2306=>0,2307=>202,2308=>764,2309=>764,2310=>1022,2311=>491,2312=>491,2313=>548,2314=>785,2315=>853,2316=>699,2317=>553,2318=>553,2319=>553,2320=>553,2321=>1023,2322=>1023,2323=>1023,2324=>1023,2325=>768,2326=>818,2327=>563,2328=>591,2329=>637,2330=>635,2331=>701,2332=>742,2333=>756,2334=>742,2335=>504,2336=>581,2337=>535,2338=>563,2339=>723,2340=>570,2341=>639,2342=>531,2343=>615,2344=>555,2345=>555,2346=>568,2347=>771,2348=>571,2349=>703,2350=>598,2351=>580,2352=>409,2353=>409,2354=>678,2355=>760,2356=>760,2357=>556,2358=>680,2359=>578,2360=>676,2361=>531,2362=>0,2363=>259,2364=>0,2365=>467,2366=>259,2367=>259,2368=>259,2369=>0,2370=>0,2371=>0,2372=>0,2373=>0,2374=>0,2375=>0,2376=>0,2377=>259,2378=>259,2379=>259,2380=>259,2381=>0,2382=>273,2383=>259,2384=>912,2385=>0,2386=>0,2387=>0,2388=>0,2389=>0,2390=>0,2391=>0,2392=>768,2393=>818,2394=>563,2395=>742,2396=>535,2397=>563,2398=>771,2399=>580,2400=>853,2401=>699,2402=>0,2403=>0,2404=>379,2405=>599,2406=>520,2407=>520,2408=>520,2409=>520,2410=>520,2411=>520,2412=>520,2413=>520,2414=>520,2415=>520,2416=>426,2417=>317,2418=>764,2419=>764,2420=>1023,2421=>1023,2422=>764,2423=>764,2424=>555,2425=>743,2426=>581,2427=>564,2428=>743,2429=>469,2430=>541,2431=>571,4347=>517,6832=>0,6833=>0,6834=>0,6835=>0,6836=>0,6837=>0,6838=>0,6839=>0,6840=>0,6841=>0,6842=>0,6843=>0,6844=>0,6845=>0,6846=>0,6847=>0,6848=>0,6853=>0,6855=>0,6856=>0,6857=>0,6858=>0,6859=>0,6860=>0,6861=>0,6862=>0,7296=>558,7297=>581,7298=>456,7299=>610,7300=>390,7301=>898,7302=>633,7303=>634,7304=>600,7424=>527,7425=>709,7426=>864,7427=>576,7428=>522,7429=>596,7430=>596,7431=>465,7432=>490,7433=>275,7434=>347,7435=>512,7436=>441,7437=>728,7438=>618,7439=>634,7440=>522,7441=>606,7442=>606,7443=>606,7444=>946,7445=>551,7446=>634,7447=>634,7448=>502,7449=>527,7450=>527,7451=>465,7452=>596,7453=>618,7454=>787,7455=>618,7456=>479,7457=>712,7458=>470,7459=>490,7460=>426,7461=>505,7462=>441,7463=>498,7464=>596,7465=>502,7466=>651,7467=>579,7468=>415,7469=>573,7470=>423,7471=>423,7472=>475,7473=>361,7474=>361,7475=>473,7476=>482,7477=>220,7478=>177,7479=>402,7480=>341,7481=>590,7482=>494,7483=>494,7484=>508,7485=>436,7486=>393,7487=>404,7488=>361,7489=>475,7490=>605,7491=>365,7492=>365,7493=>400,7494=>562,7495=>400,7496=>400,7497=>367,7498=>367,7499=>314,7500=>318,7501=>400,7502=>179,7503=>347,7504=>608,7505=>402,7506=>393,7507=>312,7508=>412,7509=>412,7510=>400,7511=>235,7512=>402,7513=>402,7514=>608,7515=>330,7516=>328,7517=>410,7518=>337,7519=>393,7520=>471,7521=>358,7522=>168,7523=>268,7524=>402,7525=>330,7526=>410,7527=>337,7528=>393,7529=>471,7530=>358,7531=>930,7532=>615,7533=>615,7534=>344,7535=>935,7536=>618,7537=>615,7538=>413,7539=>346,7540=>479,7541=>361,7542=>470,7543=>615,7544=>414,7545=>586,7546=>979,7547=>320,7548=>346,7549=>615,7550=>596,7551=>605,7552=>615,7553=>615,7554=>344,7555=>780,7556=>534,7557=>258,7558=>935,7559=>618,7560=>615,7561=>413,7562=>479,7563=>424,7564=>508,7565=>529,7566=>470,7567=>561,7568=>615,7569=>615,7570=>564,7571=>493,7572=>490,7573=>649,7574=>258,7575=>480,7576=>258,7577=>618,7578=>490,7579=>400,7580=>312,7581=>345,7582=>393,7583=>319,7584=>224,7585=>168,7586=>400,7587=>402,7588=>168,7589=>225,7590=>208,7591=>208,7592=>168,7593=>167,7594=>168,7595=>283,7596=>608,7597=>608,7598=>402,7599=>402,7600=>411,7601=>393,7602=>471,7603=>311,7604=>168,7605=>235,7606=>402,7607=>393,7608=>387,7609=>398,7610=>330,7611=>306,7612=>306,7613=>352,7614=>324,7615=>387,7616=>0,7617=>0,7618=>0,7619=>0,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0,7626=>0,7627=>0,7628=>0,7629=>0,7630=>0,7631=>0,7632=>0,7633=>0,7634=>0,7635=>0,7636=>0,7637=>0,7638=>0,7639=>0,7640=>0,7641=>0,7642=>0,7643=>0,7644=>0,7645=>0,7646=>0,7647=>0,7648=>0,7649=>0,7650=>0,7651=>0,7652=>0,7653=>0,7654=>0,7655=>0,7656=>0,7657=>0,7658=>0,7659=>0,7660=>0,7661=>0,7662=>0,7663=>0,7664=>0,7665=>0,7666=>0,7667=>0,7668=>0,7669=>0,7670=>0,7671=>0,7672=>0,7673=>0,7675=>0,7676=>0,7677=>0,7678=>0,7679=>0,7680=>639,7681=>561,7682=>650,7683=>615,7684=>650,7685=>615,7686=>650,7687=>615,7688=>632,7689=>480,7690=>730,7691=>615,7692=>730,7693=>615,7694=>730,7695=>615,7696=>730,7697=>615,7698=>730,7699=>615,7700=>556,7701=>564,7702=>556,7703=>564,7704=>556,7705=>564,7706=>556,7707=>564,7708=>556,7709=>564,7710=>519,7711=>344,7712=>728,7713=>615,7714=>741,7715=>618,7716=>741,7717=>618,7718=>741,7719=>618,7720=>741,7721=>618,7722=>741,7723=>618,7724=>339,7725=>258,7726=>339,7727=>258,7728=>619,7729=>534,7730=>619,7731=>534,7732=>619,7733=>534,7734=>524,7735=>258,7736=>524,7737=>258,7738=>524,7739=>258,7740=>524,7741=>258,7742=>907,7743=>935,7744=>907,7745=>935,7746=>907,7747=>935,7748=>760,7749=>618,7750=>760,7751=>618,7752=>760,7753=>618,7754=>760,7755=>618,7756=>781,7757=>605,7758=>781,7759=>605,7760=>781,7761=>605,7762=>781,7763=>605,7764=>605,7765=>615,7766=>605,7767=>615,7768=>622,7769=>413,7770=>622,7771=>413,7772=>622,7773=>413,7774=>622,7775=>413,7776=>549,7777=>479,7778=>549,7779=>479,7780=>549,7781=>479,7782=>549,7783=>479,7784=>549,7785=>479,7786=>556,7787=>361,7788=>556,7789=>361,7790=>556,7791=>361,7792=>556,7793=>361,7794=>731,7795=>618,7796=>731,7797=>618,7798=>731,7799=>618,7800=>731,7801=>618,7802=>731,7803=>618,7804=>600,7805=>508,7806=>600,7807=>508,7808=>930,7809=>786,7810=>930,7811=>786,7812=>930,7813=>786,7814=>930,7815=>786,7816=>930,7817=>786,7818=>586,7819=>529,7820=>586,7821=>529,7822=>566,7823=>510,7824=>572,7825=>470,7826=>572,7827=>470,7828=>572,7829=>470,7830=>618,7831=>361,7832=>786,7833=>510,7834=>567,7835=>326,7836=>326,7837=>326,7838=>709,7839=>604,7840=>639,7841=>561,7842=>639,7843=>561,7844=>639,7845=>561,7846=>639,7847=>561,7848=>639,7849=>561,7850=>639,7851=>561,7852=>639,7853=>561,7854=>639,7855=>561,7856=>639,7857=>561,7858=>639,7859=>561,7860=>639,7861=>561,7862=>639,7863=>561,7864=>556,7865=>564,7866=>556,7867=>564,7868=>556,7869=>564,7870=>556,7871=>564,7872=>556,7873=>564,7874=>556,7875=>564,7876=>556,7877=>564,7878=>556,7879=>564,7880=>339,7881=>258,7882=>339,7883=>258,7884=>781,7885=>605,7886=>781,7887=>605,7888=>781,7889=>605,7890=>781,7891=>605,7892=>781,7893=>605,7894=>781,7895=>605,7896=>781,7897=>605,7898=>784,7899=>616,7900=>784,7901=>616,7902=>784,7903=>616,7904=>784,7905=>616,7906=>784,7907=>616,7908=>731,7909=>618,7910=>731,7911=>618,7912=>780,7913=>674,7914=>780,7915=>674,7916=>780,7917=>674,7918=>780,7919=>674,7920=>780,7921=>674,7922=>566,7923=>510,7924=>566,7925=>510,7926=>566,7927=>510,7928=>566,7929=>510,7930=>767,7931=>516,7932=>733,7933=>592,7934=>604,7935=>517,7936=>623,7937=>623,7938=>623,7939=>623,7940=>623,7941=>623,7942=>623,7943=>623,7944=>694,7945=>704,7946=>889,7947=>889,7948=>869,7949=>869,7950=>940,7951=>941,7952=>470,7953=>470,7954=>470,7955=>470,7956=>470,7957=>470,7960=>706,7961=>716,7962=>901,7963=>901,7964=>881,7965=>881,7968=>608,7969=>608,7970=>608,7971=>608,7972=>608,7973=>608,7974=>608,7975=>608,7976=>891,7977=>901,7978=>1086,7979=>1086,7980=>1066,7981=>1066,7982=>1137,7983=>1138,7984=>332,7985=>332,7986=>332,7987=>332,7988=>332,7989=>332,7990=>332,7991=>332,7992=>509,7993=>519,7994=>704,7995=>704,7996=>684,7997=>684,7998=>755,7999=>756,8000=>605,8001=>605,8002=>605,8003=>605,8004=>605,8005=>605,8008=>881,8009=>891,8010=>1076,8011=>1076,8012=>1056,8013=>1056,8016=>598,8017=>598,8018=>598,8019=>598,8020=>598,8021=>598,8022=>598,8023=>598,8025=>776,8027=>961,8029=>941,8031=>1013,8032=>799,8033=>799,8034=>799,8035=>799,8036=>799,8037=>799,8038=>799,8039=>799,8040=>827,8041=>837,8042=>1022,8043=>1022,8044=>1002,8045=>1002,8046=>1073,8047=>1074,8048=>623,8049=>623,8050=>470,8051=>470,8052=>608,8053=>608,8054=>332,8055=>332,8056=>605,8057=>605,8058=>598,8059=>598,8060=>799,8061=>799,8064=>623,8065=>623,8066=>623,8067=>623,8068=>623,8069=>623,8070=>623,8071=>623,8072=>694,8073=>704,8074=>889,8075=>889,8076=>869,8077=>869,8078=>940,8079=>941,8080=>608,8081=>608,8082=>608,8083=>608,8084=>608,8085=>608,8086=>608,8087=>608,8088=>891,8089=>901,8090=>1086,8091=>1086,8092=>1066,8093=>1066,8094=>1137,8095=>1138,8096=>799,8097=>799,8098=>799,8099=>799,8100=>799,8101=>799,8102=>799,8103=>799,8104=>827,8105=>837,8106=>1022,8107=>1022,8108=>1002,8109=>1002,8110=>1073,8111=>1074,8112=>623,8113=>623,8114=>623,8115=>623,8116=>623,8118=>623,8119=>623,8120=>639,8121=>639,8122=>728,8123=>708,8124=>639,8125=>257,8126=>332,8127=>257,8128=>447,8129=>447,8130=>608,8131=>608,8132=>608,8134=>608,8135=>608,8136=>740,8137=>720,8138=>925,8139=>905,8140=>741,8141=>395,8142=>396,8143=>447,8144=>332,8145=>332,8146=>332,8147=>332,8150=>332,8151=>332,8152=>339,8153=>339,8154=>543,8155=>523,8157=>431,8158=>431,8159=>447,8160=>598,8161=>598,8162=>598,8163=>598,8164=>600,8165=>600,8166=>598,8167=>598,8168=>566,8169=>566,8170=>800,8171=>780,8172=>765,8173=>648,8174=>648,8175=>234,8178=>799,8179=>799,8180=>799,8182=>799,8183=>799,8184=>915,8185=>895,8186=>861,8187=>841,8188=>717,8189=>234,8190=>257,8192=>500,8193=>1000,8194=>500,8195=>1000,8196=>333,8197=>250,8198=>167,8199=>572,8200=>268,8201=>166,8202=>100,8203=>0,8204=>0,8205=>0,8206=>0,8207=>0,8208=>322,8209=>322,8210=>572,8211=>500,8212=>1000,8213=>1000,8214=>551,8215=>411,8216=>175,8217=>175,8218=>250,8219=>175,8220=>359,8221=>359,8222=>416,8223=>359,8224=>512,8225=>512,8226=>376,8227=>368,8228=>500,8229=>536,8230=>791,8231=>268,8232=>600,8233=>600,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0,8239=>166,8240=>1177,8241=>1544,8242=>232,8243=>408,8244=>584,8245=>232,8246=>440,8247=>602,8248=>399,8249=>310,8250=>310,8251=>837,8252=>499,8253=>444,8254=>500,8255=>609,8256=>609,8257=>374,8258=>1118,8259=>322,8260=>130,8261=>324,8262=>324,8263=>855,8264=>679,8265=>682,8266=>572,8267=>655,8268=>639,8269=>639,8270=>551,8271=>237,8272=>605,8273=>551,8274=>372,8275=>1000,8276=>605,8277=>572,8278=>517,8279=>742,8280=>822,8281=>829,8282=>221,8283=>654,8284=>796,8285=>268,8286=>268,8287=>222,8288=>600,8289=>600,8290=>600,8291=>600,8292=>600,8294=>0,8295=>0,8296=>0,8297=>0,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0,8304=>350,8305=>168,8308=>350,8309=>350,8310=>350,8311=>350,8312=>350,8313=>350,8314=>338,8315=>338,8316=>338,8317=>226,8318=>226,8319=>402,8320=>350,8321=>350,8322=>350,8323=>350,8324=>350,8325=>350,8326=>350,8327=>350,8328=>350,8329=>350,8330=>338,8331=>338,8332=>338,8333=>226,8334=>226,8336=>365,8337=>367,8338=>393,8339=>344,8340=>367,8341=>402,8342=>347,8343=>168,8344=>608,8345=>402,8346=>400,8347=>311,8348=>235,8352=>572,8353=>572,8354=>572,8355=>572,8356=>572,8357=>935,8358=>572,8359=>776,8360=>833,8361=>670,8362=>799,8363=>617,8364=>572,8365=>572,8366=>572,8367=>970,8368=>572,8369=>572,8370=>728,8371=>608,8372=>549,8373=>632,8374=>621,8375=>726,8376=>546,8377=>572,8378=>572,8379=>781,8380=>810,8381=>582,8382=>771,8383=>572,8384=>493,8432=>0,8448=>714,8449=>663,8450=>632,8451=>995,8452=>573,8453=>821,8454=>861,8455=>588,8456=>633,8457=>874,8458=>580,8459=>1058,8460=>734,8461=>777,8462=>618,8463=>615,8464=>743,8465=>559,8466=>833,8467=>520,8468=>850,8469=>778,8470=>1020,8471=>832,8472=>836,8473=>655,8474=>781,8475=>872,8476=>849,8477=>714,8478=>620,8479=>596,8480=>810,8481=>808,8482=>773,8483=>606,8484=>630,8485=>537,8486=>717,8487=>767,8488=>586,8489=>332,8490=>619,8491=>639,8492=>838,8493=>672,8494=>619,8495=>462,8496=>603,8497=>824,8498=>519,8499=>1155,8500=>480,8501=>609,8502=>530,8503=>376,8504=>458,8505=>258,8506=>936,8507=>1379,8508=>777,8509=>543,8510=>552,8511=>777,8512=>620,8513=>723,8514=>524,8515=>524,8516=>566,8517=>730,8518=>579,8519=>499,8520=>343,8521=>343,8522=>687,8523=>732,8524=>655,8525=>734,8526=>437,8527=>1031,8528=>816,8529=>789,8530=>1038,8531=>830,8532=>902,8533=>793,8534=>842,8535=>859,8536=>834,8537=>769,8538=>822,8539=>830,8540=>830,8541=>830,8542=>830,8543=>427,8579=>632,8580=>480,8585=>868,8722=>572,9676=>594,11360=>524,11361=>258,11362=>524,11363=>605,11364=>622,11365=>561,11366=>361,11367=>755,11368=>630,11369=>652,11370=>559,11371=>572,11372=>470,11373=>767,11374=>895,11375=>639,11376=>767,11377=>516,11378=>971,11379=>814,11380=>508,11381=>533,11382=>464,11383=>725,11384=>670,11385=>415,11386=>605,11387=>465,11388=>168,11389=>390,11390=>547,11391=>577,11744=>0,11745=>0,11746=>0,11747=>0,11748=>0,11749=>0,11750=>0,11751=>0,11752=>0,11753=>0,11754=>0,11755=>0,11756=>0,11757=>0,11758=>0,11759=>0,11760=>0,11761=>0,11762=>0,11763=>0,11764=>0,11765=>0,11766=>0,11767=>0,11768=>0,11769=>0,11770=>0,11771=>0,11772=>0,11773=>0,11774=>0,11775=>0,11776=>500,11777=>500,11778=>500,11779=>500,11780=>500,11781=>500,11782=>500,11783=>500,11784=>500,11785=>500,11786=>500,11787=>500,11788=>500,11789=>500,11790=>1042,11791=>1000,11792=>1000,11793=>1000,11794=>309,11795=>661,11796=>750,11797=>750,11798=>571,11799=>338,11800=>444,11801=>750,11802=>322,11803=>572,11804=>500,11805=>500,11806=>571,11807=>572,11808=>551,11809=>551,11810=>333,11811=>333,11812=>333,11813=>333,11814=>1000,11815=>1000,11816=>508,11817=>508,11818=>820,11819=>820,11820=>829,11821=>821,11822=>443,11823=>577,11824=>572,11825=>268,11826=>268,11827=>268,11828=>268,11829=>268,11830=>435,11831=>441,11832=>469,11833=>512,11834=>1920,11835=>2840,11836=>232,11837=>257,11838=>358,11839=>709,11840=>318,11841=>241,11842=>426,11843=>1000,11844=>330,11845=>391,11846=>391,11847=>391,11848=>391,11849=>268,11850=>372,11851=>512,11852=>268,11853=>524,11854=>268,11855=>338,11856=>509,11857=>509,11858=>572,11859=>637,11860=>459,11861=>329,11862=>329,11863=>329,11864=>329,11865=>300,11866=>300,11867=>300,11868=>300,11869=>338,42560=>577,42561=>472,42562=>577,42563=>472,42564=>547,42565=>479,42566=>391,42567=>346,42568=>734,42569=>623,42570=>777,42571=>469,42572=>1026,42573=>898,42574=>660,42575=>673,42576=>920,42577=>867,42578=>843,42579=>817,42580=>1045,42581=>806,42582=>972,42583=>844,42584=>651,42585=>531,42586=>737,42587=>613,42588=>972,42589=>830,42590=>675,42591=>541,42592=>740,42593=>612,42594=>959,42595=>780,42596=>933,42597=>765,42598=>1108,42599=>928,42600=>781,42601=>605,42602=>777,42603=>631,42604=>1336,42605=>1012,42606=>881,42607=>0,42608=>0,42609=>0,42610=>0,42611=>547,42612=>0,42613=>0,42614=>0,42615=>0,42616=>0,42617=>0,42618=>0,42619=>0,42620=>0,42621=>0,42622=>578,42623=>578,42624=>729,42625=>607,42626=>547,42627=>478,42628=>1170,42629=>991,42630=>1072,42631=>956,42632=>850,42633=>727,42634=>739,42635=>737,42636=>546,42637=>488,42638=>726,42639=>629,42640=>546,42641=>488,42642=>854,42643=>755,42644=>693,42645=>617,42646=>1035,42647=>898,42648=>1347,42649=>1013,42650=>782,42651=>605,42652=>452,42653=>386,42654=>0,42655=>0,42752=>346,42753=>346,42754=>346,42755=>346,42756=>346,42757=>346,42758=>346,42759=>346,42760=>418,42761=>418,42762=>418,42763=>418,42764=>418,42765=>418,42766=>418,42767=>418,42768=>418,42769=>418,42770=>418,42771=>418,42772=>418,42773=>418,42774=>418,42775=>309,42776=>357,42777=>361,42778=>346,42779=>486,42780=>486,42781=>269,42782=>269,42783=>269,42784=>438,42785=>438,42786=>378,42787=>325,42788=>451,42789=>401,42790=>737,42791=>617,42792=>834,42793=>808,42794=>591,42795=>557,42796=>555,42797=>531,42798=>622,42799=>590,42800=>415,42801=>421,42802=>1185,42803=>905,42804=>1161,42805=>943,42806=>1108,42807=>929,42808=>893,42809=>788,42810=>897,42811=>788,42812=>893,42813=>788,42814=>632,42815=>480,42816=>619,42817=>534,42818=>619,42819=>534,42820=>619,42821=>534,42822=>617,42823=>345,42824=>524,42825=>258,42826=>781,42827=>628,42828=>936,42829=>674,42830=>1347,42831=>1013,42832=>605,42833=>615,42834=>686,42835=>714,42836=>852,42837=>870,42838=>781,42839=>615,42840=>958,42841=>751,42842=>586,42843=>474,42844=>644,42845=>578,42846=>606,42847=>503,42848=>922,42849=>776,42850=>548,42851=>510,42852=>605,42853=>615,42854=>602,42855=>615,42856=>572,42857=>520,42858=>553,42859=>511,42860=>506,42861=>474,42862=>598,42863=>587,42864=>382,42865=>792,42866=>438,42867=>1104,42868=>800,42869=>502,42870=>754,42871=>705,42872=>526,42873=>777,42874=>599,42875=>487,42876=>415,42877=>595,42878=>595,42879=>586,42880=>524,42881=>257,42882=>799,42883=>682,42884=>487,42885=>415,42886=>624,42887=>490,42888=>418,42889=>268,42890=>447,42891=>269,42892=>269,42893=>737,42894=>401,42895=>309,42896=>772,42897=>630,42898=>615,42899=>480,42900=>480,42901=>618,42902=>721,42903=>833,42904=>519,42905=>331,42906=>736,42907=>591,42908=>724,42909=>600,42910=>736,42911=>591,42912=>723,42913=>615,42914=>614,42915=>538,42916=>757,42917=>617,42918=>620,42919=>415,42920=>547,42921=>478,42922=>850,42923=>588,42924=>736,42925=>609,42926=>556,42927=>632,42928=>619,42929=>556,42930=>289,42931=>646,42932=>640,42933=>631,42934=>1026,42935=>904,42936=>731,42937=>618,42938=>530,42939=>568,42940=>391,42941=>258,42942=>744,42943=>579,42944=>781,42945=>606,42946=>1057,42947=>891,42948=>632,42949=>549,42950=>572,42951=>730,42952=>615,42953=>549,42954=>479,42960=>586,42961=>583,42963=>619,42965=>593,42966=>686,42967=>612,42968=>585,42969=>508,42994=>413,42995=>344,42996=>508,42997=>533,42998=>464,42999=>814,43000=>482,43001=>615,43002=>805,43003=>519,43004=>605,43005=>907,43006=>339,43007=>1119,43263=>0,43310=>490,43824=>615,43825=>899,43826=>415,43827=>566,43828=>783,43829=>344,43830=>610,43831=>421,43832=>378,43833=>393,43834=>922,43835=>617,43836=>617,43837=>459,43838=>459,43839=>579,43840=>946,43841=>960,43842=>960,43843=>939,43844=>939,43845=>623,43846=>546,43847=>326,43848=>592,43849=>482,43850=>660,43851=>439,43852=>632,43853=>358,43854=>617,43855=>617,43856=>922,43857=>922,43858=>678,43859=>551,43860=>583,43861=>559,43862=>626,43863=>530,43864=>626,43865=>530,43866=>510,43867=>584,43868=>401,43869=>274,43870=>246,43871=>441,43872=>933,43873=>822,43874=>859,43875=>990,43876=>615,43877=>605,43878=>960,43879=>759,43880=>413,43881=>503,43882=>300,43883=>300,64256=>688,64257=>602,64258=>602,64259=>946,64260=>946,64261=>673,64262=>840,65024=>0,65056=>0,65057=>0,65058=>0,65059=>0,65060=>0,65061=>0,65062=>0,65063=>0,65064=>0,65065=>0,65066=>0,65067=>0,65068=>0,65069=>0,65070=>0,65071=>0,65279=>0,65532=>1000,65533=>1000); +// --- EOF --- diff --git a/fonts/notosans.z b/fonts/notosans.z new file mode 100644 index 0000000..4599588 Binary files /dev/null and b/fonts/notosans.z differ diff --git a/fonts/notosansb.ctg.z b/fonts/notosansb.ctg.z new file mode 100644 index 0000000..fc3e395 Binary files /dev/null and b/fonts/notosansb.ctg.z differ diff --git a/fonts/notosansb.php b/fonts/notosansb.php new file mode 100644 index 0000000..e46b322 --- /dev/null +++ b/fonts/notosansb.php @@ -0,0 +1,15 @@ +32,'FontBBox'=>'[-644 -512 2801 1069]','ItalicAngle'=>0,'Ascent'=>1069,'Descent'=>-293,'Leading'=>0,'CapHeight'=>714,'XHeight'=>546,'StemV'=>123,'StemH'=>53,'AvgWidth'=>612,'MaxWidth'=>2839,'MissingWidth'=>589); +$cw=array(0=>0,13=>260,32=>260,33=>282,34=>479,35=>646,36=>572,37=>902,38=>750,39=>266,40=>339,41=>339,42=>542,43=>572,44=>285,45=>320,46=>281,47=>415,48=>572,49=>572,50=>572,51=>572,52=>572,53=>572,54=>572,55=>572,56=>572,57=>572,58=>281,59=>285,60=>572,61=>572,62=>572,63=>477,64=>898,65=>692,66=>665,67=>642,68=>732,69=>560,70=>549,71=>724,72=>765,73=>389,74=>331,75=>664,76=>559,77=>943,78=>813,79=>791,80=>621,81=>791,82=>656,83=>551,84=>577,85=>756,86=>650,87=>967,88=>670,89=>626,90=>579,91=>331,92=>415,93=>331,94=>572,95=>411,96=>365,97=>599,98=>632,99=>516,100=>632,101=>597,102=>387,103=>632,104=>650,105=>299,106=>298,107=>620,108=>298,109=>975,110=>650,111=>625,112=>632,113=>632,114=>447,115=>502,116=>434,117=>650,118=>571,119=>856,120=>578,121=>571,122=>493,123=>394,124=>551,125=>394,126=>572,160=>260,161=>286,162=>572,163=>572,164=>568,165=>572,166=>551,167=>486,168=>593,169=>832,170=>381,171=>614,172=>572,173=>320,174=>832,175=>500,176=>424,177=>572,178=>379,179=>380,180=>365,181=>653,182=>648,183=>281,184=>263,185=>380,186=>386,187=>614,188=>830,189=>874,190=>845,191=>477,192=>692,193=>692,194=>692,195=>692,196=>692,197=>692,198=>952,199=>642,200=>560,201=>560,202=>560,203=>560,204=>389,205=>389,206=>389,207=>389,208=>732,209=>805,210=>791,211=>791,212=>791,213=>791,214=>791,215=>572,216=>791,217=>756,218=>756,219=>756,220=>756,221=>626,222=>628,223=>704,224=>599,225=>599,226=>599,227=>599,228=>599,229=>599,230=>917,231=>516,232=>597,233=>597,234=>597,235=>597,236=>299,237=>299,238=>299,239=>299,240=>627,241=>650,242=>625,243=>625,244=>625,245=>625,246=>625,247=>572,248=>619,249=>650,250=>650,251=>650,252=>650,253=>571,254=>632,255=>571,256=>692,257=>599,258=>692,259=>599,260=>692,261=>599,262=>642,263=>516,264=>642,265=>516,266=>642,267=>516,268=>642,269=>516,270=>732,271=>632,272=>732,273=>645,274=>560,275=>597,276=>560,277=>597,278=>560,279=>597,280=>560,281=>591,282=>560,283=>597,284=>724,285=>632,286=>724,287=>632,288=>724,289=>632,290=>724,291=>632,292=>765,293=>650,294=>766,295=>657,296=>389,297=>299,298=>389,299=>299,300=>389,301=>299,302=>389,303=>299,304=>389,305=>299,306=>722,307=>610,308=>331,309=>298,310=>660,311=>620,312=>620,313=>559,314=>298,315=>559,316=>298,317=>559,318=>298,319=>559,320=>369,321=>565,322=>305,323=>805,324=>650,325=>805,326=>650,327=>805,328=>650,329=>775,330=>813,331=>650,332=>791,333=>625,334=>791,335=>625,336=>791,337=>625,338=>973,339=>978,340=>656,341=>447,342=>656,343=>447,344=>656,345=>447,346=>551,347=>502,348=>551,349=>502,350=>551,351=>502,352=>551,353=>502,354=>577,355=>434,356=>577,357=>434,358=>577,359=>434,360=>756,361=>650,362=>756,363=>650,364=>756,365=>650,366=>756,367=>650,368=>756,369=>650,370=>756,371=>650,372=>967,373=>862,374=>626,375=>571,376=>626,377=>579,378=>493,379=>579,380=>493,381=>579,382=>493,383=>383,384=>636,385=>791,386=>638,387=>636,388=>667,389=>636,390=>642,391=>639,392=>521,393=>732,394=>861,395=>638,396=>636,397=>624,398=>560,399=>817,400=>648,401=>679,402=>517,403=>726,404=>650,405=>987,406=>405,407=>393,408=>664,409=>624,410=>330,411=>615,412=>1035,413=>813,414=>650,415=>791,416=>821,417=>681,418=>1127,419=>929,420=>747,421=>636,422=>663,423=>552,424=>499,425=>579,426=>418,427=>433,428=>618,429=>433,430=>579,431=>885,432=>757,433=>787,434=>756,435=>633,436=>619,437=>577,438=>493,439=>591,440=>591,441=>582,442=>581,443=>570,444=>578,445=>555,446=>497,447=>625,448=>291,449=>551,450=>516,451=>282,452=>1309,453=>1225,454=>1125,455=>896,456=>870,457=>610,458=>1144,459=>1118,460=>962,461=>692,462=>599,463=>389,464=>299,465=>791,466=>625,467=>756,468=>650,469=>756,470=>650,471=>756,472=>650,473=>756,474=>650,475=>756,476=>650,477=>597,478=>692,479=>599,480=>692,481=>599,482=>952,483=>917,484=>724,485=>636,486=>724,487=>632,488=>660,489=>620,490=>791,491=>625,492=>791,493=>625,494=>591,495=>581,496=>298,497=>1309,498=>1225,499=>1125,500=>724,501=>632,502=>1048,503=>676,504=>805,505=>650,506=>691,507=>599,508=>952,509=>917,510=>791,511=>619,512=>692,513=>599,514=>692,515=>599,516=>560,517=>597,518=>560,519=>597,520=>389,521=>299,522=>389,523=>299,524=>791,525=>625,526=>791,527=>625,528=>656,529=>447,530=>656,531=>447,532=>756,533=>650,534=>756,535=>650,536=>551,537=>502,538=>577,539=>434,540=>629,541=>506,542=>765,543=>650,544=>761,545=>870,546=>761,547=>625,548=>579,549=>488,550=>692,551=>599,552=>560,553=>597,554=>791,555=>625,556=>791,557=>625,558=>791,559=>625,560=>791,561=>625,562=>626,563=>571,564=>435,565=>772,566=>451,567=>298,568=>965,569=>965,570=>695,571=>639,572=>512,573=>565,574=>585,575=>497,576=>488,577=>486,578=>490,579=>665,580=>756,581=>668,582=>561,583=>592,584=>332,585=>309,586=>780,587=>636,588=>663,589=>447,590=>628,591=>576,592=>599,593=>636,594=>636,595=>636,596=>512,597=>554,598=>636,599=>636,600=>597,601=>597,602=>837,603=>555,604=>555,605=>790,606=>629,607=>309,608=>636,609=>632,610=>614,611=>569,612=>562,613=>650,614=>650,615=>657,616=>299,617=>401,618=>347,619=>435,620=>405,621=>308,622=>760,623=>975,624=>982,625=>982,626=>660,627=>660,628=>692,629=>625,630=>876,631=>825,632=>811,633=>447,634=>447,635=>456,636=>447,637=>456,638=>395,639=>395,640=>562,641=>612,642=>497,643=>309,644=>309,645=>309,646=>309,647=>434,648=>433,649=>650,650=>653,651=>660,652=>571,653=>862,654=>571,655=>540,656=>488,657=>575,658=>581,659=>581,660=>478,661=>478,662=>478,663=>507,664=>791,665=>566,666=>634,667=>596,668=>646,669=>306,670=>620,671=>475,672=>636,673=>478,674=>478,675=>1013,676=>1068,677=>1093,678=>813,679=>627,680=>925,681=>959,682=>723,683=>682,684=>536,685=>606,686=>657,687=>657,688=>423,689=>423,690=>194,691=>291,692=>291,693=>296,694=>398,695=>560,696=>372,697=>220,698=>451,699=>220,700=>221,701=>220,702=>182,703=>182,704=>314,705=>314,706=>285,707=>285,708=>284,709=>284,710=>482,711=>504,712=>180,713=>412,714=>365,715=>365,716=>180,717=>412,718=>365,719=>365,720=>286,721=>286,722=>202,723=>202,724=>270,725=>270,726=>270,727=>268,728=>464,729=>244,730=>326,731=>279,732=>485,733=>516,734=>252,735=>284,736=>374,737=>194,738=>326,739=>376,740=>311,741=>418,742=>418,743=>418,744=>418,745=>418,746=>418,747=>418,748=>504,749=>495,750=>446,751=>414,752=>414,753=>331,754=>331,755=>329,756=>365,757=>516,758=>516,759=>485,760=>281,761=>286,762=>286,763=>286,764=>286,765=>526,766=>526,767=>534,768=>0,769=>0,770=>0,771=>0,772=>0,773=>0,774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0,782=>0,783=>0,784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0,792=>0,793=>0,794=>300,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0,802=>0,803=>0,804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0,812=>0,813=>0,814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0,822=>0,823=>0,824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0,832=>0,833=>0,834=>0,835=>0,836=>0,837=>0,838=>0,839=>0,840=>0,841=>0,842=>0,843=>0,844=>0,845=>0,846=>0,847=>0,848=>0,849=>0,850=>0,851=>0,852=>0,853=>0,854=>0,855=>0,856=>0,857=>0,858=>0,859=>0,860=>0,861=>0,862=>0,863=>0,864=>0,865=>0,866=>0,867=>0,868=>0,869=>0,870=>0,871=>0,872=>0,873=>0,874=>0,875=>0,876=>0,877=>0,878=>0,879=>0,880=>484,881=>420,882=>775,883=>692,884=>253,885=>253,886=>823,887=>720,890=>288,891=>510,892=>516,893=>510,894=>286,895=>331,900=>290,901=>790,902=>796,903=>281,904=>784,905=>989,906=>641,908=>970,910=>896,911=>937,912=>401,913=>692,914=>665,915=>529,916=>671,917=>560,918=>579,919=>765,920=>791,921=>389,922=>660,923=>668,924=>944,925=>805,926=>626,927=>791,928=>755,929=>621,931=>579,932=>577,933=>626,934=>904,935=>670,936=>880,937=>757,938=>389,939=>626,940=>656,941=>506,942=>643,943=>401,944=>637,945=>656,946=>631,947=>563,948=>609,949=>504,950=>485,951=>643,952=>614,953=>401,954=>620,955=>574,956=>672,957=>563,958=>525,959=>625,960=>744,961=>618,962=>513,963=>655,964=>545,965=>637,966=>814,967=>622,968=>832,969=>867,970=>401,971=>637,972=>625,973=>637,974=>875,975=>660,976=>657,977=>732,978=>653,979=>923,980=>653,981=>814,982=>1013,983=>621,984=>790,985=>624,986=>642,987=>514,988=>553,989=>548,990=>501,991=>551,992=>594,993=>504,1008=>660,1009=>618,1010=>516,1011=>298,1012=>791,1013=>524,1014=>512,1015=>628,1016=>632,1017=>642,1018=>943,1019=>822,1020=>623,1021=>642,1022=>642,1023=>642,1024=>561,1025=>561,1026=>765,1027=>563,1028=>651,1029=>547,1030=>323,1031=>331,1032=>331,1033=>1034,1034=>1063,1035=>778,1036=>684,1037=>791,1038=>645,1039=>766,1040=>692,1041=>649,1042=>662,1043=>563,1044=>776,1045=>561,1046=>997,1047=>593,1048=>791,1049=>791,1050=>693,1051=>733,1052=>943,1053=>770,1054=>777,1055=>762,1056=>623,1057=>645,1058=>577,1059=>645,1060=>902,1061=>667,1062=>776,1063=>719,1064=>1067,1065=>1074,1066=>754,1067=>920,1068=>645,1069=>656,1070=>1017,1071=>681,1072=>596,1073=>624,1074=>596,1075=>475,1076=>637,1077=>584,1078=>866,1079=>515,1080=>674,1081=>674,1082=>616,1083=>623,1084=>837,1085=>656,1086=>621,1087=>650,1088=>635,1089=>523,1090=>505,1091=>571,1092=>810,1093=>577,1094=>650,1095=>637,1096=>953,1097=>954,1098=>671,1099=>854,1100=>591,1101=>524,1102=>851,1103=>605,1104=>584,1105=>584,1106=>653,1107=>480,1108=>523,1109=>498,1110=>308,1111=>299,1112=>298,1113=>897,1114=>926,1115=>653,1116=>616,1117=>674,1118=>571,1119=>650,1120=>953,1121=>885,1122=>673,1123=>666,1124=>950,1125=>803,1126=>730,1127=>640,1128=>1005,1129=>902,1130=>804,1131=>623,1132=>1073,1133=>880,1134=>632,1135=>555,1136=>881,1137=>842,1138=>791,1139=>619,1140=>717,1141=>605,1142=>717,1143=>605,1144=>1319,1145=>1176,1146=>831,1147=>685,1148=>1088,1149=>958,1150=>956,1151=>885,1152=>677,1153=>524,1154=>609,1155=>0,1156=>0,1157=>0,1158=>0,1159=>0,1160=>0,1161=>0,1162=>916,1163=>802,1164=>638,1165=>614,1166=>628,1167=>633,1168=>578,1169=>512,1170=>559,1171=>491,1172=>734,1173=>602,1174=>1029,1175=>936,1176=>593,1177=>515,1178=>756,1179=>658,1180=>669,1181=>619,1182=>693,1183=>627,1184=>733,1185=>695,1186=>841,1187=>743,1188=>834,1189=>758,1190=>1125,1191=>889,1192=>777,1193=>656,1194=>642,1195=>516,1196=>579,1197=>550,1198=>626,1199=>574,1200=>626,1201=>574,1202=>743,1203=>634,1204=>930,1205=>791,1206=>804,1207=>726,1208=>735,1209=>659,1210=>735,1211=>650,1212=>948,1213=>708,1214=>948,1215=>708,1216=>389,1217=>1000,1218=>866,1219=>760,1220=>653,1221=>838,1222=>727,1223=>765,1224=>662,1225=>858,1226=>744,1227=>735,1228=>656,1229=>1036,1230=>926,1231=>389,1232=>692,1233=>599,1234=>692,1235=>599,1236=>952,1237=>917,1238=>560,1239=>597,1240=>817,1241=>597,1242=>817,1243=>597,1244=>1000,1245=>866,1246=>593,1247=>515,1248=>591,1249=>581,1250=>791,1251=>674,1252=>791,1253=>674,1254=>791,1255=>625,1256=>791,1257=>625,1258=>791,1259=>625,1260=>652,1261=>524,1262=>645,1263=>571,1264=>645,1265=>571,1266=>645,1267=>571,1268=>720,1269=>637,1270=>561,1271=>478,1272=>920,1273=>854,1274=>559,1275=>491,1276=>730,1277=>645,1278=>670,1279=>578,1280=>638,1281=>632,1282=>926,1283=>923,1284=>913,1285=>870,1286=>701,1287=>661,1288=>1033,1289=>935,1290=>1043,1291=>952,1292=>800,1293=>663,1294=>758,1295=>734,1296=>648,1297=>555,1298=>822,1299=>724,1300=>1020,1301=>881,1302=>868,1303=>861,1304=>891,1305=>906,1306=>791,1307=>632,1308=>967,1309=>862,1310=>693,1311=>616,1312=>1115,1313=>876,1314=>1153,1315=>914,1316=>821,1317=>724,1318=>847,1319=>734,1320=>753,1321=>650,1322=>1512,1323=>1310,1324=>767,1325=>674,1326=>791,1327=>642,2304=>0,2305=>0,2306=>0,2307=>217,2308=>852,2309=>852,2310=>1146,2311=>521,2312=>521,2313=>585,2314=>828,2315=>929,2316=>759,2317=>607,2318=>607,2319=>607,2320=>607,2321=>1146,2322=>1146,2323=>1146,2324=>1146,2325=>830,2326=>876,2327=>617,2328=>648,2329=>682,2330=>693,2331=>758,2332=>786,2333=>812,2334=>835,2335=>538,2336=>611,2337=>570,2338=>603,2339=>804,2340=>620,2341=>711,2342=>562,2343=>689,2344=>615,2345=>615,2346=>615,2347=>831,2348=>619,2349=>781,2350=>652,2351=>635,2352=>441,2353=>441,2354=>738,2355=>810,2356=>810,2357=>604,2358=>759,2359=>629,2360=>738,2361=>566,2362=>0,2363=>294,2364=>0,2365=>529,2366=>294,2367=>294,2368=>294,2369=>0,2370=>0,2371=>0,2372=>0,2373=>0,2374=>0,2375=>0,2376=>0,2377=>294,2378=>294,2379=>294,2380=>294,2381=>0,2382=>311,2383=>294,2384=>1025,2385=>0,2386=>0,2387=>0,2388=>0,2389=>0,2390=>0,2391=>0,2392=>830,2393=>876,2394=>617,2395=>786,2396=>570,2397=>603,2398=>831,2399=>635,2400=>929,2401=>759,2402=>0,2403=>0,2404=>403,2405=>644,2406=>560,2407=>560,2408=>560,2409=>560,2410=>560,2411=>560,2412=>560,2413=>560,2414=>560,2415=>560,2416=>447,2417=>333,2418=>852,2419=>852,2420=>1146,2421=>1146,2422=>852,2423=>852,2424=>604,2425=>786,2426=>635,2427=>618,2428=>786,2429=>503,2430=>571,2431=>619,4347=>579,6832=>0,6833=>0,6834=>0,6835=>0,6836=>0,6837=>0,6838=>0,6839=>0,6840=>0,6841=>0,6842=>0,6843=>0,6844=>0,6845=>0,6846=>0,6847=>0,6848=>0,6853=>0,6855=>0,6856=>0,6857=>0,6858=>0,6859=>0,6860=>0,6861=>0,6862=>0,7296=>588,7297=>664,7298=>489,7299=>631,7300=>442,7301=>963,7302=>662,7303=>666,7304=>650,7424=>594,7425=>764,7426=>917,7427=>629,7428=>538,7429=>617,7430=>609,7431=>461,7432=>555,7433=>305,7434=>286,7435=>567,7436=>467,7437=>803,7438=>667,7439=>670,7440=>512,7441=>656,7442=>656,7443=>656,7444=>978,7445=>585,7446=>619,7447=>619,7448=>529,7449=>554,7450=>554,7451=>492,7452=>636,7453=>627,7454=>827,7455=>627,7456=>563,7457=>840,7458=>499,7459=>490,7460=>478,7461=>515,7462=>470,7463=>528,7464=>615,7465=>524,7466=>709,7467=>609,7468=>450,7469=>619,7470=>432,7471=>432,7472=>476,7473=>359,7474=>365,7475=>478,7476=>492,7477=>260,7478=>209,7479=>429,7480=>364,7481=>614,7482=>523,7483=>523,7484=>514,7485=>495,7486=>404,7487=>426,7488=>375,7489=>485,7490=>629,7491=>389,7492=>389,7493=>414,7494=>590,7495=>411,7496=>411,7497=>388,7498=>388,7499=>361,7500=>346,7501=>411,7502=>199,7503=>396,7504=>634,7505=>423,7506=>406,7507=>333,7508=>402,7509=>402,7510=>411,7511=>274,7512=>423,7513=>408,7514=>634,7515=>371,7516=>335,7517=>431,7518=>371,7519=>405,7520=>519,7521=>385,7522=>194,7523=>291,7524=>423,7525=>371,7526=>431,7527=>371,7528=>402,7529=>519,7530=>385,7531=>969,7532=>633,7533=>633,7534=>387,7535=>983,7536=>669,7537=>633,7538=>454,7539=>398,7540=>497,7541=>434,7542=>488,7543=>632,7544=>425,7545=>566,7546=>1093,7547=>347,7548=>407,7549=>632,7550=>658,7551=>653,7552=>632,7553=>633,7554=>386,7555=>837,7556=>621,7557=>306,7558=>983,7559=>657,7560=>633,7561=>454,7562=>497,7563=>509,7564=>570,7565=>578,7566=>493,7567=>604,7568=>636,7569=>633,7570=>591,7571=>555,7572=>555,7573=>742,7574=>306,7575=>514,7576=>306,7577=>657,7578=>555,7579=>414,7580=>335,7581=>360,7582=>408,7583=>361,7584=>251,7585=>201,7586=>411,7587=>423,7588=>194,7589=>260,7590=>235,7591=>234,7592=>198,7593=>201,7594=>198,7595=>307,7596=>645,7597=>645,7598=>429,7599=>429,7600=>468,7601=>406,7602=>527,7603=>323,7604=>201,7605=>281,7606=>423,7607=>425,7608=>424,7609=>433,7610=>371,7611=>321,7612=>318,7613=>374,7614=>378,7615=>405,7616=>0,7617=>0,7618=>0,7619=>0,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0,7626=>0,7627=>0,7628=>0,7629=>0,7630=>0,7631=>0,7632=>0,7633=>0,7634=>0,7635=>0,7636=>0,7637=>0,7638=>0,7639=>0,7640=>0,7641=>0,7642=>0,7643=>0,7644=>0,7645=>0,7646=>0,7647=>0,7648=>0,7649=>0,7650=>0,7651=>0,7652=>0,7653=>0,7654=>0,7655=>0,7656=>0,7657=>0,7658=>0,7659=>0,7660=>0,7661=>0,7662=>0,7663=>0,7664=>0,7665=>0,7666=>0,7667=>0,7668=>0,7669=>0,7670=>0,7671=>0,7672=>0,7673=>0,7675=>0,7676=>0,7677=>0,7678=>0,7679=>0,7680=>692,7681=>599,7682=>665,7683=>632,7684=>665,7685=>632,7686=>665,7687=>632,7688=>642,7689=>516,7690=>732,7691=>632,7692=>732,7693=>632,7694=>732,7695=>632,7696=>740,7697=>633,7698=>732,7699=>632,7700=>560,7701=>597,7702=>560,7703=>597,7704=>560,7705=>597,7706=>560,7707=>597,7708=>560,7709=>597,7710=>549,7711=>386,7712=>724,7713=>632,7714=>765,7715=>650,7716=>765,7717=>650,7718=>765,7719=>650,7720=>765,7721=>650,7722=>765,7723=>650,7724=>389,7725=>299,7726=>389,7727=>299,7728=>660,7729=>620,7730=>660,7731=>620,7732=>660,7733=>620,7734=>559,7735=>298,7736=>559,7737=>298,7738=>559,7739=>298,7740=>559,7741=>298,7742=>944,7743=>975,7744=>944,7745=>975,7746=>944,7747=>975,7748=>805,7749=>650,7750=>805,7751=>650,7752=>805,7753=>650,7754=>805,7755=>650,7756=>791,7757=>625,7758=>791,7759=>625,7760=>791,7761=>625,7762=>791,7763=>625,7764=>621,7765=>632,7766=>621,7767=>632,7768=>656,7769=>447,7770=>656,7771=>447,7772=>656,7773=>447,7774=>656,7775=>447,7776=>551,7777=>502,7778=>551,7779=>502,7780=>551,7781=>502,7782=>551,7783=>502,7784=>551,7785=>502,7786=>577,7787=>434,7788=>577,7789=>434,7790=>577,7791=>434,7792=>577,7793=>434,7794=>756,7795=>650,7796=>756,7797=>650,7798=>756,7799=>650,7800=>756,7801=>650,7802=>756,7803=>650,7804=>657,7805=>571,7806=>657,7807=>571,7808=>967,7809=>862,7810=>967,7811=>862,7812=>967,7813=>862,7814=>967,7815=>862,7816=>967,7817=>862,7818=>670,7819=>578,7820=>670,7821=>578,7822=>626,7823=>571,7824=>579,7825=>493,7826=>579,7827=>493,7828=>579,7829=>493,7830=>650,7831=>434,7832=>862,7833=>571,7834=>626,7835=>383,7836=>383,7837=>383,7838=>763,7839=>624,7840=>692,7841=>599,7842=>692,7843=>599,7844=>692,7845=>599,7846=>692,7847=>599,7848=>692,7849=>599,7850=>692,7851=>599,7852=>692,7853=>599,7854=>692,7855=>599,7856=>692,7857=>599,7858=>692,7859=>599,7860=>692,7861=>599,7862=>692,7863=>599,7864=>560,7865=>597,7866=>560,7867=>597,7868=>560,7869=>597,7870=>560,7871=>597,7872=>560,7873=>597,7874=>560,7875=>597,7876=>560,7877=>597,7878=>560,7879=>597,7880=>389,7881=>299,7882=>389,7883=>299,7884=>791,7885=>625,7886=>791,7887=>625,7888=>791,7889=>625,7890=>791,7891=>625,7892=>791,7893=>625,7894=>791,7895=>625,7896=>791,7897=>625,7898=>821,7899=>681,7900=>821,7901=>681,7902=>821,7903=>681,7904=>821,7905=>681,7906=>821,7907=>681,7908=>756,7909=>650,7910=>756,7911=>650,7912=>885,7913=>757,7914=>885,7915=>757,7916=>885,7917=>757,7918=>885,7919=>757,7920=>885,7921=>757,7922=>626,7923=>571,7924=>626,7925=>571,7926=>626,7927=>571,7928=>626,7929=>571,7930=>858,7931=>600,7932=>748,7933=>600,7934=>663,7935=>568,7936=>656,7937=>656,7938=>656,7939=>656,7940=>656,7941=>656,7942=>656,7943=>656,7944=>750,7945=>760,7946=>1001,7947=>1001,7948=>981,7949=>981,7950=>1010,7951=>1011,7952=>506,7953=>506,7954=>506,7955=>506,7956=>506,7957=>506,7960=>743,7961=>753,7962=>976,7963=>976,7964=>956,7965=>956,7968=>643,7969=>643,7970=>643,7971=>643,7972=>643,7973=>643,7974=>643,7975=>643,7976=>948,7977=>958,7978=>1181,7979=>1181,7980=>1161,7981=>1161,7982=>1199,7983=>1200,7984=>401,7985=>401,7986=>401,7987=>401,7988=>401,7989=>401,7990=>401,7991=>401,7992=>592,7993=>602,7994=>847,7995=>847,7996=>827,7997=>827,7998=>843,7999=>844,8000=>625,8001=>625,8002=>625,8003=>625,8004=>625,8005=>625,8008=>914,8009=>924,8010=>1165,8011=>1165,8012=>1145,8013=>1145,8016=>637,8017=>637,8018=>637,8019=>637,8020=>637,8021=>637,8022=>637,8023=>637,8025=>859,8027=>1100,8029=>1080,8031=>1109,8032=>875,8033=>875,8034=>875,8035=>875,8036=>875,8037=>875,8038=>875,8039=>875,8040=>890,8041=>900,8042=>1141,8043=>1141,8044=>1121,8045=>1121,8046=>1154,8047=>1155,8048=>656,8049=>656,8050=>506,8051=>506,8052=>643,8053=>643,8054=>401,8055=>401,8056=>625,8057=>625,8058=>637,8059=>637,8060=>875,8061=>875,8064=>656,8065=>656,8066=>656,8067=>656,8068=>656,8069=>656,8070=>656,8071=>656,8072=>750,8073=>760,8074=>1001,8075=>1001,8076=>981,8077=>981,8078=>1010,8079=>1011,8080=>643,8081=>643,8082=>643,8083=>643,8084=>643,8085=>643,8086=>643,8087=>643,8088=>948,8089=>958,8090=>1181,8091=>1181,8092=>1161,8093=>1161,8094=>1199,8095=>1200,8096=>875,8097=>875,8098=>875,8099=>875,8100=>875,8101=>875,8102=>875,8103=>875,8104=>890,8105=>900,8106=>1141,8107=>1141,8108=>1121,8109=>1121,8110=>1154,8111=>1155,8112=>656,8113=>656,8114=>656,8115=>656,8116=>656,8118=>656,8119=>656,8120=>692,8121=>692,8122=>816,8123=>796,8124=>692,8125=>262,8126=>401,8127=>262,8128=>485,8129=>485,8130=>643,8131=>643,8132=>643,8134=>643,8135=>643,8136=>804,8137=>784,8138=>1009,8139=>989,8140=>765,8141=>467,8142=>467,8143=>485,8144=>401,8145=>401,8146=>401,8147=>401,8150=>401,8151=>401,8152=>389,8153=>389,8154=>661,8155=>641,8157=>500,8158=>500,8159=>485,8160=>637,8161=>637,8162=>637,8163=>637,8164=>618,8165=>618,8166=>637,8167=>637,8168=>626,8169=>626,8170=>916,8171=>896,8172=>805,8173=>790,8174=>790,8175=>290,8178=>875,8179=>875,8180=>875,8182=>875,8183=>875,8184=>990,8185=>970,8186=>957,8187=>937,8188=>757,8189=>290,8190=>262,8192=>500,8193=>1000,8194=>500,8195=>1000,8196=>333,8197=>250,8198=>167,8199=>572,8200=>281,8201=>166,8202=>100,8203=>0,8204=>0,8205=>0,8206=>0,8207=>0,8208=>320,8209=>320,8210=>577,8211=>500,8212=>1000,8213=>1000,8214=>551,8215=>411,8216=>217,8217=>217,8218=>286,8219=>217,8220=>445,8221=>445,8222=>513,8223=>445,8224=>513,8225=>519,8226=>376,8227=>376,8228=>500,8229=>575,8230=>855,8231=>281,8232=>600,8233=>600,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0,8239=>166,8240=>1280,8241=>1667,8242=>303,8243=>524,8244=>745,8245=>422,8246=>643,8247=>864,8248=>408,8249=>365,8250=>365,8251=>850,8252=>570,8253=>477,8254=>500,8255=>609,8256=>609,8257=>424,8258=>1119,8259=>320,8260=>130,8261=>331,8262=>331,8263=>949,8264=>763,8265=>763,8266=>588,8267=>648,8268=>655,8269=>655,8270=>542,8271=>285,8272=>600,8273=>542,8274=>422,8275=>1000,8276=>600,8277=>560,8278=>579,8279=>935,8280=>873,8281=>873,8282=>285,8283=>693,8284=>853,8285=>281,8286=>285,8287=>222,8288=>600,8289=>600,8290=>600,8291=>600,8292=>600,8294=>0,8295=>0,8296=>0,8297=>0,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0,8304=>379,8305=>194,8308=>380,8309=>380,8310=>380,8311=>380,8312=>380,8313=>380,8314=>359,8315=>359,8316=>359,8317=>242,8318=>242,8319=>423,8320=>380,8321=>380,8322=>380,8323=>380,8324=>380,8325=>380,8326=>380,8327=>380,8328=>380,8329=>380,8330=>359,8331=>359,8332=>359,8333=>242,8334=>242,8336=>389,8337=>388,8338=>406,8339=>376,8340=>388,8341=>423,8342=>396,8343=>194,8344=>634,8345=>423,8346=>411,8347=>326,8348=>274,8352=>572,8353=>609,8354=>572,8355=>572,8356=>572,8357=>975,8358=>572,8359=>890,8360=>917,8361=>738,8362=>919,8363=>645,8364=>572,8365=>572,8366=>572,8367=>1010,8368=>610,8369=>572,8370=>734,8371=>650,8372=>572,8373=>637,8374=>696,8375=>731,8376=>573,8377=>572,8378=>572,8379=>812,8380=>874,8381=>600,8382=>789,8383=>572,8384=>523,8432=>0,8448=>805,8449=>816,8450=>632,8451=>1005,8452=>601,8453=>795,8454=>899,8455=>648,8456=>663,8457=>927,8458=>580,8459=>1058,8460=>734,8461=>777,8462=>657,8463=>657,8464=>743,8465=>559,8466=>833,8467=>520,8468=>938,8469=>778,8470=>1028,8471=>832,8472=>836,8473=>655,8474=>781,8475=>872,8476=>849,8477=>714,8478=>668,8479=>598,8480=>775,8481=>773,8482=>773,8483=>650,8484=>630,8485=>591,8486=>757,8487=>759,8488=>586,8489=>401,8490=>660,8491=>692,8492=>838,8493=>672,8494=>619,8495=>462,8496=>603,8497=>824,8498=>549,8499=>1155,8500=>480,8501=>600,8502=>541,8503=>400,8504=>489,8505=>299,8506=>936,8507=>1441,8508=>777,8509=>543,8510=>552,8511=>777,8512=>620,8513=>724,8514=>559,8515=>559,8516=>626,8517=>730,8518=>579,8519=>499,8520=>343,8521=>343,8522=>709,8523=>750,8524=>655,8525=>782,8526=>489,8527=>1031,8528=>929,8529=>902,8530=>1147,8531=>887,8532=>963,8533=>916,8534=>979,8535=>893,8536=>964,8537=>892,8538=>910,8539=>888,8540=>888,8541=>888,8542=>894,8543=>495,8579=>642,8580=>512,8585=>921,8722=>581,9676=>594,11360=>565,11361=>305,11362=>565,11363=>628,11364=>660,11365=>604,11366=>434,11367=>841,11368=>669,11369=>694,11370=>627,11371=>579,11372=>493,11373=>775,11374=>943,11375=>692,11376=>775,11377=>605,11378=>1017,11379=>896,11380=>570,11381=>583,11382=>477,11383=>793,11384=>721,11385=>448,11386=>619,11387=>466,11388=>194,11389=>427,11390=>551,11391=>579,11744=>0,11745=>0,11746=>0,11747=>0,11748=>0,11749=>0,11750=>0,11751=>0,11752=>0,11753=>0,11754=>0,11755=>0,11756=>0,11757=>0,11758=>0,11759=>0,11760=>0,11761=>0,11762=>0,11763=>0,11764=>0,11765=>0,11766=>0,11767=>0,11768=>0,11769=>0,11770=>0,11771=>0,11772=>0,11773=>0,11774=>0,11775=>0,11776=>500,11777=>500,11778=>500,11779=>500,11780=>500,11781=>500,11782=>500,11783=>500,11784=>500,11785=>500,11786=>500,11787=>500,11788=>500,11789=>500,11790=>1042,11791=>1000,11792=>1000,11793=>1000,11794=>309,11795=>750,11796=>750,11797=>750,11798=>572,11799=>340,11800=>481,11801=>750,11802=>320,11803=>572,11804=>500,11805=>500,11806=>572,11807=>572,11808=>551,11809=>551,11810=>329,11811=>329,11812=>329,11813=>329,11814=>1000,11815=>1001,11816=>600,11817=>600,11818=>873,11819=>873,11820=>873,11821=>874,11822=>481,11823=>577,11824=>572,11825=>281,11826=>285,11827=>281,11828=>285,11829=>286,11830=>467,11831=>467,11832=>516,11833=>486,11834=>1919,11835=>2839,11836=>247,11837=>288,11838=>293,11839=>700,11840=>318,11841=>282,11842=>507,11843=>1000,11844=>389,11845=>464,11846=>464,11847=>464,11848=>464,11849=>285,11850=>415,11851=>516,11852=>285,11853=>561,11854=>281,11855=>340,11856=>527,11857=>527,11858=>545,11859=>632,11860=>498,11861=>326,11862=>326,11863=>326,11864=>326,11865=>339,11866=>339,11867=>336,11868=>336,11869=>340,42560=>579,42561=>488,42562=>579,42563=>488,42564=>551,42565=>502,42566=>455,42567=>400,42568=>757,42569=>657,42570=>797,42571=>482,42572=>1088,42573=>938,42574=>644,42575=>717,42576=>996,42577=>948,42578=>906,42579=>854,42580=>1064,42581=>853,42582=>1082,42583=>942,42584=>730,42585=>640,42586=>804,42587=>623,42588=>1082,42589=>971,42590=>717,42591=>605,42592=>776,42593=>650,42594=>980,42595=>776,42596=>956,42597=>774,42598=>1132,42599=>983,42600=>791,42601=>619,42602=>796,42603=>699,42604=>1317,42605=>1017,42606=>857,42607=>0,42608=>0,42609=>0,42610=>0,42611=>547,42612=>0,42613=>0,42614=>0,42615=>0,42616=>0,42617=>0,42618=>0,42619=>0,42620=>0,42621=>0,42622=>577,42623=>577,42624=>776,42625=>637,42626=>551,42627=>497,42628=>1278,42629=>1135,42630=>1122,42631=>985,42632=>999,42633=>864,42634=>805,42635=>794,42636=>573,42637=>553,42638=>745,42639=>672,42640=>579,42641=>553,42642=>909,42643=>840,42644=>733,42645=>657,42646=>1078,42647=>969,42648=>1312,42649=>1003,42650=>791,42651=>625,42652=>462,42653=>399,42654=>0,42655=>0,42752=>346,42753=>346,42754=>346,42755=>346,42756=>346,42757=>346,42758=>346,42759=>346,42760=>418,42761=>418,42762=>418,42763=>418,42764=>418,42765=>418,42766=>418,42767=>418,42768=>418,42769=>418,42770=>418,42771=>418,42772=>418,42773=>418,42774=>418,42775=>343,42776=>400,42777=>407,42778=>346,42779=>486,42780=>486,42781=>270,42782=>270,42783=>270,42784=>438,42785=>438,42786=>387,42787=>328,42788=>454,42789=>405,42790=>765,42791=>649,42792=>888,42793=>929,42794=>633,42795=>581,42796=>571,42797=>549,42798=>650,42799=>652,42800=>458,42801=>473,42802=>1220,42803=>941,42804=>1174,42805=>955,42806=>1124,42807=>956,42808=>952,42809=>886,42810=>962,42811=>886,42812=>952,42813=>886,42814=>642,42815=>512,42816=>664,42817=>620,42818=>664,42819=>620,42820=>664,42821=>620,42822=>714,42823=>448,42824=>565,42825=>305,42826=>791,42827=>693,42828=>955,42829=>719,42830=>1312,42831=>1003,42832=>628,42833=>632,42834=>751,42835=>778,42836=>922,42837=>923,42838=>791,42839=>632,42840=>956,42841=>785,42842=>610,42843=>543,42844=>714,42845=>654,42846=>650,42847=>569,42848=>967,42849=>856,42850=>603,42851=>599,42852=>628,42853=>632,42854=>628,42855=>632,42856=>709,42857=>585,42858=>543,42859=>508,42860=>654,42861=>640,42862=>653,42863=>622,42864=>405,42865=>843,42866=>515,42867=>1197,42868=>870,42869=>655,42870=>814,42871=>867,42872=>529,42873=>795,42874=>623,42875=>541,42876=>455,42877=>620,42878=>620,42879=>566,42880=>559,42881=>297,42882=>795,42883=>706,42884=>541,42885=>455,42886=>629,42887=>515,42888=>504,42889=>285,42890=>475,42891=>286,42892=>270,42893=>765,42894=>405,42895=>371,42896=>849,42897=>676,42898=>637,42899=>516,42900=>520,42901=>657,42902=>795,42903=>878,42904=>549,42905=>381,42906=>775,42907=>634,42908=>761,42909=>634,42910=>775,42911=>633,42912=>724,42913=>632,42914=>664,42915=>620,42916=>813,42917=>657,42918=>655,42919=>454,42920=>551,42921=>497,42922=>887,42923=>648,42924=>766,42925=>633,42926=>577,42927=>670,42928=>660,42929=>577,42930=>371,42931=>690,42932=>672,42933=>664,42934=>1085,42935=>958,42936=>756,42937=>657,42938=>611,42939=>594,42940=>489,42941=>297,42942=>777,42943=>604,42944=>790,42945=>624,42946=>1138,42947=>984,42948=>637,42949=>551,42950=>579,42951=>732,42952=>633,42953=>551,42954=>502,42960=>596,42961=>612,42963=>640,42965=>634,42966=>758,42967=>693,42968=>597,42969=>541,42994=>425,42995=>351,42996=>521,42997=>583,42998=>477,42999=>814,43000=>498,43001=>628,43002=>859,43003=>549,43004=>621,43005=>944,43006=>389,43007=>1182,43263=>0,43310=>502,43824=>636,43825=>921,43826=>415,43827=>591,43828=>815,43829=>387,43830=>630,43831=>467,43832=>436,43833=>440,43834=>982,43835=>649,43836=>649,43837=>459,43838=>459,43839=>614,43840=>978,43841=>980,43842=>972,43843=>1001,43844=>997,43845=>660,43846=>613,43847=>351,43848=>662,43849=>524,43850=>732,43851=>476,43852=>681,43853=>355,43854=>649,43855=>659,43856=>982,43857=>982,43858=>696,43859=>592,43860=>676,43861=>592,43862=>688,43863=>578,43864=>688,43865=>578,43866=>571,43867=>600,43868=>422,43869=>303,43870=>283,43871=>453,43872=>926,43873=>871,43874=>872,43875=>1004,43876=>636,43877=>653,43878=>1006,43879=>816,43880=>454,43881=>549,43882=>300,43883=>300,64256=>772,64257=>685,64258=>692,64259=>1071,64260=>1079,64261=>782,64262=>931,65024=>0,65056=>0,65057=>0,65058=>0,65059=>0,65060=>0,65061=>0,65062=>0,65063=>0,65064=>0,65065=>0,65066=>0,65067=>0,65068=>0,65069=>0,65070=>0,65071=>0,65279=>0,65532=>1000,65533=>1000); +// --- EOF --- diff --git a/fonts/notosansb.z b/fonts/notosansb.z new file mode 100644 index 0000000..253a2e8 Binary files /dev/null and b/fonts/notosansb.z differ diff --git a/fonts/notosansbi.ctg.z b/fonts/notosansbi.ctg.z new file mode 100644 index 0000000..8bc4f80 Binary files /dev/null and b/fonts/notosansbi.ctg.z differ diff --git a/fonts/notosansbi.php b/fonts/notosansbi.php new file mode 100644 index 0000000..308a246 --- /dev/null +++ b/fonts/notosansbi.php @@ -0,0 +1,15 @@ +96,'FontBBox'=>'[-676 -512 2780 1062]','ItalicAngle'=>-13.63943,'Ascent'=>1069,'Descent'=>-293,'Leading'=>0,'CapHeight'=>714,'XHeight'=>546,'StemV'=>123,'StemH'=>53,'AvgWidth'=>591,'MaxWidth'=>2800,'MissingWidth'=>600); +$cw=array(0=>0,13=>260,32=>260,33=>287,34=>453,35=>646,36=>551,37=>856,38=>708,39=>255,40=>339,41=>341,42=>546,43=>572,44=>286,45=>323,46=>286,47=>424,48=>551,49=>551,50=>551,51=>551,52=>551,53=>551,54=>551,55=>551,56=>551,57=>551,58=>286,59=>286,60=>572,61=>572,62=>572,63=>459,64=>856,65=>628,66=>620,67=>613,68=>677,69=>543,70=>533,71=>690,72=>701,73=>383,74=>334,75=>613,76=>518,77=>880,78=>758,79=>731,80=>610,81=>731,82=>620,83=>530,84=>532,85=>692,86=>590,87=>894,88=>610,89=>564,90=>536,91=>331,92=>424,93=>331,94=>551,95=>400,96=>324,97=>592,98=>595,99=>484,100=>594,101=>557,102=>374,103=>596,104=>604,105=>299,106=>299,107=>568,108=>299,109=>905,110=>604,111=>585,112=>595,113=>594,114=>422,115=>475,116=>410,117=>604,118=>512,119=>788,120=>534,121=>519,122=>469,123=>355,124=>551,125=>355,126=>572,160=>260,161=>286,162=>551,163=>551,164=>551,165=>551,166=>551,167=>486,168=>554,169=>832,170=>379,171=>566,172=>572,173=>323,174=>832,175=>428,176=>424,177=>572,178=>379,179=>379,180=>322,181=>610,182=>655,183=>286,184=>205,185=>379,186=>368,187=>562,188=>834,189=>891,190=>863,191=>465,192=>628,193=>628,194=>628,195=>628,196=>628,197=>628,198=>895,199=>613,200=>543,201=>543,202=>543,203=>543,204=>383,205=>383,206=>383,207=>383,208=>677,209=>758,210=>731,211=>731,212=>731,213=>731,214=>731,215=>572,216=>730,217=>692,218=>692,219=>692,220=>692,221=>564,222=>601,223=>659,224=>592,225=>592,226=>592,227=>592,228=>592,229=>592,230=>872,231=>484,232=>557,233=>557,234=>557,235=>557,236=>299,237=>299,238=>299,239=>299,240=>577,241=>605,242=>590,243=>590,244=>590,245=>590,246=>590,247=>572,248=>585,249=>605,250=>605,251=>605,252=>605,253=>519,254=>596,255=>519,256=>628,257=>592,258=>628,259=>592,260=>628,261=>592,262=>613,263=>484,264=>613,265=>484,266=>613,267=>484,268=>613,269=>484,270=>677,271=>679,272=>677,273=>594,274=>543,275=>557,276=>543,277=>557,278=>543,279=>557,280=>543,281=>557,282=>543,283=>557,284=>690,285=>596,286=>690,287=>596,288=>690,289=>596,290=>690,291=>596,292=>701,293=>605,294=>701,295=>604,296=>383,297=>299,298=>383,299=>299,300=>383,301=>299,302=>383,303=>299,304=>383,305=>299,306=>714,307=>598,308=>334,309=>299,310=>627,311=>568,312=>568,313=>518,314=>299,315=>518,316=>299,317=>518,318=>379,319=>518,320=>441,321=>518,322=>327,323=>758,324=>605,325=>758,326=>605,327=>758,328=>605,329=>706,330=>755,331=>604,332=>731,333=>590,334=>731,335=>590,336=>731,337=>590,338=>901,339=>882,340=>620,341=>422,342=>620,343=>422,344=>620,345=>422,346=>531,347=>475,348=>531,349=>475,350=>531,351=>475,352=>531,353=>475,354=>532,355=>410,356=>532,357=>410,358=>532,359=>410,360=>692,361=>605,362=>692,363=>605,364=>692,365=>605,366=>692,367=>605,368=>692,369=>605,370=>692,371=>605,372=>904,373=>788,374=>564,375=>519,376=>564,377=>536,378=>469,379=>536,380=>469,381=>536,382=>469,383=>358,384=>595,385=>743,386=>593,387=>595,388=>641,389=>590,390=>613,391=>613,392=>484,393=>677,394=>787,395=>594,396=>594,397=>594,398=>543,399=>660,400=>596,401=>680,402=>493,403=>690,404=>590,405=>915,406=>383,407=>386,408=>623,409=>568,410=>299,411=>572,412=>994,413=>758,414=>605,415=>730,416=>772,417=>643,418=>1086,419=>892,420=>720,421=>596,422=>610,423=>531,424=>474,425=>543,426=>339,427=>410,428=>576,429=>410,430=>531,431=>775,432=>711,433=>724,434=>692,435=>598,436=>558,437=>536,438=>469,439=>556,440=>559,441=>549,442=>545,443=>551,444=>558,445=>537,446=>472,447=>593,448=>291,449=>551,450=>516,451=>287,452=>1213,453=>1132,454=>1049,455=>849,456=>815,457=>598,458=>1086,459=>1052,460=>901,461=>628,462=>592,463=>383,464=>299,465=>731,466=>590,467=>692,468=>605,469=>692,470=>605,471=>692,472=>605,473=>692,474=>605,475=>692,476=>605,477=>557,478=>628,479=>592,480=>628,481=>592,482=>895,483=>872,484=>690,485=>594,486=>690,487=>596,488=>627,489=>568,490=>731,491=>590,492=>731,493=>590,494=>556,495=>547,496=>299,497=>1213,498=>1147,499=>1064,500=>690,501=>596,502=>1008,503=>645,504=>758,505=>605,506=>628,507=>592,508=>895,509=>872,510=>731,511=>585,512=>628,513=>592,514=>628,515=>592,516=>543,517=>557,518=>543,519=>557,520=>383,521=>299,522=>383,523=>299,524=>731,525=>590,526=>731,527=>590,528=>620,529=>422,530=>620,531=>422,532=>692,533=>605,534=>692,535=>605,536=>531,537=>475,538=>532,539=>410,540=>629,541=>506,542=>701,543=>605,544=>734,545=>855,546=>746,547=>629,548=>536,549=>469,550=>628,551=>592,552=>543,553=>557,554=>731,555=>590,556=>731,557=>590,558=>731,559=>590,560=>731,561=>590,562=>564,563=>519,564=>415,565=>727,566=>425,567=>299,568=>892,569=>891,570=>628,571=>613,572=>483,573=>518,574=>531,575=>475,576=>464,577=>483,578=>479,579=>620,580=>692,581=>600,582=>542,583=>557,584=>334,585=>299,586=>745,587=>596,588=>609,589=>422,590=>564,591=>519,592=>583,593=>613,594=>613,595=>595,596=>484,597=>500,598=>594,599=>594,600=>541,601=>557,602=>786,603=>516,604=>528,605=>743,606=>599,607=>299,608=>596,609=>596,610=>578,611=>512,612=>550,613=>604,614=>604,615=>604,616=>299,617=>376,618=>314,619=>415,620=>397,621=>298,622=>722,623=>905,624=>905,625=>905,626=>604,627=>604,628=>637,629=>590,630=>827,631=>800,632=>763,633=>422,634=>428,635=>421,636=>422,637=>422,638=>375,639=>362,640=>543,641=>585,642=>475,643=>297,644=>297,645=>305,646=>297,647=>410,648=>410,649=>605,650=>638,651=>623,652=>512,653=>788,654=>519,655=>461,656=>469,657=>558,658=>547,659=>547,660=>479,661=>481,662=>481,663=>514,664=>731,665=>526,666=>599,667=>589,668=>582,669=>299,670=>568,671=>430,672=>594,673=>479,674=>479,675=>932,676=>1018,677=>1037,678=>773,679=>602,680=>839,681=>901,682=>721,683=>655,684=>516,685=>588,686=>609,687=>609,688=>393,689=>393,690=>194,691=>274,692=>274,693=>274,694=>380,695=>512,696=>335,697=>215,698=>433,699=>215,700=>217,701=>215,702=>184,703=>181,704=>308,705=>308,706=>285,707=>285,708=>284,709=>284,710=>482,711=>482,712=>180,713=>384,714=>322,715=>324,716=>181,717=>384,718=>324,719=>322,720=>286,721=>286,722=>203,723=>201,724=>270,725=>270,726=>270,727=>278,728=>431,729=>245,730=>330,731=>291,732=>460,733=>506,734=>246,735=>284,736=>335,737=>194,738=>308,739=>347,740=>313,741=>418,742=>418,743=>418,744=>418,745=>418,746=>418,747=>418,748=>482,749=>483,750=>433,751=>413,752=>413,753=>330,754=>330,755=>333,756=>324,757=>496,758=>506,759=>460,760=>286,761=>297,762=>352,763=>339,764=>297,765=>561,766=>561,767=>546,768=>0,769=>0,770=>0,771=>0,772=>0,773=>0,774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0,782=>0,783=>0,784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0,792=>0,793=>0,794=>314,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0,802=>0,803=>0,804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0,812=>0,813=>0,814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0,822=>0,823=>0,824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0,832=>0,833=>0,834=>0,835=>0,836=>0,837=>0,838=>0,839=>0,840=>0,841=>0,842=>0,843=>0,844=>0,845=>0,846=>0,847=>0,848=>0,849=>0,850=>0,851=>0,852=>0,853=>0,854=>0,855=>0,856=>0,857=>0,858=>0,859=>0,860=>0,861=>0,862=>0,863=>0,864=>0,865=>0,866=>0,867=>0,868=>0,869=>0,870=>0,871=>0,872=>0,873=>0,874=>0,875=>0,876=>0,877=>0,878=>0,879=>0,880=>351,881=>408,882=>683,883=>699,884=>268,885=>269,886=>697,887=>634,890=>251,891=>484,892=>484,893=>483,894=>286,895=>432,900=>290,901=>750,902=>736,903=>286,904=>761,905=>918,906=>624,908=>898,910=>827,911=>918,912=>400,913=>628,914=>621,915=>533,916=>648,917=>543,918=>536,919=>701,920=>731,921=>383,922=>627,923=>600,924=>882,925=>758,926=>560,927=>731,928=>702,929=>610,931=>536,932=>532,933=>564,934=>876,935=>610,936=>876,937=>732,938=>383,939=>564,940=>612,941=>454,942=>606,943=>376,944=>607,945=>611,946=>610,947=>510,948=>580,949=>454,950=>441,951=>605,952=>568,953=>376,954=>567,955=>566,956=>640,957=>510,958=>508,959=>590,960=>715,961=>583,962=>515,963=>607,964=>483,965=>607,966=>768,967=>598,968=>789,969=>840,970=>376,971=>607,972=>590,973=>607,974=>840,975=>613,976=>634,977=>693,978=>598,979=>868,980=>598,981=>764,982=>999,983=>604,984=>764,985=>590,986=>597,987=>493,988=>533,989=>528,990=>501,991=>551,992=>574,993=>474,1008=>673,1009=>639,1010=>484,1011=>299,1012=>730,1013=>484,1014=>486,1015=>601,1016=>596,1017=>613,1018=>880,1019=>793,1020=>623,1021=>613,1022=>613,1023=>613,1024=>530,1025=>530,1026=>711,1027=>503,1028=>605,1029=>530,1030=>308,1031=>309,1032=>319,1033=>968,1034=>936,1035=>728,1036=>627,1037=>699,1038=>591,1039=>674,1040=>628,1041=>591,1042=>615,1043=>503,1044=>722,1045=>530,1046=>905,1047=>569,1048=>699,1049=>699,1050=>627,1051=>697,1052=>869,1053=>686,1054=>718,1055=>676,1056=>589,1057=>595,1058=>522,1059=>596,1060=>881,1061=>608,1062=>697,1063=>660,1064=>986,1065=>994,1066=>699,1067=>877,1068=>594,1069=>610,1070=>987,1071=>618,1072=>580,1073=>565,1074=>553,1075=>463,1076=>575,1077=>523,1078=>955,1079=>497,1080=>595,1081=>592,1082=>560,1083=>608,1084=>772,1085=>588,1086=>569,1087=>594,1088=>604,1089=>469,1090=>895,1091=>533,1092=>743,1093=>521,1094=>612,1095=>579,1096=>895,1097=>913,1098=>626,1099=>800,1100=>551,1101=>476,1102=>806,1103=>550,1104=>523,1105=>523,1106=>597,1107=>463,1108=>469,1109=>456,1110=>290,1111=>286,1112=>288,1113=>858,1114=>837,1115=>597,1116=>554,1117=>592,1118=>533,1119=>595,1120=>886,1121=>808,1122=>628,1123=>861,1124=>887,1125=>750,1126=>669,1127=>580,1128=>924,1129=>836,1130=>730,1131=>579,1132=>985,1133=>828,1134=>596,1135=>524,1136=>827,1137=>808,1138=>731,1139=>585,1140=>650,1141=>546,1142=>650,1143=>546,1144=>1249,1145=>1104,1146=>757,1147=>633,1148=>1012,1149=>864,1150=>886,1151=>812,1152=>613,1153=>484,1154=>609,1155=>0,1156=>0,1157=>0,1158=>0,1159=>0,1160=>0,1161=>0,1162=>821,1163=>629,1164=>588,1165=>568,1166=>610,1167=>595,1168=>509,1169=>460,1170=>506,1171=>463,1172=>666,1173=>573,1174=>919,1175=>960,1176=>569,1177=>497,1178=>687,1179=>612,1180=>628,1181=>588,1182=>613,1183=>578,1184=>701,1185=>648,1186=>766,1187=>669,1188=>770,1189=>711,1190=>1032,1191=>864,1192=>730,1193=>613,1194=>613,1195=>484,1196=>531,1197=>926,1198=>564,1199=>512,1200=>564,1201=>512,1202=>691,1203=>598,1204=>837,1205=>682,1206=>748,1207=>639,1208=>677,1209=>604,1210=>677,1211=>605,1212=>779,1213=>661,1214=>779,1215=>661,1216=>383,1217=>905,1218=>955,1219=>692,1220=>619,1221=>760,1222=>659,1223=>701,1224=>617,1225=>766,1226=>675,1227=>673,1228=>595,1229=>946,1230=>837,1231=>383,1232=>628,1233=>592,1234=>628,1235=>592,1236=>895,1237=>872,1238=>543,1239=>557,1240=>660,1241=>557,1242=>660,1243=>557,1244=>905,1245=>955,1246=>569,1247=>497,1248=>555,1249=>547,1250=>699,1251=>605,1252=>699,1253=>605,1254=>731,1255=>590,1256=>730,1257=>590,1258=>730,1259=>590,1260=>609,1261=>476,1262=>591,1263=>519,1264=>591,1265=>519,1266=>591,1267=>519,1268=>654,1269=>577,1270=>503,1271=>463,1272=>877,1273=>805,1274=>506,1275=>463,1276=>691,1277=>599,1278=>610,1279=>531,1280=>580,1281=>594,1282=>864,1283=>875,1284=>860,1285=>816,1286=>657,1287=>603,1288=>979,1289=>896,1290=>984,1291=>898,1292=>736,1293=>631,1294=>708,1295=>673,1296=>590,1297=>516,1298=>791,1299=>693,1300=>956,1301=>831,1302=>851,1303=>809,1304=>824,1305=>858,1306=>731,1307=>596,1308=>904,1309=>788,1310=>615,1311=>603,1312=>1040,1313=>873,1314=>1045,1315=>874,1316=>761,1317=>654,1318=>765,1319=>654,1320=>700,1321=>617,1322=>1400,1323=>1196,1324=>720,1325=>618,1326=>748,1327=>618,2304=>0,2305=>0,2306=>0,2307=>217,2308=>852,2309=>852,2310=>1146,2311=>521,2312=>521,2313=>585,2314=>828,2315=>929,2316=>759,2317=>607,2318=>607,2319=>607,2320=>607,2321=>1146,2322=>1146,2323=>1146,2324=>1146,2325=>830,2326=>876,2327=>617,2328=>648,2329=>682,2330=>693,2331=>758,2332=>786,2333=>812,2334=>835,2335=>538,2336=>611,2337=>570,2338=>603,2339=>804,2340=>620,2341=>711,2342=>562,2343=>689,2344=>615,2345=>615,2346=>615,2347=>831,2348=>619,2349=>781,2350=>652,2351=>635,2352=>441,2353=>441,2354=>738,2355=>810,2356=>810,2357=>604,2358=>759,2359=>629,2360=>738,2361=>566,2362=>0,2363=>294,2364=>0,2365=>529,2366=>294,2367=>294,2368=>294,2369=>0,2370=>0,2371=>0,2372=>0,2373=>0,2374=>0,2375=>0,2376=>0,2377=>294,2378=>294,2379=>294,2380=>294,2381=>0,2382=>311,2383=>294,2384=>1025,2385=>0,2386=>0,2387=>0,2388=>0,2389=>0,2390=>0,2391=>0,2392=>830,2393=>876,2394=>617,2395=>786,2396=>570,2397=>603,2398=>831,2399=>635,2400=>929,2401=>759,2402=>0,2403=>0,2404=>403,2405=>644,2406=>560,2407=>560,2408=>560,2409=>560,2410=>560,2411=>560,2412=>560,2413=>560,2414=>560,2415=>560,2416=>447,2417=>333,2418=>852,2419=>852,2420=>1146,2421=>1146,2422=>852,2423=>852,2424=>604,2425=>786,2426=>635,2427=>618,2428=>786,2429=>503,2430=>571,2431=>619,6832=>0,6833=>0,6834=>0,6835=>0,6836=>0,6837=>0,6838=>0,6839=>0,6840=>0,6841=>0,6842=>0,6843=>0,6844=>0,6845=>0,6846=>0,6847=>0,6848=>0,6853=>0,6855=>0,6856=>0,6857=>0,6858=>0,6859=>0,6860=>0,6861=>0,6862=>0,7296=>600,7297=>664,7298=>581,7299=>570,7300=>480,7301=>905,7302=>682,7303=>638,7304=>590,7424=>534,7425=>678,7426=>872,7427=>520,7428=>522,7429=>581,7430=>585,7431=>477,7432=>524,7433=>299,7434=>305,7435=>507,7436=>410,7437=>755,7438=>670,7439=>612,7440=>477,7441=>656,7442=>656,7443=>647,7444=>882,7445=>590,7446=>584,7447=>585,7448=>508,7449=>504,7450=>485,7451=>425,7452=>570,7453=>596,7454=>865,7455=>855,7456=>471,7457=>748,7458=>451,7459=>453,7460=>479,7461=>488,7462=>403,7463=>455,7464=>574,7465=>474,7466=>641,7467=>558,7468=>410,7469=>584,7470=>403,7471=>403,7472=>441,7473=>353,7474=>353,7475=>449,7476=>455,7477=>251,7478=>217,7479=>398,7480=>331,7481=>574,7482=>493,7483=>491,7484=>475,7485=>487,7486=>391,7487=>403,7488=>346,7489=>450,7490=>588,7491=>385,7492=>378,7493=>385,7494=>567,7495=>388,7496=>386,7497=>356,7498=>356,7499=>335,7500=>293,7501=>388,7502=>194,7503=>370,7504=>589,7505=>393,7506=>384,7507=>315,7508=>379,7509=>379,7510=>388,7511=>265,7512=>393,7513=>387,7514=>589,7515=>335,7516=>319,7517=>404,7518=>335,7519=>378,7520=>506,7521=>359,7522=>194,7523=>274,7524=>393,7525=>335,7526=>404,7527=>335,7528=>388,7529=>506,7530=>359,7531=>899,7532=>595,7533=>594,7534=>373,7535=>905,7536=>604,7537=>595,7538=>421,7539=>378,7540=>475,7541=>410,7542=>455,7543=>596,7544=>401,7545=>546,7546=>975,7547=>348,7548=>367,7549=>596,7550=>627,7551=>638,7552=>595,7553=>594,7554=>512,7555=>785,7556=>568,7557=>307,7558=>905,7559=>604,7560=>595,7561=>422,7562=>475,7563=>489,7564=>512,7565=>546,7566=>469,7567=>594,7568=>594,7569=>594,7570=>557,7571=>513,7572=>528,7573=>709,7574=>297,7575=>484,7576=>297,7577=>604,7578=>535,7579=>385,7580=>315,7581=>322,7582=>369,7583=>343,7584=>244,7585=>194,7586=>388,7587=>393,7588=>194,7589=>237,7590=>226,7591=>257,7592=>194,7593=>194,7594=>200,7595=>298,7596=>589,7597=>589,7598=>393,7599=>393,7600=>436,7601=>384,7602=>505,7603=>308,7604=>193,7605=>265,7606=>393,7607=>415,7608=>408,7609=>423,7610=>335,7611=>296,7612=>296,7613=>368,7614=>350,7615=>382,7616=>0,7617=>0,7618=>0,7619=>0,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0,7626=>0,7627=>0,7628=>0,7629=>0,7630=>0,7631=>0,7632=>0,7633=>0,7634=>0,7635=>0,7636=>0,7637=>0,7638=>0,7639=>0,7640=>0,7641=>0,7642=>0,7643=>0,7644=>0,7645=>0,7646=>0,7647=>0,7648=>0,7649=>0,7650=>0,7651=>0,7652=>0,7653=>0,7654=>0,7655=>0,7656=>0,7657=>0,7658=>0,7659=>0,7660=>0,7661=>0,7662=>0,7663=>0,7664=>0,7665=>0,7666=>0,7667=>0,7668=>0,7669=>0,7670=>0,7671=>0,7672=>0,7673=>0,7675=>0,7676=>0,7677=>0,7678=>0,7679=>0,7680=>628,7681=>592,7682=>621,7683=>596,7684=>621,7685=>596,7686=>621,7687=>596,7688=>613,7689=>484,7690=>677,7691=>594,7692=>677,7693=>594,7694=>677,7695=>594,7696=>677,7697=>594,7698=>677,7699=>594,7700=>543,7701=>557,7702=>543,7703=>557,7704=>543,7705=>557,7706=>543,7707=>557,7708=>543,7709=>557,7710=>533,7711=>374,7712=>690,7713=>596,7714=>701,7715=>605,7716=>701,7717=>605,7718=>701,7719=>605,7720=>701,7721=>605,7722=>701,7723=>605,7724=>383,7725=>299,7726=>383,7727=>299,7728=>627,7729=>568,7730=>627,7731=>568,7732=>627,7733=>568,7734=>518,7735=>299,7736=>518,7737=>299,7738=>518,7739=>299,7740=>518,7741=>299,7742=>882,7743=>905,7744=>882,7745=>905,7746=>882,7747=>905,7748=>758,7749=>605,7750=>758,7751=>605,7752=>758,7753=>605,7754=>758,7755=>605,7756=>731,7757=>590,7758=>731,7759=>590,7760=>731,7761=>590,7762=>731,7763=>590,7764=>610,7765=>596,7766=>610,7767=>596,7768=>620,7769=>422,7770=>620,7771=>422,7772=>620,7773=>422,7774=>620,7775=>422,7776=>531,7777=>475,7778=>531,7779=>475,7780=>531,7781=>475,7782=>531,7783=>475,7784=>531,7785=>475,7786=>532,7787=>410,7788=>532,7789=>410,7790=>532,7791=>410,7792=>532,7793=>410,7794=>692,7795=>605,7796=>692,7797=>605,7798=>692,7799=>605,7800=>692,7801=>605,7802=>692,7803=>605,7804=>590,7805=>512,7806=>590,7807=>512,7808=>904,7809=>788,7810=>904,7811=>788,7812=>904,7813=>788,7814=>904,7815=>788,7816=>904,7817=>788,7818=>610,7819=>534,7820=>610,7821=>534,7822=>564,7823=>519,7824=>536,7825=>469,7826=>536,7827=>469,7828=>536,7829=>469,7830=>605,7831=>410,7832=>788,7833=>519,7834=>618,7835=>358,7836=>358,7837=>358,7838=>745,7839=>582,7840=>628,7841=>592,7842=>628,7843=>592,7844=>628,7845=>592,7846=>628,7847=>592,7848=>628,7849=>592,7850=>628,7851=>592,7852=>628,7853=>592,7854=>628,7855=>592,7856=>628,7857=>592,7858=>628,7859=>592,7860=>628,7861=>592,7862=>628,7863=>592,7864=>543,7865=>557,7866=>543,7867=>557,7868=>543,7869=>557,7870=>543,7871=>557,7872=>543,7873=>557,7874=>543,7875=>557,7876=>543,7877=>557,7878=>543,7879=>557,7880=>383,7881=>299,7882=>383,7883=>299,7884=>731,7885=>590,7886=>731,7887=>590,7888=>731,7889=>590,7890=>731,7891=>590,7892=>731,7893=>590,7894=>731,7895=>590,7896=>731,7897=>590,7898=>772,7899=>653,7900=>772,7901=>653,7902=>772,7903=>653,7904=>772,7905=>653,7906=>772,7907=>653,7908=>692,7909=>605,7910=>692,7911=>605,7912=>775,7913=>711,7914=>775,7915=>711,7916=>775,7917=>711,7918=>775,7919=>711,7920=>775,7921=>711,7922=>564,7923=>519,7924=>564,7925=>519,7926=>564,7927=>519,7928=>564,7929=>519,7930=>795,7931=>590,7932=>686,7933=>582,7934=>598,7935=>519,7936=>612,7937=>612,7938=>612,7939=>612,7940=>612,7941=>612,7942=>612,7943=>612,7944=>694,7945=>676,7946=>942,7947=>947,7948=>921,7949=>905,7950=>880,7951=>920,7952=>454,7953=>454,7954=>454,7955=>454,7956=>454,7957=>454,7960=>741,7961=>725,7962=>977,7963=>982,7964=>966,7965=>950,7968=>606,7969=>606,7970=>606,7971=>606,7972=>606,7973=>606,7974=>606,7975=>606,7976=>899,7977=>883,7978=>1147,7979=>1139,7980=>1123,7981=>1108,7982=>1085,7983=>1125,7984=>376,7985=>376,7986=>376,7987=>376,7988=>376,7989=>376,7990=>376,7991=>376,7992=>602,7993=>580,7994=>850,7995=>855,7996=>829,7997=>813,7998=>788,7999=>828,8000=>590,8001=>590,8002=>590,8003=>590,8004=>590,8005=>590,8008=>879,8009=>863,8010=>1114,8011=>1119,8012=>1103,8013=>1088,8016=>607,8017=>607,8018=>607,8019=>607,8020=>607,8021=>607,8022=>607,8023=>607,8025=>783,8027=>1059,8029=>1017,8031=>1032,8032=>840,8033=>840,8034=>840,8035=>840,8036=>840,8037=>840,8038=>840,8039=>840,8040=>888,8041=>874,8042=>1134,8043=>1139,8044=>1123,8045=>1138,8046=>1083,8047=>1114,8048=>612,8049=>612,8050=>454,8051=>454,8052=>606,8053=>606,8054=>376,8055=>376,8056=>590,8057=>590,8058=>607,8059=>607,8060=>840,8061=>840,8064=>612,8065=>612,8066=>612,8067=>612,8068=>612,8069=>612,8070=>612,8071=>612,8072=>694,8073=>676,8074=>942,8075=>947,8076=>921,8077=>905,8078=>880,8079=>920,8080=>606,8081=>606,8082=>606,8083=>606,8084=>606,8085=>606,8086=>606,8087=>606,8088=>899,8089=>883,8090=>1147,8091=>1139,8092=>1123,8093=>1108,8094=>1085,8095=>1125,8096=>840,8097=>840,8098=>840,8099=>840,8100=>840,8101=>840,8102=>840,8103=>840,8104=>888,8105=>874,8106=>1134,8107=>1139,8108=>1123,8109=>1138,8110=>1083,8111=>1114,8112=>612,8113=>612,8114=>612,8115=>612,8116=>612,8118=>612,8119=>612,8120=>628,8121=>628,8122=>754,8123=>717,8124=>628,8125=>276,8126=>377,8127=>276,8128=>460,8129=>474,8130=>606,8131=>606,8132=>606,8134=>606,8135=>606,8136=>797,8137=>761,8138=>955,8139=>918,8140=>701,8141=>503,8142=>493,8143=>460,8144=>376,8145=>376,8146=>376,8147=>376,8150=>376,8151=>376,8152=>383,8153=>383,8154=>660,8155=>624,8157=>530,8158=>500,8159=>460,8160=>607,8161=>607,8162=>607,8163=>607,8164=>583,8165=>583,8166=>607,8167=>607,8168=>564,8169=>564,8170=>864,8171=>827,8172=>793,8173=>754,8174=>750,8175=>326,8178=>840,8179=>840,8180=>840,8182=>840,8183=>840,8184=>935,8185=>898,8186=>954,8187=>918,8188=>732,8189=>290,8190=>262,8192=>500,8193=>1000,8194=>500,8195=>1000,8196=>333,8197=>250,8198=>167,8199=>551,8200=>286,8201=>166,8202=>100,8203=>0,8204=>0,8205=>0,8206=>0,8207=>0,8208=>323,8209=>323,8210=>551,8211=>480,8212=>960,8213=>960,8214=>551,8215=>400,8216=>217,8217=>217,8218=>280,8219=>215,8220=>433,8221=>433,8222=>497,8223=>433,8224=>514,8225=>514,8226=>376,8227=>352,8228=>500,8229=>575,8230=>833,8231=>322,8232=>600,8233=>600,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0,8239=>166,8240=>1218,8241=>1580,8242=>283,8243=>513,8244=>743,8245=>283,8246=>513,8247=>743,8248=>352,8249=>326,8250=>324,8251=>846,8252=>561,8253=>460,8254=>500,8255=>536,8256=>536,8257=>384,8258=>1153,8259=>324,8260=>125,8261=>331,8262=>331,8263=>906,8264=>753,8265=>745,8266=>532,8267=>622,8268=>641,8269=>641,8270=>542,8271=>285,8272=>536,8273=>542,8274=>422,8275=>1000,8276=>536,8277=>574,8278=>559,8279=>884,8280=>850,8281=>852,8282=>274,8283=>714,8284=>828,8285=>281,8286=>285,8287=>222,8288=>600,8289=>600,8290=>600,8291=>600,8292=>600,8294=>600,8295=>600,8296=>600,8297=>600,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0,8304=>379,8305=>244,8308=>379,8309=>379,8310=>379,8311=>379,8312=>379,8313=>379,8314=>376,8315=>376,8316=>403,8317=>223,8318=>223,8319=>393,8320=>379,8321=>379,8322=>379,8323=>379,8324=>379,8325=>379,8326=>379,8327=>379,8328=>379,8329=>379,8330=>376,8331=>376,8332=>403,8333=>223,8334=>223,8336=>385,8337=>356,8338=>384,8339=>347,8340=>356,8341=>446,8342=>393,8343=>254,8344=>641,8345=>393,8346=>388,8347=>336,8348=>265,8352=>572,8353=>552,8354=>572,8355=>551,8356=>551,8357=>905,8358=>581,8359=>856,8360=>896,8361=>727,8362=>865,8363=>594,8364=>551,8365=>572,8366=>531,8367=>1010,8368=>590,8369=>572,8370=>690,8371=>600,8372=>571,8373=>612,8374=>676,8375=>686,8376=>529,8377=>551,8378=>551,8379=>643,8380=>815,8381=>582,8382=>612,8383=>551,8432=>0,8448=>762,8449=>793,8450=>628,8451=>971,8452=>616,8453=>770,8454=>833,8455=>596,8456=>612,8457=>864,8458=>580,8459=>1058,8460=>734,8461=>777,8462=>605,8463=>605,8464=>743,8465=>559,8466=>833,8467=>500,8468=>862,8469=>778,8470=>979,8471=>832,8472=>836,8473=>655,8474=>777,8475=>888,8476=>849,8477=>714,8478=>590,8479=>609,8480=>775,8481=>773,8482=>773,8483=>590,8484=>636,8485=>555,8486=>739,8487=>739,8488=>586,8489=>376,8490=>627,8491=>628,8492=>838,8493=>672,8494=>619,8495=>463,8496=>603,8497=>824,8498=>533,8499=>1155,8500=>480,8501=>600,8502=>541,8503=>400,8504=>489,8505=>299,8506=>846,8507=>1404,8508=>777,8509=>543,8510=>552,8511=>777,8512=>620,8513=>691,8514=>518,8515=>508,8516=>564,8517=>730,8518=>579,8519=>499,8520=>343,8521=>343,8522=>700,8523=>708,8524=>655,8525=>761,8526=>469,8527=>1031,8528=>883,8529=>883,8530=>1262,8531=>891,8532=>920,8533=>883,8534=>883,8535=>883,8536=>883,8537=>883,8538=>883,8539=>879,8540=>904,8541=>915,8542=>857,8543=>504,8580=>484,8585=>883,8722=>323,9676=>594,11360=>518,11361=>298,11362=>518,11363=>610,11364=>609,11365=>592,11366=>410,11367=>766,11368=>620,11369=>644,11370=>581,11371=>536,11372=>469,11373=>745,11374=>880,11375=>628,11376=>748,11377=>532,11378=>944,11379=>838,11380=>539,11381=>533,11382=>444,11383=>764,11384=>675,11385=>421,11386=>600,11387=>428,11388=>194,11389=>385,11390=>531,11391=>536,11744=>0,11745=>0,11746=>0,11747=>0,11748=>0,11749=>0,11750=>0,11751=>0,11752=>0,11753=>0,11754=>0,11755=>0,11756=>0,11757=>0,11758=>0,11759=>0,11760=>0,11761=>0,11762=>0,11763=>0,11764=>0,11765=>0,11766=>0,11767=>0,11768=>0,11769=>0,11770=>0,11771=>0,11772=>0,11773=>0,11774=>0,11775=>0,11776=>500,11777=>500,11778=>500,11779=>500,11780=>500,11781=>500,11782=>500,11783=>500,11784=>500,11785=>500,11786=>500,11787=>500,11788=>500,11789=>500,11790=>1042,11791=>1000,11792=>1000,11793=>1000,11794=>309,11795=>714,11796=>750,11797=>750,11798=>551,11799=>340,11800=>467,11801=>750,11802=>323,11803=>551,11804=>500,11805=>500,11806=>551,11807=>551,11808=>551,11809=>551,11810=>340,11811=>340,11812=>340,11813=>340,11814=>1000,11815=>1001,11816=>584,11817=>584,11818=>849,11819=>849,11820=>852,11821=>874,11822=>439,11823=>600,11824=>540,11825=>281,11826=>286,11827=>285,11828=>286,11829=>286,11830=>466,11831=>466,11832=>514,11833=>498,11834=>1880,11835=>2800,11836=>0,11837=>287,11838=>343,11839=>724,11840=>323,11841=>285,11842=>503,11843=>960,11844=>353,11845=>464,11846=>464,11847=>464,11848=>464,11849=>285,11850=>424,11851=>506,11852=>281,11853=>503,11854=>286,11855=>338,11856=>529,11857=>529,11858=>588,11859=>631,11860=>499,11861=>326,11862=>326,11863=>326,11864=>326,11865=>339,11866=>336,11867=>336,11868=>336,11869=>336,42560=>536,42561=>469,42562=>536,42563=>469,42564=>530,42565=>473,42566=>416,42567=>367,42568=>705,42569=>617,42570=>735,42571=>487,42572=>1012,42573=>864,42574=>637,42575=>669,42576=>984,42577=>916,42578=>843,42579=>820,42580=>1006,42581=>836,42582=>967,42583=>894,42584=>629,42585=>587,42586=>730,42587=>579,42588=>967,42589=>852,42590=>659,42591=>554,42592=>742,42593=>642,42594=>879,42595=>737,42596=>851,42597=>778,42598=>1052,42599=>928,42600=>731,42601=>600,42602=>731,42603=>666,42604=>1203,42605=>947,42606=>881,42607=>0,42608=>0,42609=>0,42610=>0,42611=>547,42612=>0,42613=>0,42614=>0,42615=>0,42616=>0,42617=>0,42618=>0,42619=>0,42620=>0,42621=>0,42622=>508,42623=>508,42624=>718,42625=>614,42626=>542,42627=>482,42628=>1230,42629=>1059,42630=>1010,42631=>859,42632=>910,42633=>844,42634=>741,42635=>732,42636=>531,42637=>535,42638=>697,42639=>600,42640=>531,42641=>531,42642=>833,42643=>744,42644=>671,42645=>604,42646=>1006,42647=>898,42648=>1205,42649=>930,42650=>731,42651=>585,42652=>438,42653=>364,42654=>0,42655=>0,42752=>346,42753=>346,42754=>346,42755=>346,42756=>346,42757=>346,42758=>346,42759=>346,42760=>418,42761=>418,42762=>418,42763=>418,42764=>418,42765=>418,42766=>418,42767=>418,42768=>418,42769=>418,42770=>418,42771=>418,42772=>418,42773=>418,42774=>418,42775=>379,42776=>416,42777=>428,42778=>357,42779=>486,42780=>486,42781=>260,42782=>260,42783=>261,42784=>456,42785=>484,42786=>342,42787=>290,42788=>400,42789=>356,42790=>701,42791=>604,42792=>834,42793=>870,42794=>574,42795=>549,42796=>531,42797=>522,42798=>610,42799=>600,42800=>463,42801=>468,42802=>1112,42803=>913,42804=>1073,42805=>899,42806=>1022,42807=>905,42808=>886,42809=>880,42810=>876,42811=>872,42812=>886,42813=>882,42814=>613,42815=>484,42816=>613,42817=>568,42818=>613,42819=>568,42820=>613,42821=>568,42822=>664,42823=>444,42824=>518,42825=>297,42826=>716,42827=>646,42828=>830,42829=>708,42830=>1205,42831=>930,42832=>610,42833=>596,42834=>735,42835=>738,42836=>890,42837=>861,42838=>731,42839=>596,42840=>840,42841=>670,42842=>555,42843=>503,42844=>610,42845=>580,42846=>590,42847=>512,42848=>894,42849=>788,42850=>550,42851=>552,42852=>601,42853=>596,42854=>591,42855=>596,42856=>700,42857=>557,42858=>596,42859=>546,42860=>605,42861=>605,42862=>621,42863=>611,42864=>403,42865=>750,42866=>465,42867=>1067,42868=>767,42869=>603,42870=>810,42871=>785,42872=>530,42873=>731,42874=>586,42875=>430,42876=>422,42877=>588,42878=>588,42879=>546,42880=>518,42881=>299,42882=>732,42883=>630,42884=>430,42885=>422,42886=>612,42887=>483,42888=>482,42889=>277,42890=>455,42891=>287,42892=>260,42893=>701,42894=>444,42895=>374,42896=>758,42897=>627,42898=>613,42899=>510,42900=>463,42901=>604,42902=>750,42903=>820,42904=>533,42905=>374,42906=>731,42907=>618,42908=>717,42909=>604,42910=>758,42911=>628,42912=>690,42913=>596,42914=>613,42915=>568,42916=>755,42917=>604,42918=>600,42919=>421,42920=>530,42921=>473,42922=>822,42923=>625,42924=>705,42925=>587,42926=>532,42927=>625,42928=>632,42929=>532,42930=>371,42931=>699,42932=>620,42933=>621,42934=>1013,42935=>871,42936=>691,42937=>605,42938=>956,42939=>920,42940=>711,42941=>627,42942=>1020,42943=>933,42944=>724,42945=>585,42946=>1126,42947=>973,42948=>612,42949=>530,42950=>536,42951=>677,42952=>594,42953=>531,42954=>473,42960=>625,42961=>610,42963=>644,42965=>633,42966=>745,42967=>692,42968=>618,42969=>511,42994=>425,42995=>351,42996=>520,42997=>533,42998=>443,42999=>749,43000=>455,43001=>568,43002=>803,43003=>530,43004=>609,43005=>882,43006=>383,43007=>1112,43263=>0,43310=>502,43824=>613,43825=>855,43826=>415,43827=>557,43828=>746,43829=>374,43830=>594,43831=>456,43832=>415,43833=>428,43834=>905,43835=>604,43836=>604,43837=>459,43838=>459,43839=>585,43840=>877,43841=>882,43842=>882,43843=>928,43844=>928,43845=>617,43846=>600,43847=>333,43848=>613,43849=>495,43850=>687,43851=>452,43852=>675,43853=>297,43854=>604,43855=>605,43856=>905,43857=>905,43858=>617,43859=>552,43860=>640,43861=>552,43862=>620,43863=>531,43864=>620,43865=>531,43866=>519,43867=>554,43868=>394,43869=>296,43870=>271,43871=>403,43872=>853,43873=>826,43874=>793,43875=>920,43876=>613,43877=>638,43878=>932,43879=>773,43880=>421,43881=>508,43882=>270,43883=>270,64256=>713,64257=>670,64258=>670,64259=>1000,64260=>1000,64261=>758,64262=>883,65024=>0,65056=>0,65057=>0,65058=>0,65059=>0,65060=>0,65061=>0,65062=>0,65063=>0,65064=>0,65065=>0,65066=>0,65067=>0,65068=>0,65069=>0,65070=>0,65071=>0,65279=>0,65532=>1000,65533=>1000); +// --- EOF --- diff --git a/fonts/notosansbi.z b/fonts/notosansbi.z new file mode 100644 index 0000000..9be2599 Binary files /dev/null and b/fonts/notosansbi.z differ diff --git a/fonts/notosansi.ctg.z b/fonts/notosansi.ctg.z new file mode 100644 index 0000000..8bc4f80 Binary files /dev/null and b/fonts/notosansi.ctg.z differ diff --git a/fonts/notosansi.php b/fonts/notosansi.php new file mode 100644 index 0000000..f14dd48 --- /dev/null +++ b/fonts/notosansi.php @@ -0,0 +1,15 @@ +96,'FontBBox'=>'[-665 -508 2767 1084]','ItalicAngle'=>-13.63943,'Ascent'=>1069,'Descent'=>-293,'Leading'=>0,'CapHeight'=>714,'XHeight'=>536,'StemV'=>70,'StemH'=>30,'AvgWidth'=>548,'MaxWidth'=>2800,'MissingWidth'=>600); +$cw=array(0=>0,13=>260,32=>260,33=>261,34=>392,35=>646,36=>551,37=>799,38=>673,39=>220,40=>290,41=>290,42=>551,43=>572,44=>256,45=>313,46=>256,47=>356,48=>551,49=>551,50=>551,51=>551,52=>551,53=>551,54=>551,55=>551,56=>551,57=>551,58=>256,59=>256,60=>572,61=>572,62=>572,63=>430,64=>848,65=>562,66=>600,67=>587,68=>667,69=>514,70=>477,71=>678,72=>680,73=>324,74=>273,75=>562,76=>478,77=>841,78=>707,79=>721,80=>567,81=>721,82=>573,83=>505,84=>501,85=>677,86=>552,87=>856,88=>527,89=>509,90=>531,91=>290,92=>356,93=>290,94=>572,95=>395,96=>278,97=>568,98=>579,99=>453,100=>579,101=>499,102=>318,103=>579,104=>579,105=>258,106=>258,107=>495,108=>258,109=>875,110=>579,111=>563,112=>579,113=>579,114=>398,115=>432,116=>332,117=>579,118=>467,119=>723,120=>483,121=>467,122=>445,123=>350,124=>551,125=>350,126=>572,160=>260,161=>261,162=>551,163=>551,164=>551,165=>551,166=>551,167=>486,168=>554,169=>832,170=>339,171=>477,172=>572,173=>313,174=>832,175=>393,176=>428,177=>572,178=>353,179=>353,180=>263,181=>585,182=>655,183=>256,184=>205,185=>353,186=>339,187=>477,188=>732,189=>805,190=>793,191=>430,192=>562,193=>562,194=>562,195=>562,196=>562,197=>562,198=>824,199=>587,200=>514,201=>514,202=>514,203=>514,204=>324,205=>324,206=>324,207=>324,208=>667,209=>707,210=>721,211=>721,212=>721,213=>721,214=>721,215=>572,216=>721,217=>677,218=>677,219=>677,220=>677,221=>509,222=>567,223=>584,224=>568,225=>568,226=>568,227=>568,228=>568,229=>568,230=>820,231=>453,232=>499,233=>499,234=>499,235=>499,236=>258,237=>258,238=>258,239=>258,240=>570,241=>579,242=>563,243=>563,244=>563,245=>563,246=>563,247=>572,248=>563,249=>579,250=>579,251=>579,252=>579,253=>467,254=>579,255=>467,256=>562,257=>568,258=>562,259=>568,260=>562,261=>568,262=>587,263=>453,264=>587,265=>453,266=>587,267=>453,268=>587,269=>453,270=>667,271=>613,272=>667,273=>579,274=>514,275=>499,276=>514,277=>499,278=>514,279=>499,280=>514,281=>499,282=>514,283=>499,284=>678,285=>579,286=>678,287=>579,288=>678,289=>579,290=>678,291=>579,292=>680,293=>579,294=>680,295=>579,296=>324,297=>258,298=>324,299=>258,300=>324,301=>258,302=>324,303=>258,304=>324,305=>258,306=>597,307=>516,308=>273,309=>258,310=>562,311=>495,312=>495,313=>478,314=>258,315=>478,316=>258,317=>478,318=>288,319=>478,320=>297,321=>478,322=>258,323=>707,324=>579,325=>707,326=>579,327=>707,328=>579,329=>657,330=>707,331=>579,332=>721,333=>563,334=>721,335=>563,336=>721,337=>563,338=>859,339=>866,340=>573,341=>398,342=>573,343=>398,344=>573,345=>398,346=>505,347=>432,348=>505,349=>432,350=>505,351=>432,352=>505,353=>432,354=>501,355=>332,356=>501,357=>332,358=>501,359=>332,360=>677,361=>579,362=>677,363=>579,364=>677,365=>579,366=>677,367=>579,368=>677,369=>579,370=>677,371=>579,372=>856,373=>723,374=>509,375=>467,376=>509,377=>531,378=>445,379=>531,380=>445,381=>531,382=>445,383=>283,384=>579,385=>676,386=>567,387=>579,388=>594,389=>573,390=>587,391=>587,392=>453,393=>667,394=>743,395=>571,396=>579,397=>554,398=>514,399=>661,400=>538,401=>557,402=>410,403=>678,404=>552,405=>878,406=>311,407=>324,408=>572,409=>495,410=>258,411=>491,412=>959,413=>707,414=>579,415=>721,416=>719,417=>568,418=>1005,419=>797,420=>642,421=>579,422=>573,423=>505,424=>432,425=>523,426=>293,427=>332,428=>540,429=>332,430=>501,431=>727,432=>626,433=>732,434=>677,435=>539,436=>502,437=>531,438=>445,439=>529,440=>538,441=>464,442=>464,443=>530,444=>530,445=>462,446=>427,447=>567,448=>316,449=>542,450=>516,451=>261,452=>1198,453=>1112,454=>1024,455=>751,456=>736,457=>516,458=>980,459=>965,460=>837,461=>562,462=>568,463=>324,464=>258,465=>721,466=>563,467=>677,468=>579,469=>677,470=>579,471=>677,472=>579,473=>677,474=>579,475=>677,476=>579,477=>493,478=>562,479=>568,480=>562,481=>568,482=>824,483=>820,484=>678,485=>505,486=>678,487=>579,488=>562,489=>495,490=>721,491=>563,492=>721,493=>563,494=>529,495=>464,496=>258,497=>1198,498=>1112,499=>1024,500=>678,501=>579,502=>898,503=>631,504=>707,505=>579,506=>562,507=>568,508=>824,509=>820,510=>721,511=>563,512=>562,513=>568,514=>562,515=>568,516=>514,517=>499,518=>514,519=>499,520=>324,521=>258,522=>324,523=>258,524=>721,525=>563,526=>721,527=>563,528=>573,529=>398,530=>573,531=>398,532=>677,533=>579,534=>677,535=>579,536=>505,537=>432,538=>501,539=>332,540=>575,541=>496,542=>680,543=>579,544=>700,545=>807,546=>639,547=>578,548=>531,549=>445,550=>562,551=>568,552=>514,553=>499,554=>721,555=>563,556=>721,557=>563,558=>721,559=>563,560=>721,561=>563,562=>509,563=>467,564=>341,565=>667,566=>347,567=>258,568=>900,569=>900,570=>562,571=>587,572=>453,573=>478,574=>501,575=>432,576=>432,577=>448,578=>436,579=>600,580=>677,581=>562,582=>514,583=>499,584=>273,585=>258,586=>727,587=>579,588=>573,589=>398,590=>509,591=>467,592=>551,593=>572,594=>572,595=>579,596=>453,597=>481,598=>579,599=>579,600=>492,601=>499,602=>710,603=>451,604=>444,605=>650,606=>553,607=>258,608=>579,609=>579,610=>543,611=>467,612=>472,613=>579,614=>579,615=>579,616=>258,617=>306,618=>294,619=>348,620=>333,621=>257,622=>618,623=>875,624=>875,625=>875,626=>579,627=>579,628=>612,629=>563,630=>811,631=>754,632=>672,633=>398,634=>413,635=>398,636=>398,637=>398,638=>318,639=>318,640=>539,641=>539,642=>432,643=>259,644=>259,645=>258,646=>259,647=>332,648=>332,649=>579,650=>563,651=>563,652=>467,653=>723,654=>467,655=>454,656=>445,657=>522,658=>464,659=>464,660=>406,661=>406,662=>406,663=>469,664=>721,665=>530,666=>553,667=>547,668=>601,669=>258,670=>495,671=>415,672=>579,673=>406,674=>406,675=>896,676=>910,677=>973,678=>700,679=>491,680=>775,681=>804,682=>623,683=>576,684=>499,685=>570,686=>590,687=>590,688=>376,689=>376,690=>168,691=>259,692=>259,693=>259,694=>350,695=>470,696=>304,697=>174,698=>358,699=>174,700=>174,701=>174,702=>170,703=>170,704=>269,705=>269,706=>285,707=>285,708=>285,709=>285,710=>392,711=>392,712=>159,713=>349,714=>263,715=>278,716=>160,717=>349,718=>278,719=>263,720=>296,721=>296,722=>190,723=>190,724=>269,725=>269,726=>269,727=>280,728=>366,729=>185,730=>303,731=>244,732=>417,733=>422,734=>242,735=>284,736=>304,737=>168,738=>281,739=>314,740=>264,741=>418,742=>418,743=>418,744=>418,745=>418,746=>418,747=>418,748=>392,749=>479,750=>358,751=>413,752=>413,753=>330,754=>330,755=>333,756=>278,757=>450,758=>422,759=>417,760=>255,761=>297,762=>359,763=>338,764=>297,765=>561,766=>561,767=>546,768=>0,769=>0,770=>0,771=>0,772=>0,773=>0,774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0,782=>0,783=>0,784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0,792=>0,793=>0,794=>326,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0,802=>0,803=>0,804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0,812=>0,813=>0,814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0,822=>0,823=>0,824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0,832=>0,833=>0,834=>0,835=>0,836=>0,837=>0,838=>0,839=>0,840=>0,841=>0,842=>0,843=>0,844=>0,845=>0,846=>0,847=>0,848=>0,849=>0,850=>0,851=>0,852=>0,853=>0,854=>0,855=>0,856=>0,857=>0,858=>0,859=>0,860=>0,861=>0,862=>0,863=>0,864=>0,865=>0,866=>0,867=>0,868=>0,869=>0,870=>0,871=>0,872=>0,873=>0,874=>0,875=>0,876=>0,877=>0,878=>0,879=>0,880=>311,881=>336,882=>633,883=>609,884=>206,885=>206,886=>640,887=>543,890=>217,891=>453,892=>453,893=>453,894=>256,895=>356,900=>234,901=>630,902=>631,903=>257,904=>677,905=>843,906=>507,908=>834,910=>715,911=>825,912=>346,913=>562,914=>600,915=>477,916=>591,917=>514,918=>531,919=>680,920=>721,921=>324,922=>562,923=>564,924=>841,925=>707,926=>545,927=>721,928=>682,929=>567,931=>531,932=>501,933=>509,934=>834,935=>527,936=>814,937=>674,938=>324,939=>509,940=>563,941=>423,942=>579,943=>306,944=>572,945=>563,946=>575,947=>476,948=>552,949=>423,950=>398,951=>579,952=>535,953=>306,954=>495,955=>529,956=>588,957=>476,958=>463,959=>563,960=>586,961=>553,962=>470,963=>556,964=>410,965=>572,966=>683,967=>578,968=>694,969=>779,970=>306,971=>572,972=>563,973=>572,974=>779,975=>562,976=>576,977=>581,978=>531,979=>741,980=>531,981=>678,982=>831,983=>521,984=>715,985=>563,986=>572,987=>460,988=>477,989=>441,990=>495,991=>556,992=>578,993=>477,1008=>664,1009=>602,1010=>453,1011=>258,1012=>721,1013=>453,1014=>458,1015=>567,1016=>579,1017=>587,1018=>841,1019=>693,1020=>605,1021=>587,1022=>587,1023=>587,1024=>507,1025=>507,1026=>665,1027=>472,1028=>581,1029=>505,1030=>270,1031=>271,1032=>273,1033=>927,1034=>920,1035=>680,1036=>563,1037=>687,1038=>562,1039=>662,1040=>570,1041=>552,1042=>587,1043=>472,1044=>689,1045=>507,1046=>802,1047=>522,1048=>687,1049=>687,1050=>563,1051=>671,1052=>839,1053=>675,1054=>696,1055=>666,1056=>547,1057=>581,1058=>523,1059=>562,1060=>788,1061=>536,1062=>677,1063=>623,1064=>952,1065=>968,1066=>635,1067=>793,1068=>547,1069=>586,1070=>940,1071=>577,1072=>566,1073=>554,1074=>518,1075=>459,1076=>557,1077=>491,1078=>878,1079=>446,1080=>569,1081=>569,1082=>504,1083=>566,1084=>746,1085=>572,1086=>559,1087=>565,1088=>572,1089=>461,1090=>866,1091=>487,1092=>670,1093=>457,1094=>594,1095=>555,1096=>866,1097=>890,1098=>597,1099=>732,1100=>513,1101=>475,1102=>776,1103=>510,1104=>491,1105=>491,1106=>575,1107=>459,1108=>463,1109=>432,1110=>258,1111=>248,1112=>248,1113=>816,1114=>807,1115=>576,1116=>504,1117=>569,1118=>487,1119=>569,1120=>919,1121=>789,1122=>588,1123=>835,1124=>863,1125=>693,1126=>607,1127=>534,1128=>849,1129=>731,1130=>666,1131=>601,1132=>921,1133=>803,1134=>538,1135=>454,1136=>742,1137=>723,1138=>721,1139=>563,1140=>567,1141=>450,1142=>567,1143=>450,1144=>1188,1145=>1030,1146=>741,1147=>583,1148=>959,1149=>798,1150=>919,1151=>789,1152=>587,1153=>453,1154=>609,1155=>0,1156=>0,1157=>0,1158=>0,1159=>0,1160=>0,1161=>0,1162=>711,1163=>583,1164=>554,1165=>523,1166=>568,1167=>579,1168=>478,1169=>390,1170=>474,1171=>390,1172=>610,1173=>498,1174=>831,1175=>849,1176=>522,1177=>446,1178=>610,1179=>529,1180=>575,1181=>485,1182=>562,1183=>486,1184=>637,1185=>568,1186=>686,1187=>605,1188=>756,1189=>690,1190=>1000,1191=>822,1192=>721,1193=>600,1194=>587,1195=>453,1196=>501,1197=>889,1198=>509,1199=>467,1200=>509,1201=>467,1202=>580,1203=>527,1204=>782,1205=>659,1206=>646,1207=>553,1208=>643,1209=>559,1210=>644,1211=>579,1212=>766,1213=>599,1214=>766,1215=>599,1216=>324,1217=>802,1218=>878,1219=>636,1220=>524,1221=>660,1222=>547,1223=>681,1224=>601,1225=>692,1226=>605,1227=>643,1228=>580,1229=>851,1230=>702,1231=>324,1232=>562,1233=>568,1234=>562,1235=>568,1236=>824,1237=>820,1238=>514,1239=>499,1240=>661,1241=>493,1242=>661,1243=>493,1244=>802,1245=>878,1246=>522,1247=>446,1248=>529,1249=>464,1250=>687,1251=>579,1252=>687,1253=>579,1254=>721,1255=>563,1256=>721,1257=>563,1258=>721,1259=>563,1260=>586,1261=>475,1262=>562,1263=>467,1264=>562,1265=>467,1266=>562,1267=>467,1268=>623,1269=>555,1270=>479,1271=>390,1272=>793,1273=>732,1274=>474,1275=>390,1276=>526,1277=>481,1278=>527,1279=>483,1280=>567,1281=>579,1282=>834,1283=>852,1284=>840,1285=>750,1286=>578,1287=>482,1288=>904,1289=>814,1290=>957,1291=>870,1292=>700,1293=>593,1294=>663,1295=>595,1296=>544,1297=>451,1298=>667,1299=>542,1300=>877,1301=>774,1302=>765,1303=>764,1304=>811,1305=>794,1306=>721,1307=>579,1308=>856,1309=>723,1310=>563,1311=>486,1312=>981,1313=>783,1314=>1014,1315=>811,1316=>685,1317=>581,1318=>655,1319=>581,1320=>680,1321=>601,1322=>1327,1323=>1074,1324=>632,1325=>539,1326=>672,1327=>573,2304=>0,2305=>0,2306=>0,2307=>202,2308=>764,2309=>764,2310=>1022,2311=>491,2312=>491,2313=>548,2314=>785,2315=>853,2316=>699,2317=>553,2318=>553,2319=>553,2320=>553,2321=>1023,2322=>1023,2323=>1023,2324=>1023,2325=>768,2326=>818,2327=>563,2328=>591,2329=>637,2330=>635,2331=>701,2332=>742,2333=>756,2334=>742,2335=>504,2336=>581,2337=>535,2338=>563,2339=>723,2340=>570,2341=>639,2342=>531,2343=>615,2344=>555,2345=>555,2346=>568,2347=>771,2348=>571,2349=>703,2350=>598,2351=>580,2352=>409,2353=>409,2354=>678,2355=>760,2356=>760,2357=>556,2358=>680,2359=>578,2360=>676,2361=>531,2362=>0,2363=>259,2364=>0,2365=>467,2366=>259,2367=>259,2368=>259,2369=>0,2370=>0,2371=>0,2372=>0,2373=>0,2374=>0,2375=>0,2376=>0,2377=>259,2378=>259,2379=>259,2380=>259,2381=>0,2382=>273,2383=>259,2384=>912,2385=>0,2386=>0,2387=>0,2388=>0,2389=>0,2390=>0,2391=>0,2392=>768,2393=>818,2394=>563,2395=>742,2396=>535,2397=>563,2398=>771,2399=>580,2400=>853,2401=>699,2402=>0,2403=>0,2404=>379,2405=>599,2406=>520,2407=>520,2408=>520,2409=>520,2410=>520,2411=>520,2412=>520,2413=>520,2414=>520,2415=>520,2416=>426,2417=>317,2418=>764,2419=>764,2420=>1023,2421=>1023,2422=>764,2423=>764,2424=>555,2425=>743,2426=>581,2427=>564,2428=>743,2429=>469,2430=>541,2431=>571,6832=>0,6833=>0,6834=>0,6835=>0,6836=>0,6837=>0,6838=>0,6839=>0,6840=>0,6841=>0,6842=>0,6843=>0,6844=>0,6845=>0,6846=>0,6847=>0,6848=>0,6853=>0,6855=>0,6856=>0,6857=>0,6858=>0,6859=>0,6860=>0,6861=>0,6862=>0,7296=>600,7297=>581,7298=>515,7299=>558,7300=>447,7301=>875,7302=>629,7303=>591,7304=>580,7424=>485,7425=>659,7426=>820,7427=>530,7428=>487,7429=>566,7430=>549,7431=>435,7432=>444,7433=>259,7434=>331,7435=>472,7436=>411,7437=>690,7438=>609,7439=>592,7440=>480,7441=>656,7442=>656,7443=>647,7444=>864,7445=>526,7446=>563,7447=>563,7448=>472,7449=>497,7450=>497,7451=>428,7452=>578,7453=>587,7454=>847,7455=>855,7456=>458,7457=>686,7458=>439,7459=>454,7460=>406,7461=>465,7462=>411,7463=>458,7464=>579,7465=>472,7466=>609,7467=>559,7468=>365,7469=>536,7470=>390,7471=>390,7472=>434,7473=>334,7474=>334,7475=>441,7476=>442,7477=>211,7478=>177,7479=>365,7480=>311,7481=>547,7482=>460,7483=>460,7484=>469,7485=>415,7486=>369,7487=>372,7488=>326,7489=>440,7490=>556,7491=>369,7492=>358,7493=>369,7494=>533,7495=>376,7496=>376,7497=>324,7498=>324,7499=>293,7500=>298,7501=>376,7502=>168,7503=>322,7504=>569,7505=>376,7506=>366,7507=>294,7508=>366,7509=>366,7510=>376,7511=>216,7512=>376,7513=>382,7514=>569,7515=>304,7516=>302,7517=>378,7518=>302,7519=>361,7520=>441,7521=>330,7522=>168,7523=>259,7524=>376,7525=>304,7526=>378,7527=>302,7528=>372,7529=>441,7530=>330,7531=>846,7532=>579,7533=>579,7534=>318,7535=>875,7536=>579,7537=>579,7538=>398,7539=>318,7540=>432,7541=>332,7542=>445,7543=>579,7544=>391,7545=>543,7546=>880,7547=>294,7548=>311,7549=>579,7550=>577,7551=>563,7552=>579,7553=>579,7554=>418,7555=>723,7556=>495,7557=>258,7558=>875,7559=>579,7560=>579,7561=>398,7562=>432,7563=>404,7564=>467,7565=>483,7566=>445,7567=>568,7568=>568,7569=>579,7570=>499,7571=>451,7572=>444,7573=>576,7574=>258,7575=>453,7576=>259,7577=>579,7578=>459,7579=>369,7580=>294,7581=>313,7582=>371,7583=>289,7584=>207,7585=>168,7586=>376,7587=>376,7588=>168,7589=>202,7590=>191,7591=>221,7592=>168,7593=>167,7594=>168,7595=>270,7596=>569,7597=>569,7598=>376,7599=>376,7600=>398,7601=>366,7602=>437,7603=>281,7604=>168,7605=>216,7606=>376,7607=>366,7608=>376,7609=>390,7610=>304,7611=>289,7612=>289,7613=>339,7614=>302,7615=>356,7616=>0,7617=>0,7618=>0,7619=>0,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0,7626=>0,7627=>0,7628=>0,7629=>0,7630=>0,7631=>0,7632=>0,7633=>0,7634=>0,7635=>0,7636=>0,7637=>0,7638=>0,7639=>0,7640=>0,7641=>0,7642=>0,7643=>0,7644=>0,7645=>0,7646=>0,7647=>0,7648=>0,7649=>0,7650=>0,7651=>0,7652=>0,7653=>0,7654=>0,7655=>0,7656=>0,7657=>0,7658=>0,7659=>0,7660=>0,7661=>0,7662=>0,7663=>0,7664=>0,7665=>0,7666=>0,7667=>0,7668=>0,7669=>0,7670=>0,7671=>0,7672=>0,7673=>0,7675=>0,7676=>0,7677=>0,7678=>0,7679=>0,7680=>562,7681=>568,7682=>600,7683=>579,7684=>600,7685=>579,7686=>600,7687=>579,7688=>587,7689=>453,7690=>667,7691=>579,7692=>667,7693=>579,7694=>667,7695=>579,7696=>667,7697=>579,7698=>667,7699=>579,7700=>514,7701=>499,7702=>514,7703=>499,7704=>514,7705=>499,7706=>514,7707=>499,7708=>514,7709=>499,7710=>477,7711=>318,7712=>678,7713=>579,7714=>680,7715=>579,7716=>680,7717=>579,7718=>680,7719=>579,7720=>680,7721=>579,7722=>680,7723=>579,7724=>324,7725=>258,7726=>324,7727=>258,7728=>562,7729=>495,7730=>562,7731=>495,7732=>562,7733=>495,7734=>478,7735=>258,7736=>478,7737=>258,7738=>478,7739=>258,7740=>478,7741=>258,7742=>841,7743=>875,7744=>841,7745=>875,7746=>841,7747=>875,7748=>707,7749=>579,7750=>707,7751=>579,7752=>707,7753=>579,7754=>707,7755=>579,7756=>721,7757=>563,7758=>721,7759=>563,7760=>721,7761=>563,7762=>721,7763=>563,7764=>567,7765=>579,7766=>567,7767=>579,7768=>573,7769=>398,7770=>573,7771=>398,7772=>573,7773=>398,7774=>573,7775=>398,7776=>505,7777=>432,7778=>505,7779=>432,7780=>505,7781=>432,7782=>505,7783=>432,7784=>505,7785=>432,7786=>501,7787=>332,7788=>501,7789=>332,7790=>501,7791=>332,7792=>501,7793=>332,7794=>677,7795=>579,7796=>677,7797=>579,7798=>677,7799=>579,7800=>677,7801=>579,7802=>677,7803=>579,7804=>552,7805=>467,7806=>552,7807=>467,7808=>856,7809=>723,7810=>856,7811=>723,7812=>856,7813=>723,7814=>856,7815=>723,7816=>856,7817=>723,7818=>527,7819=>483,7820=>527,7821=>483,7822=>509,7823=>467,7824=>531,7825=>445,7826=>531,7827=>445,7828=>531,7829=>445,7830=>579,7831=>332,7832=>723,7833=>467,7834=>588,7835=>283,7836=>283,7837=>283,7838=>679,7839=>556,7840=>562,7841=>568,7842=>562,7843=>568,7844=>562,7845=>568,7846=>562,7847=>568,7848=>562,7849=>568,7850=>562,7851=>568,7852=>562,7853=>568,7854=>562,7855=>568,7856=>562,7857=>568,7858=>562,7859=>568,7860=>562,7861=>568,7862=>562,7863=>568,7864=>514,7865=>499,7866=>514,7867=>499,7868=>514,7869=>499,7870=>514,7871=>499,7872=>514,7873=>499,7874=>514,7875=>499,7876=>514,7877=>499,7878=>514,7879=>499,7880=>324,7881=>258,7882=>324,7883=>258,7884=>721,7885=>563,7886=>721,7887=>563,7888=>721,7889=>563,7890=>721,7891=>563,7892=>721,7893=>563,7894=>721,7895=>563,7896=>721,7897=>563,7898=>719,7899=>568,7900=>719,7901=>568,7902=>719,7903=>568,7904=>719,7905=>568,7906=>719,7907=>568,7908=>677,7909=>579,7910=>677,7911=>579,7912=>727,7913=>626,7914=>727,7915=>626,7916=>727,7917=>626,7918=>727,7919=>626,7920=>727,7921=>626,7922=>509,7923=>467,7924=>509,7925=>467,7926=>509,7927=>467,7928=>509,7929=>467,7930=>703,7931=>496,7932=>664,7933=>562,7934=>574,7935=>467,7936=>563,7937=>563,7938=>563,7939=>563,7940=>563,7941=>563,7942=>563,7943=>563,7944=>576,7945=>572,7946=>770,7947=>782,7948=>747,7949=>745,7950=>745,7951=>788,7952=>423,7953=>423,7954=>423,7955=>423,7956=>423,7957=>423,7960=>679,7961=>663,7962=>873,7963=>885,7964=>850,7965=>848,7968=>579,7969=>579,7970=>579,7971=>579,7972=>579,7973=>579,7974=>579,7975=>579,7976=>845,7977=>829,7978=>1039,7979=>1051,7980=>1016,7981=>1014,7982=>1014,7983=>1057,7984=>306,7985=>306,7986=>306,7987=>306,7988=>306,7989=>306,7990=>306,7991=>306,7992=>509,7993=>493,7994=>703,7995=>715,7996=>680,7997=>678,7998=>678,7999=>721,8000=>563,8001=>563,8002=>563,8003=>563,8004=>563,8005=>563,8008=>836,8009=>820,8010=>1030,8011=>1042,8012=>1007,8013=>1005,8016=>572,8017=>572,8018=>572,8019=>572,8020=>572,8021=>572,8022=>572,8023=>572,8025=>701,8027=>923,8029=>886,8031=>929,8032=>779,8033=>779,8034=>779,8035=>779,8036=>779,8037=>779,8038=>779,8039=>779,8040=>827,8041=>811,8042=>1021,8043=>1033,8044=>998,8045=>996,8046=>996,8047=>1039,8048=>563,8049=>563,8050=>423,8051=>423,8052=>579,8053=>579,8054=>306,8055=>306,8056=>563,8057=>563,8058=>572,8059=>572,8060=>779,8061=>779,8064=>563,8065=>563,8066=>563,8067=>563,8068=>563,8069=>563,8070=>563,8071=>563,8072=>576,8073=>572,8074=>770,8075=>782,8076=>747,8077=>745,8078=>745,8079=>788,8080=>579,8081=>579,8082=>579,8083=>579,8084=>579,8085=>579,8086=>579,8087=>579,8088=>845,8089=>829,8090=>1039,8091=>1051,8092=>1016,8093=>1014,8094=>1014,8095=>1057,8096=>779,8097=>779,8098=>779,8099=>779,8100=>779,8101=>779,8102=>779,8103=>779,8104=>827,8105=>811,8106=>1021,8107=>1033,8108=>998,8109=>996,8110=>996,8111=>1039,8112=>563,8113=>563,8114=>563,8115=>563,8116=>563,8118=>563,8119=>563,8120=>562,8121=>562,8122=>610,8123=>574,8124=>562,8125=>263,8126=>306,8127=>263,8128=>417,8129=>417,8130=>579,8131=>579,8132=>579,8134=>579,8135=>579,8136=>713,8137=>677,8138=>879,8139=>843,8140=>680,8141=>431,8142=>409,8143=>417,8144=>306,8145=>306,8146=>306,8147=>306,8150=>306,8151=>306,8152=>324,8153=>324,8154=>543,8155=>507,8157=>467,8158=>431,8159=>417,8160=>572,8161=>572,8162=>572,8163=>572,8164=>553,8165=>553,8166=>572,8167=>572,8168=>509,8169=>509,8170=>751,8171=>715,8172=>716,8173=>633,8174=>630,8175=>270,8178=>779,8179=>779,8180=>779,8182=>779,8183=>779,8184=>870,8185=>834,8186=>861,8187=>825,8188=>674,8189=>234,8190=>246,8192=>500,8193=>1000,8194=>500,8195=>1000,8196=>333,8197=>250,8198=>167,8199=>551,8200=>256,8201=>166,8202=>100,8203=>0,8204=>0,8205=>0,8206=>0,8207=>0,8208=>313,8209=>313,8210=>551,8211=>480,8212=>960,8213=>960,8214=>551,8215=>395,8216=>174,8217=>174,8218=>243,8219=>174,8220=>358,8221=>358,8222=>426,8223=>358,8224=>470,8225=>470,8226=>376,8227=>368,8228=>500,8229=>507,8230=>769,8231=>256,8232=>600,8233=>600,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0,8239=>166,8240=>1126,8241=>1453,8242=>220,8243=>389,8244=>558,8245=>270,8246=>424,8247=>578,8248=>399,8249=>287,8250=>287,8251=>837,8252=>494,8253=>431,8254=>393,8255=>542,8256=>542,8257=>341,8258=>1118,8259=>286,8260=>130,8261=>290,8262=>290,8263=>860,8264=>691,8265=>691,8266=>520,8267=>599,8268=>639,8269=>639,8270=>551,8271=>256,8272=>542,8273=>551,8274=>372,8275=>1000,8276=>542,8277=>572,8278=>517,8279=>725,8280=>822,8281=>829,8282=>221,8283=>654,8284=>796,8285=>268,8286=>268,8287=>222,8288=>600,8289=>600,8290=>600,8291=>600,8292=>600,8294=>600,8295=>600,8296=>600,8297=>600,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0,8304=>353,8305=>223,8308=>353,8309=>353,8310=>353,8311=>353,8312=>353,8313=>353,8314=>338,8315=>338,8316=>338,8317=>186,8318=>186,8319=>376,8320=>353,8321=>353,8322=>353,8323=>353,8324=>353,8325=>353,8326=>353,8327=>353,8328=>353,8329=>353,8330=>338,8331=>338,8332=>338,8333=>186,8334=>186,8336=>369,8337=>324,8338=>366,8339=>314,8340=>324,8341=>436,8342=>350,8343=>235,8344=>629,8345=>376,8346=>376,8347=>308,8348=>216,8352=>551,8353=>551,8354=>551,8355=>551,8356=>551,8357=>875,8358=>551,8359=>737,8360=>803,8361=>620,8362=>799,8363=>579,8364=>551,8365=>562,8366=>501,8367=>970,8368=>551,8369=>551,8370=>678,8371=>562,8372=>505,8373=>587,8374=>569,8375=>657,8376=>492,8377=>551,8378=>551,8379=>670,8380=>742,8381=>582,8382=>587,8383=>551,8432=>0,8448=>693,8449=>670,8450=>621,8451=>926,8452=>573,8453=>777,8454=>772,8455=>538,8456=>586,8457=>810,8458=>580,8459=>1058,8460=>734,8461=>777,8462=>579,8463=>579,8464=>743,8465=>559,8466=>833,8467=>520,8468=>802,8469=>778,8470=>953,8471=>832,8472=>836,8473=>655,8474=>770,8475=>888,8476=>849,8477=>714,8478=>573,8479=>573,8480=>810,8481=>808,8482=>773,8483=>552,8484=>645,8485=>529,8486=>732,8487=>732,8488=>586,8489=>306,8490=>562,8491=>562,8492=>861,8493=>672,8494=>619,8495=>465,8496=>603,8497=>824,8498=>477,8499=>1155,8500=>480,8501=>609,8502=>530,8503=>376,8504=>458,8505=>258,8506=>941,8507=>1379,8508=>777,8509=>543,8510=>552,8511=>777,8512=>620,8513=>678,8514=>478,8515=>479,8516=>509,8517=>730,8518=>579,8519=>499,8520=>343,8521=>343,8522=>687,8523=>673,8524=>655,8525=>704,8526=>427,8527=>1031,8528=>836,8529=>836,8530=>1189,8531=>795,8532=>843,8533=>836,8534=>836,8535=>836,8536=>836,8537=>836,8538=>836,8539=>802,8540=>841,8541=>847,8542=>788,8543=>483,8580=>453,8585=>836,8722=>313,9676=>594,11360=>478,11361=>258,11362=>478,11363=>567,11364=>573,11365=>568,11366=>332,11367=>685,11368=>596,11369=>605,11370=>529,11371=>531,11372=>445,11373=>727,11374=>841,11375=>562,11376=>727,11377=>478,11378=>896,11379=>763,11380=>487,11381=>503,11382=>434,11383=>679,11384=>612,11385=>399,11386=>563,11387=>428,11388=>168,11389=>359,11390=>505,11391=>531,11744=>0,11745=>0,11746=>0,11747=>0,11748=>0,11749=>0,11750=>0,11751=>0,11752=>0,11753=>0,11754=>0,11755=>0,11756=>0,11757=>0,11758=>0,11759=>0,11760=>0,11761=>0,11762=>0,11763=>0,11764=>0,11765=>0,11766=>0,11767=>0,11768=>0,11769=>0,11770=>0,11771=>0,11772=>0,11773=>0,11774=>0,11775=>0,11776=>500,11777=>500,11778=>500,11779=>500,11780=>500,11781=>500,11782=>500,11783=>500,11784=>500,11785=>500,11786=>500,11787=>500,11788=>500,11789=>500,11790=>1042,11791=>1000,11792=>1000,11793=>1000,11794=>309,11795=>661,11796=>750,11797=>750,11798=>571,11799=>338,11800=>431,11801=>750,11802=>313,11803=>551,11804=>500,11805=>500,11806=>551,11807=>551,11808=>551,11809=>551,11810=>333,11811=>333,11812=>333,11813=>333,11814=>1000,11815=>1000,11816=>508,11817=>508,11818=>820,11819=>820,11820=>829,11821=>821,11822=>400,11823=>554,11824=>572,11825=>268,11826=>255,11827=>256,11828=>255,11829=>255,11830=>440,11831=>440,11832=>470,11833=>486,11834=>1880,11835=>2800,11836=>0,11837=>233,11838=>358,11839=>709,11840=>313,11841=>256,11842=>426,11843=>960,11844=>305,11845=>391,11846=>391,11847=>391,11848=>391,11849=>268,11850=>356,11851=>470,11852=>268,11853=>478,11854=>256,11855=>338,11856=>503,11857=>503,11858=>601,11859=>615,11860=>464,11861=>329,11862=>329,11863=>329,11864=>329,11865=>300,11866=>300,11867=>300,11868=>300,11869=>332,42560=>531,42561=>445,42562=>531,42563=>445,42564=>505,42565=>432,42566=>383,42567=>311,42568=>734,42569=>623,42570=>777,42571=>469,42572=>959,42573=>798,42574=>631,42575=>600,42576=>886,42577=>816,42578=>803,42579=>757,42580=>978,42581=>797,42582=>964,42583=>874,42584=>562,42585=>531,42586=>666,42587=>601,42588=>964,42589=>823,42590=>641,42591=>541,42592=>668,42593=>582,42594=>841,42595=>720,42596=>850,42597=>707,42598=>1039,42599=>912,42600=>721,42601=>563,42602=>741,42603=>596,42604=>1232,42605=>931,42606=>881,42607=>0,42608=>0,42609=>0,42610=>0,42611=>547,42612=>0,42613=>0,42614=>0,42615=>0,42616=>0,42617=>0,42618=>0,42619=>0,42620=>0,42621=>0,42622=>578,42623=>578,42624=>689,42625=>581,42626=>513,42627=>458,42628=>1058,42629=>919,42630=>978,42631=>866,42632=>760,42633=>701,42634=>673,42635=>673,42636=>501,42637=>425,42638=>667,42639=>588,42640=>501,42641=>446,42642=>773,42643=>696,42644=>650,42645=>579,42646=>967,42647=>807,42648=>1234,42649=>933,42650=>721,42651=>563,42652=>390,42653=>340,42654=>0,42655=>0,42752=>346,42753=>346,42754=>346,42755=>346,42756=>346,42757=>346,42758=>346,42759=>346,42760=>418,42761=>418,42762=>418,42763=>418,42764=>418,42765=>418,42766=>418,42767=>418,42768=>418,42769=>418,42770=>418,42771=>418,42772=>418,42773=>418,42774=>418,42775=>341,42776=>364,42777=>376,42778=>357,42779=>486,42780=>486,42781=>260,42782=>260,42783=>260,42784=>454,42785=>482,42786=>328,42787=>295,42788=>421,42789=>371,42790=>680,42791=>579,42792=>765,42793=>740,42794=>538,42795=>463,42796=>500,42797=>488,42798=>552,42799=>533,42800=>416,42801=>411,42802=>1044,42803=>868,42804=>1037,42805=>854,42806=>1002,42807=>885,42808=>806,42809=>753,42810=>806,42811=>759,42812=>801,42813=>760,42814=>587,42815=>453,42816=>562,42817=>495,42818=>562,42819=>495,42820=>562,42821=>495,42822=>566,42823=>345,42824=>478,42825=>258,42826=>721,42827=>563,42828=>845,42829=>674,42830=>1234,42831=>933,42832=>567,42833=>579,42834=>634,42835=>665,42836=>784,42837=>801,42838=>721,42839=>579,42840=>888,42841=>681,42842=>523,42843=>411,42844=>584,42845=>530,42846=>552,42847=>467,42848=>856,42849=>723,42850=>507,42851=>470,42852=>567,42853=>579,42854=>567,42855=>579,42856=>564,42857=>492,42858=>538,42859=>478,42860=>506,42861=>441,42862=>557,42863=>583,42864=>379,42865=>687,42866=>386,42867=>997,42868=>697,42869=>502,42870=>725,42871=>665,42872=>467,42873=>721,42874=>570,42875=>447,42876=>398,42877=>555,42878=>555,42879=>543,42880=>478,42881=>258,42882=>709,42883=>612,42884=>447,42885=>398,42886=>587,42887=>472,42888=>392,42889=>256,42890=>427,42891=>261,42892=>260,42893=>680,42894=>141,42895=>289,42896=>707,42897=>579,42898=>587,42899=>453,42900=>445,42901=>579,42902=>661,42903=>764,42904=>477,42905=>318,42906=>687,42907=>563,42908=>661,42909=>562,42910=>716,42911=>581,42912=>678,42913=>579,42914=>562,42915=>495,42916=>707,42917=>579,42918=>573,42919=>398,42920=>505,42921=>432,42922=>770,42923=>560,42924=>687,42925=>519,42926=>501,42927=>593,42928=>555,42929=>501,42930=>303,42931=>675,42932=>600,42933=>581,42934=>959,42935=>798,42936=>677,42937=>579,42938=>887,42939=>893,42940=>649,42941=>583,42942=>1002,42943=>904,42944=>726,42945=>563,42946=>1045,42947=>875,42948=>587,42949=>505,42950=>531,42951=>667,42952=>579,42953=>505,42954=>432,42960=>572,42961=>567,42963=>602,42965=>577,42966=>682,42967=>606,42968=>554,42969=>468,42994=>413,42995=>344,42996=>507,42997=>503,42998=>435,42999=>722,43000=>442,43001=>563,43002=>841,43003=>471,43004=>546,43005=>841,43006=>312,43007=>999,43263=>0,43310=>490,43824=>572,43825=>820,43826=>415,43827=>499,43828=>675,43829=>318,43830=>579,43831=>381,43832=>348,43833=>393,43834=>875,43835=>579,43836=>579,43837=>459,43838=>459,43839=>563,43840=>869,43841=>865,43842=>865,43843=>869,43844=>869,43845=>623,43846=>546,43847=>350,43848=>562,43849=>464,43850=>628,43851=>389,43852=>591,43853=>259,43854=>579,43855=>579,43856=>875,43857=>875,43858=>590,43859=>507,43860=>547,43861=>507,43862=>555,43863=>483,43864=>555,43865=>483,43866=>467,43867=>554,43868=>376,43869=>248,43870=>226,43871=>384,43872=>835,43873=>735,43874=>754,43875=>917,43876=>572,43877=>563,43878=>896,43879=>700,43880=>398,43881=>463,43882=>269,43883=>269,64256=>638,64257=>576,64258=>576,64259=>896,64260=>896,64261=>615,64262=>764,65024=>0,65056=>0,65057=>0,65058=>0,65059=>0,65060=>0,65061=>0,65062=>0,65063=>0,65064=>0,65065=>0,65066=>0,65067=>0,65068=>0,65069=>0,65070=>0,65071=>0,65279=>0,65532=>1000,65533=>1000); +// --- EOF --- diff --git a/fonts/notosansi.z b/fonts/notosansi.z new file mode 100644 index 0000000..4dfcf03 Binary files /dev/null and b/fonts/notosansi.z differ diff --git a/report_download.php b/report_download.php index 7be2174..4041e41 100644 --- a/report_download.php +++ b/report_download.php @@ -27,7 +27,6 @@ use mod_verbalfeedback\utils\graph_utils; require_once(__DIR__ . '/../../config.php'); - require_once($CFG->libdir . '/pdflib.php'); require_once($CFG->libdir . '/filestorage/stored_file.php'); @@ -36,7 +35,7 @@ $instanceid = required_param('instance', PARAM_INT); $touserid = required_param('touser', PARAM_INT); -list ($course, $cm) = get_course_and_cm_from_instance($instanceid, 'verbalfeedback'); +list($course, $cm) = get_course_and_cm_from_instance($instanceid, 'verbalfeedback'); require_login($course, true, $cm); @@ -139,6 +138,14 @@ // Add a page. $pdf->AddPage(); +// Set font. +$fontdir = $CFG->dirroot . '/mod/verbalfeedback/fonts/'; +$pdf->AddFont('CustomFont', '', $fontdir . 'notosans.php'); +$pdf->AddFont('CustomFont', 'B', $fontdir . 'notosansb.php'); +$pdf->AddFont('CustomFont', 'I', $fontdir . 'notosansi.php'); +$pdf->AddFont('CustomFont', 'BI', $fontdir . 'notosansbi.php'); +$pdf->SetFont('CustomFont', '', 12); + // Image size from logo image. $image = @getimagesize($imagefile); diff --git a/templates/report_download.mustache b/templates/report_download.mustache index 1d47617..bc19a58 100644 --- a/templates/report_download.mustache +++ b/templates/report_download.mustache @@ -35,14 +35,14 @@ } }} - + Titel - +