MCPcopy Create free account
hub / github.com/clips/pattern / do_T_a

Method do_T_a

pattern/web/pdf/pdfinterp.py:668–672  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

666 return
667 # nextline
668 def do_T_a(self):
669 (a,b,c,d,e,f) = self.textstate.matrix
670 self.textstate.matrix = (a,b,c,d,self.textstate.leading*c+e,self.textstate.leading*d+f)
671 self.textstate.linematrix = (0, 0)
672 return
673
674 # show-pos
675 def do_TJ(self, seq):

Callers 1

do__qMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected