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

Function fertig

src/__init__.py:19718–19724  ·  view source on GitHub ↗
(font)

Source from the content-addressed store, hash-verified

19716 return a fz_font from a number of parameters
19717 '''
19718 def fertig(font):
19719 if not font.m_internal:
19720 raise RuntimeError(MSG_FONT_FAILED)
19721 # if font allows this, set embedding
19722 if not font.m_internal.flags.never_embed:
19723 mupdf.fz_set_font_embedding(font, embed)
19724 return font
19725
19726 index = 0
19727 font = None

Callers 1

JM_get_fontFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…