Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ get_descent
Method
get_descent
pattern/web/pdf/pdffont.py:477–478 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
475
def
get_ascent(self):
476
return
self.ascent * self.vscale
477
def
get_descent(self):
478
return
self.descent * self.vscale
479
480
def
get_width(self):
481
w = self.bbox[2]-self.bbox[0]
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected