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

Method withTextFontFamily

static/katex/katex.mjs:4997–5002  ·  view source on GitHub ↗

* Create a new options objects with the given fontFamily.

(fontFamily)

Source from the content-addressed store, hash-verified

4995
4996
4997 withTextFontFamily(fontFamily) {
4998 return this.extend({
4999 fontFamily,
5000 font: ""
5001 });
5002 }
5003 /**
5004 * Creates a new options object with the given font weight
5005 */

Callers 3

optionsWithFontFunction · 0.80
optionsWithFontFunction · 0.80
YrFunction · 0.80

Calls 1

extendMethod · 0.95

Tested by

no test coverage detected