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.py25 postFormatSize = sstruct.calcsize(postFormat) variable
31 sstruct.unpack(postFormat, data[:postFormatSize], self)
32 data = data[postFormatSize:]