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

Struct winAnsiEncoding

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

Source from the content-addressed store, hash-verified

35}
36
37type winAnsiEncoding struct{}
38
39func (_ winAnsiEncoding) Has(r rune) bool {
40 entry, ok := charset[r]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected