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

Function jm_lineart_stroke_text

src/__init__.py:23348–23350  ·  view source on GitHub ↗
(dev, ctx, text, stroke, ctm, colorspace, color, alpha, color_params)

Source from the content-addressed store, hash-verified

23346
23347
23348def jm_lineart_stroke_text(dev, ctx, text, stroke, ctm, colorspace, color, alpha, color_params):
23349 jm_trace_text(dev, text, 1, ctm, colorspace, color, alpha, dev.seqno)
23350 dev.seqno += 1
23351
23352
23353def jm_dev_linewidth( dev, ctx, path, stroke, matrix, colorspace, color, alpha, color_params):

Callers

nothing calls this directly

Calls 1

jm_trace_textFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…