MCPcopy
hub / github.com/tdewolff/canvas / standardEncoding

Struct standardEncoding

cmd/pdftext/encoding.go:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type standardEncoding struct{}
23
24func (_ standardEncoding) Has(r rune) bool {
25 entry, ok := charset[r]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected