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

  /external/fonttools/Doc/source/
afmLib.rst 2 afmLib
5 .. automodule:: fontTools.afmLib
  /external/fonttools/Tests/afmLib/
afmLib_test.py 5 from fontTools import afmLib
16 afm = afmLib.AFM(AFM)
24 afm = afmLib.AFM(AFM)
28 self.assertEqual(afm.comments(), newAfm.comments()[1:]) # skip the "generated by afmLib" comment
36 del newLines[1] # remove the "generated by afmLib" comment
46 afm = afmLib.AFM(temp)

Completed in 175 milliseconds