Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ do_Tc
Method
do_Tc
pattern/web/pdf/pdfinterp.py:612–614 ·
view source on GitHub ↗
(self, space)
Source
from the content-addressed store, hash-verified
610
611
# setcharspace
612
def
do_Tc(self, space):
613
self.textstate.charspace = space
614
return
615
# setwordspace
616
def
do_Tw(self, space):
617
self.textstate.wordspace = space
Callers
1
do__w
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected