| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/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-italic'] = {
- directory: 'Marks/Italic',
- family: 'STIXMathJax_Marks',
- 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: [838,-326,378,7,391],
- 0x2B1: [838,-326,378,7,414],
- 0x2B2: [851,-199,300,44,350],
- 0x2B3: [690,-345,320,2,320],
- 0x2B4: [690,-345,320,0,318],
- 0x2B5: [690,-163,320,0,335],
- 0x2B6: [684,-345,390,6,462],
- 0x2B7: [690,-327,500,15,515],
- 0x2B8: [693,-202,330,16,357],
- 0x2BB: [686,-443,333,79,236],
- 0x2C0: [690,-295,326,30,307],
- 0x2C1: [690,-295,326,23,343],
- 0x2DB: [40,169,333,-20,200],
- 0x2DD: [664,-494,333,93,486],
- 0x2E0: [684,-218,315,23,335],
- 0x2E1: [837,-333,220,41,214],
- 0x2E2: [691,-335,300,16,290],
- 0x2E3: [691,-333,380,4,379],
- 0x2E4: [847,-333,318,8,345],
- 0x2EC: [70,147,320,15,305],
- 0x2ED: [665,-507,405,10,395],
- 0x2F7: [-113,220,333,-94,233],
- 0x2010: [257,-191,333,49,282],
- 0x2011: [257,-191,333,49,282],
- 0x2012: [258,-192,500,-8,508],
- 0x201A: [101,129,333,44,183],
- 0x201B: [666,-436,333,169,290],
- 0x201E: [101,129,556,57,405],
- 0x201F: [666,-436,556,169,499],
- 0x2022: [444,-59,523,70,455],
- 0x2030: [706,19,1117,80,1067],
- 0x2031: [706,19,1479,80,1429],
- 0x2039: [403,-37,333,51,281],
- 0x203A: [403,-37,333,52,282],
- 0x20D0: [760,-627,0,-453,-17],
- 0x20D1: [760,-627,0,-426,10],
- 0x20D2: [662,156,0,-300,-234],
- 0x20D6: [760,-548,0,-453,-17],
- 0x20DB: [622,-523,0,-453,44],
- 0x20DC: [622,-523,0,-582,114],
- 0x20DD: [725,221,0,-723,223],
- 0x20E1: [760,-548,0,-453,25],
- 0x20E4: [1023,155,0,-970,490],
- 0x20E5: [662,156,0,-430,-24],
- 0x20E6: [662,156,0,-351,-86],
- 0x20E7: [725,178,0,-595,221],
- 0x20E8: [-119,218,0,-462,35],
- 0x20E9: [681,-538,0,-478,55],
- 0x20EA: [419,-87,0,-793,153],
- 0x20EC: [-119,252,0,27,463],
- 0x20ED: [-119,252,0,27,463],
- 0x20EE: [-40,252,0,-453,-17],
- 0x20EF: [-40,252,0,-453,-17]
- };
- MathJax.Callback.Queue(
- ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Marks-italic"],
- ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Marks/Italic/Main.js"]
- );
|