Home
last modified time | relevance | path

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

/external/fonttools/Tests/ufoLib/
DglifLib_test.py177 class _Glyph: class
184 glyph = _Glyph()
190 glyph2 = _Glyph()
198 s = writeGlyphToString("a", _Glyph())
211 g = _Glyph()
227 readGlyphFromString(s, _Glyph()) # validate=True by default
230 readGlyphFromString(s, _Glyph(), validate=True)
234 readGlyphFromString(s, _Glyph(), validate=False)
249 readGlyphFromString(s, _Glyph(), formatVersions=[1, 2])
250 readGlyphFromString(s, _Glyph(), formatVersions=[(1, 0), (2, 0)])
[all …]