Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdewolff/canvas
/ builtinEncoding
Struct
builtinEncoding
cmd/pdftext/encoding.go:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
type
builtinEncoding
struct
{
68
bytes int
69
sfnt *font.SFNT
70
}
71
72
func
(e builtinEncoding) Has(r rune) bool {
73
return
true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected