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

Method withTextFontWeight

static/katex/katex.mjs:5008–5013  ·  view source on GitHub ↗

* Creates a new options object with the given font weight

(fontWeight)

Source from the content-addressed store, hash-verified

5006
5007
5008 withTextFontWeight(fontWeight) {
5009 return this.extend({
5010 fontWeight,
5011 font: ""
5012 });
5013 }
5014 /**
5015 * Creates a new options object with the given font weight
5016 */

Callers 3

optionsWithFontFunction · 0.80
optionsWithFontFunction · 0.80
YrFunction · 0.80

Calls 1

extendMethod · 0.95

Tested by

no test coverage detected