MCPcopy Index your code
hub / github.com/clips/pattern / PDFTrueTypeFont

Class PDFTrueTypeFont

pattern/web/pdf/pdffont.py:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567
568# PDFTrueTypeFont
569class PDFTrueTypeFont(PDFType1Font):
570
571 def __repr__(self):
572 return '<PDFTrueTypeFont: basefont=%r>' % self.basefont
573
574# PDFType3Font
575class PDFType3Font(PDFSimpleFont):

Callers 1

get_fontMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…