MCPcopy
hub / github.com/diegomura/react-pdf / create

Method create

packages/font/src/font.js:87–89  ·  view source on GitHub ↗
(family)

Source from the content-addressed store, hash-verified

85
86class Font {
87 static create(family) {
88 return new Font(family);
89 }
90
91 constructor(family) {
92 this.family = family;

Callers 15

getCanvasFunction · 0.80
base.jsFile · 0.80
FontStoreFunction · 0.80
loadMethod · 0.80
padding.test.jsFile · 0.80
rounding.test.jsFile · 0.80
border.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected