| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/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_Variants-bold-italic'] = {
- directory: 'Variants/BoldItalic',
- family: 'STIXMathJax_Variants',
- weight: 'bold',
- style: 'italic',
- testString: '\u00A0\uE247\uE248\uE249\uE24A\uE24B\uE24C\uE24D\uE24E\uE24F\uE250\uE251\uE252\uE253\uE254',
- 0x20: [0,0,250,0,0],
- 0xA0: [0,0,250,0,0],
- 0xE247: [711,47,871,38,834],
- 0xE248: [703,10,755,33,740],
- 0xE249: [704,12,667,36,669],
- 0xE24A: [696,0,802,30,808],
- 0xE24B: [704,8,609,41,626],
- 0xE24C: [696,0,645,34,738],
- 0xE24D: [704,144,615,43,615],
- 0xE24E: [696,24,849,22,858],
- 0xE24F: [696,0,621,36,623],
- 0xE250: [695,116,645,36,811],
- 0xE251: [703,14,856,38,820],
- 0xE252: [704,8,726,38,688],
- 0xE253: [705,45,1186,38,1146],
- 0xE254: [835,39,997,36,1098],
- 0xE255: [707,10,772,43,782],
- 0xE256: [696,0,645,36,731],
- 0xE257: [704,145,778,43,737],
- 0xE258: [697,13,869,36,831],
- 0xE259: [705,7,667,36,699],
- 0xE25A: [783,0,547,33,747],
- 0xE25B: [700,14,787,33,936],
- 0xE25C: [711,31,652,36,706],
- 0xE25D: [711,34,956,36,1010],
- 0xE25E: [710,14,720,36,781],
- 0xE25F: [711,144,720,36,773],
- 0xE260: [702,98,778,36,744],
- 0xE264: [473,10,600,47,554],
- 0xE268: [473,0,600,95,450],
- 0xE26C: [473,0,600,54,531],
- 0xE270: [463,217,600,31,547],
- 0xE274: [450,217,600,30,564],
- 0xE278: [450,218,600,25,561],
- 0xE27C: [670,10,600,55,545],
- 0xE280: [450,217,600,24,582],
- 0xE284: [670,10,600,41,560],
- 0xE288: [463,217,600,49,539]
- };
- MathJax.Callback.Queue(
- ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Variants-bold-italic"],
- ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Variants/BoldItalic/Main.js"]
- );
|