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

Function test_insert_font

tests/test_general.py:263–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 print( f'bbox={bbox!r}')
262
263def test_insert_font():
264 doc=pymupdf.open(f'{scriptdir}/resources/v110-changes.pdf')
265 page = doc[0]
266 i = page.insert_font()
267 print( f'page.insert_font() => {i}')
268
269def test_2173():
270 from pymupdf import IRect, Pixmap, CS_RGB, Colorspace

Callers

nothing calls this directly

Calls 1

insert_fontMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…