MCPcopy Create free account
hub / github.com/tdewolff/canvas / Decode

Method Decode

cmd/pdftext/encoding.go:19–19  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

17 Has(rune) bool
18 Encode([]byte) ([]byte, error)
19 Decode([]byte) ([]byte, error)
20}
21
22type standardEncoding struct{}

Callers 10

GobDecodeMethod · 0.65
mainFunction · 0.65
ToUnicodeMethod · 0.65
ToUnicodeMethod · 0.65
GetFontMethod · 0.65
parseNameFunction · 0.65
mainFunction · 0.65
drawDocumentFunction · 0.65
fetchFunction · 0.65
readFunction · 0.65

Implementers 4

standardEncodingcmd/pdftext/encoding.go
winAnsiEncodingcmd/pdftext/encoding.go
macRomanEncodingcmd/pdftext/encoding.go
builtinEncodingcmd/pdftext/encoding.go

Calls

no outgoing calls

Tested by

no test coverage detected