MCPcopy
hub / github.com/signintech/gopdf / ICacheColorText

Interface ICacheColorText

i_cache_color_text.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package gopdf
2
3type ICacheColorText interface {
4 ICacheContent
5 equal(obj ICacheColorText) bool
6}

Callers 1

isSameMethod · 0.65

Implementers 2

cacheContentTextColorCMYKcache_content_text_color_cmyk.go
cacheContentTextColorRGBcache_content_text_color_rgb.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…