| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js
- *
- * Copyright (c) 2013-2019 The MathJax Consortium
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['GyrePagellaMathJax_Shapes'] = {
- directory: 'Shapes/Regular',
- family: 'GyrePagellaMathJax_Shapes',
- testString: '\u00A0\u2422\u2423\u2500\u2502\u251C\u2524\u252C\u2534\u253C\u2581\u2588\u2591\u2592\u2593',
- 0x20: [0,0,250,0,0],
- 0xA0: [0,0,250,0,0],
- 0x2422: [726,12,553,-15,508],
- 0x2423: [133,97,500,40,460],
- 0x2500: [280,-220,600,0,600],
- 0x2502: [650,150,600,270,330],
- 0x251C: [650,150,600,270,600],
- 0x2524: [650,150,600,0,330],
- 0x252C: [280,150,600,0,600],
- 0x2534: [650,-220,600,0,600],
- 0x253C: [650,150,600,0,600],
- 0x2581: [88,0,700,0,700],
- 0x2588: [700,0,700,0,700],
- 0x2591: [700,0,700,0,700],
- 0x2592: [700,0,700,0,700],
- 0x2593: [700,0,700,0,700],
- 0x25AA: [410,-90,480,80,400],
- 0x25AB: [410,-90,480,80,400],
- 0x25AC: [400,-100,760,80,680],
- 0x25AD: [400,-100,760,80,680],
- 0x25B7: [643,143,841,80,761],
- 0x25C1: [643,143,841,80,761],
- 0x25CB: [568,68,796,80,716],
- 0x25CF: [568,68,796,80,716],
- 0x25E6: [450,-50,560,80,480],
- 0x2664: [668,0,800,80,720],
- 0x2665: [666,0,760,80,680],
- 0x2666: [670,0,746,80,666],
- 0x2667: [668,0,842,80,762],
- 0x266A: [692,20,600,56,561],
- 0x26AD: [475,-26,500,-116,616],
- 0x26AE: [699,199,500,-170,670],
- 0x2B04: [450,-50,1069,80,989],
- 0x2B05: [450,-50,995,80,915],
- 0x2B06: [673,162,560,80,480],
- 0x2B07: [662,173,560,80,480],
- 0x2B0C: [450,-50,1005,80,925],
- 0x2B0D: [673,172,560,80,480],
- 0x2B1A: [660,160,940,60,880],
- 0x2B31: [740,240,920,80,840],
- 0x2B33: [400,-100,1370,80,1290]
- };
- MathJax.Callback.Queue(
- ["initFont",MathJax.OutputJax["HTML-CSS"],"GyrePagellaMathJax_Shapes"],
- ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Shapes/Regular/Main.js"]
- );
|