Home
last modified time | relevance | path

Searched refs:mtext (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs6901 return `<mtext>${this.character}</mtext>`;
7032 * MathML nodes. Also combine consecutive <mtext> outputs into a single
7033 * <mtext> tag.
7057 // Concatenate adjacent <mtext>s
7058 …if (group.type === 'mtext' && lastGroup.type === 'mtext' && group.getAttribute('mathvariant') === …
12249 case "mtext":
13233 "mtext": "normal" property
13267 node = new mathMLTree.MathNode("mtext", [text]);
13337 node = new mathMLTree.MathNode("mtext", [new mathMLTree.TextNode("\u00a0")]);
13533 const node = new mathMLTree.MathNode("mtext", [text]);
Dkatex.min.js1 …Attribute("stretchy","false");return r}});var Zr={mi:"italic",mn:"normal",mtext:"normal"};te({type… property