MCPcopy Create free account
hub / github.com/scanny/python-pptx / _fields

Method _fields

src/pptx/text/fonts.py:151–157  ·  view source on GitHub ↗

5-tuple containing the fields read from the font file header. Also known as the offset table.

(self)

Source from the content-addressed store, hash-verified

149
150 @lazyproperty
151 def _fields(self):
152 """5-tuple containing the fields read from the font file header.
153
154 Also known as the offset table.
155 """
156 # sfnt_version, tbl_count, search_range, entry_selector, range_shift
157 return self._stream.read_fields(">4sHHHH", 0)
158
159 def _iter_table_records(self):
160 """

Callers

nothing calls this directly

Calls 1

read_fieldsMethod · 0.80

Tested by

no test coverage detected