MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / hhea

Method hhea

tools/subset.py:345–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

343 self.tables[tag] = data[offset: offset + length]
344
345 def hhea(self):
346 r = {}
347 d = self.tables['hhea']
348 r['Ascender'], r['Descender'], r['LineGap'] = struct.unpack(
349 '>hhh', d[4:10])
350 return r
351
352 def os2(self):
353 r = {}

Callers 1

extract_vert_to_scriptFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected