Searched refs:mtext (Results 1 – 2 of 2) sorted by relevance
6901 return `<mtext>${this.character}</mtext>`;7032 * MathML nodes. Also combine consecutive <mtext> outputs into a single7033 * <mtext> tag.7057 // Concatenate adjacent <mtext>s7058 …if (group.type === 'mtext' && lastGroup.type === 'mtext' && group.getAttribute('mathvariant') === …12249 case "mtext":13233 "mtext": "normal" property13267 node = new mathMLTree.MathNode("mtext", [text]);13337 node = new mathMLTree.MathNode("mtext", [new mathMLTree.TextNode("\u00a0")]);13533 const node = new mathMLTree.MathNode("mtext", [text]);
1 …Attribute("stretchy","false");return r}});var Zr={mi:"italic",mn:"normal",mtext:"normal"};te({type… property