Home | History | Annotate | Download | only in misc

Lines Matching refs:TTFont

7 from fontTools.ttLib import TTFont
18 def __init__(self, fileOrPath, ttFont, progress=None):
20 fileOrPath, ttFont, progress)
32 <ttFont>
38 </ttFont>
42 reader = DebugXMLReader(tmp, TTFont())
51 def __init__(self, fileOrPath, ttFont, progress=None):
53 fileOrPath, ttFont, progress)
61 '<ttFont>\r' # \r -> \n
68 '</ttFont>')
71 reader = DebugXMLReader(tmp, TTFont())
97 '<ttFont>\n'
101 '</ttFont>\n'
108 reader = XMLReader(tmp, TTFont(), progress=progressBar)
114 with BytesIO(b"<ttFont></ttFont>") as tmp:
115 reader = XMLReader(tmp, TTFont(), progress=progressBar)
122 tmp.write(b'<ttFont></ttFont>')
123 reader = XMLReader(tmp.name, TTFont())
134 tmp.write(b'<ttFont>"hello"</ttFont>')
136 reader = XMLReader(f, TTFont())
154 '<ttFont ttLibVersion="3.15">'
160 '</ttFont>'
166 '<ttFont ttLibVersion="3.15">'
170 '</ttFont>'
174 ttf = TTFont()