| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/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['STIXMathJax_Marks-bold-italic'] = {
- directory: 'Marks/BoldItalic',
- family: 'STIXMathJax_Marks',
- weight: 'bold',
- style: 'italic',
- testString: '\u00A0\u02B0\u02B1\u02B2\u02B3\u02B4\u02B5\u02B6\u02B7\u02B8\u02BB\u02C0\u02C1\u02DB\u02DD',
- 0x20: [0,0,250,0,0],
- 0xA0: [0,0,250,0,0],
- 0x2B0: [852,-328,380,7,365],
- 0x2B1: [841,-329,380,7,365],
- 0x2B2: [862,-176,350,24,384],
- 0x2B3: [690,-344,389,21,384],
- 0x2B4: [690,-344,389,2,365],
- 0x2B5: [690,-171,389,2,371],
- 0x2B6: [684,-345,390,5,466],
- 0x2B7: [690,-331,450,15,467],
- 0x2B8: [690,-176,350,11,386],
- 0x2BB: [685,-369,333,128,332],
- 0x2C0: [690,-240,343,-3,323],
- 0x2C1: [690,-240,326,20,364],
- 0x2DB: [44,173,333,-40,189],
- 0x2DD: [697,-516,333,69,498],
- 0x2E0: [684,-190,379,14,423],
- 0x2E1: [857,-329,222,2,217],
- 0x2E2: [690,-331,280,8,274],
- 0x2E3: [690,-335,389,3,387],
- 0x2E4: [849,-329,328,9,364],
- 0x2EC: [70,167,314,5,309],
- 0x2ED: [720,-528,395,5,390],
- 0x2F7: [-108,227,333,-74,285],
- 0x2010: [282,-166,333,-4,273],
- 0x2011: [282,-166,333,-4,273],
- 0x2012: [282,-166,500,-40,477],
- 0x201A: [134,182,333,-5,199],
- 0x201B: [685,-369,333,128,302],
- 0x201E: [134,182,500,-57,403],
- 0x201F: [685,-369,500,92,513],
- 0x2022: [462,-42,560,70,490],
- 0x2030: [706,29,1118,80,1068],
- 0x2031: [706,29,1480,80,1430],
- 0x2039: [415,-32,333,32,303],
- 0x203A: [415,-32,333,10,281],
- 0x20DD: [760,254,0,-753,256]
- };
- MathJax.Callback.Queue(
- ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Marks-bold-italic"],
- ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Marks/BoldItalic/Main.js"]
- );
|