MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / jm_trace_text

Function jm_trace_text

src/__init__.py:22780–22786  ·  view source on GitHub ↗
( dev, text, type_, ctm, colorspace, color, alpha, seqno)

Source from the content-addressed store, hash-verified

22778
22779
22780def jm_trace_text( dev, text, type_, ctm, colorspace, color, alpha, seqno):
22781 span = text.head
22782 while 1:
22783 if not span:
22784 break
22785 jm_trace_text_span( dev, span, type_, ctm, colorspace, color, alpha, seqno)
22786 span = span.next
22787
22788
22789def jm_trace_text_span(dev, span, type_, ctm, colorspace, color, alpha, seqno):

Callers 3

jm_lineart_fill_textFunction · 0.85
jm_lineart_ignore_textFunction · 0.85
jm_lineart_stroke_textFunction · 0.85

Calls 1

jm_trace_text_spanFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…