Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
86
class
Font {
87
static create(family) {
88
return
new
Font(family);
89
}
90
91
constructor(family) {
92
this.family = family;
Callers
15
resolveDimensions.js
File · 0.80
getCanvas
Function · 0.80
base.js
File · 0.80
FontStore
Function · 0.80
load
Method · 0.80
padding.test.js
File · 0.80
flexDirection.test.js
File · 0.80
zeroOutLayoutRecursivly.test.js
File · 0.80
justifyContent.test.js
File · 0.80
aspectRatio.test.js
File · 0.80
rounding.test.js
File · 0.80
border.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected