Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dt1Lib.py103 def read(path, onlyHeader=False): argument
108 return readLWFN(path, onlyHeader), 'LWFN'
110 return readPFB(path, onlyHeader), 'PFB'
144 def readLWFN(path, onlyHeader=False): argument
157 if onlyHeader and code == 2:
176 def readPFB(path, onlyHeader=False): argument
193 if onlyHeader: