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

Struct macRomanEncoding

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

Source from the content-addressed store, hash-verified

50}
51
52type macRomanEncoding struct{}
53
54func (_ macRomanEncoding) Has(r rune) bool {
55 entry, ok := charset[r]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected