Home
last modified time | relevance | path

Searched refs:postFormatSize (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_p_o_s_t.py26 postFormatSize = sstruct.calcsize(postFormat) variable
32 sstruct.unpack(postFormat, data[:postFormatSize], self)
33 data = data[postFormatSize:]