MCPcopy Create free account
hub / github.com/TruthHun/BookStack / withFont

Method withFont

static/katex/katex.mjs:4987–4991  ·  view source on GitHub ↗

* Creates a new options object with the given math font or old text font. * @type {[type]}

(font)

Source from the content-addressed store, hash-verified

4985
4986
4987 withFont(font) {
4988 return this.extend({
4989 font
4990 });
4991 }
4992 /**
4993 * Create a new options objects with the given fontFamily.
4994 */

Callers 10

font_htmlBuilderFunction · 0.80
font_mathmlBuilderFunction · 0.80
katex.jsFile · 0.80
htmlBuilder$5Function · 0.80
mathmlBuilder$5Function · 0.80
katex.mjsFile · 0.80
htmlBuilderFunction · 0.80
krFunction · 0.80
SrFunction · 0.80
katex.min.jsFile · 0.80

Calls 1

extendMethod · 0.95

Tested by

no test coverage detected