Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ init
Function
init
common/font_filetype.go:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
func
init() {
63
engo.Files.Register(
".ttf"
, &fontLoader{fonts: make(
map
[string]FontResource)})
64
}
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected