MCPcopy Create free account
hub / github.com/alignoth/alignoth / Ry

Function Ry

resources/vega.min.js:13785–13794  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

13783 return (e && n ? String(n).replace(/"/g, "'") : n) || "sans-serif";
13784 }
13785 function Ry(t, e) {
13786 return (
13787 (t.fontStyle ? t.fontStyle + " " : "") +
13788 (t.fontVariant ? t.fontVariant + " " : "") +
13789 (t.fontWeight ? t.fontWeight + " " : "") +
13790 $y(t) +
13791 "px " +
13792 Oy(t, e)
13793 );
13794 }
13795 function Ly(t) {
13796 var e = t.baseline,
13797 n = $y(t);

Callers 3

FyFunction · 0.85
NyFunction · 0.85
vega.min.jsFile · 0.85

Calls 2

$yFunction · 0.85
OyFunction · 0.85

Tested by

no test coverage detected