HomeSort by relevance Sort by last modified time
    Searched refs:_TestGlyph (Results 1 - 3 of 3) sorted by null

  /external/fonttools/Tests/pens/
recordingPen_test.py 7 class _TestGlyph(object):
27 pen = DecomposingRecordingPen({"a": _TestGlyph()})
ttGlyphPen_test.py 90 glyphSet[componentName] = _TestGlyph(pen.glyph())
150 glyphSet[componentName] = _TestGlyph(pen.glyph())
171 glyphSet[componentName] = _TestGlyph(pen.glyph())
199 glyphSet[componentName] = _TestGlyph(pen.glyph())
232 glyphSet[componentName] = _TestGlyph(baseGlyph)
244 class _TestGlyph(object):
basePen_test.py 39 class _TestGlyph:
137 pen.glyphSet["oslash"] = _TestGlyph()

Completed in 1439 milliseconds