| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/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_Variants-italic'] = {
- directory: 'Variants/Italic',
- family: 'STIXMathJax_Variants',
- style: 'italic',
- testString: '\u00A0\uE22D\uE22E\uE22F\uE230\uE231\uE232\uE233\uE234\uE235\uE236\uE237\uE238\uE239\uE23A',
- 0x20: [0,0,250,0,0],
- 0xA0: [0,0,250,0,0],
- 0xE22D: [677,45,852,43,812],
- 0xE22E: [670,3,724,35,709],
- 0xE22F: [671,11,569,43,586],
- 0xE230: [662,0,801,34,788],
- 0xE231: [670,4,553,40,599],
- 0xE232: [662,0,652,43,710],
- 0xE233: [671,131,580,40,580],
- 0xE234: [664,21,831,41,845],
- 0xE235: [662,0,575,38,591],
- 0xE236: [662,120,632,31,785],
- 0xE237: [670,13,809,30,783],
- 0xE238: [670,7,693,30,653],
- 0xE239: [671,45,1166,40,1128],
- 0xE23A: [795,37,957,40,1064],
- 0xE23B: [669,10,737,38,729],
- 0xE23C: [662,0,667,38,709],
- 0xE23D: [671,131,744,43,704],
- 0xE23E: [662,3,854,38,816],
- 0xE23F: [671,0,634,38,671],
- 0xE240: [721,0,509,41,730],
- 0xE241: [672,13,817,37,950],
- 0xE242: [677,33,638,33,680],
- 0xE243: [685,32,956,33,998],
- 0xE244: [672,13,692,38,739],
- 0xE245: [675,131,719,34,763],
- 0xE246: [664,94,752,38,714],
- 0xE262: [460,11,570,56,514],
- 0xE266: [460,0,570,100,415],
- 0xE26A: [460,0,570,59,487],
- 0xE26E: [461,217,570,40,513],
- 0xE272: [450,217,570,17,542],
- 0xE276: [450,218,570,23,536],
- 0xE27A: [668,10,570,28,553],
- 0xE27E: [450,217,570,40,543],
- 0xE282: [668,10,570,50,519],
- 0xE286: [460,217,570,23,526]
- };
- MathJax.Callback.Queue(
- ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Variants-italic"],
- ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Variants/Italic/Main.js"]
- );
|