HomeSort by: relevance | last modified time | path
    Searched defs:fontfile (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/ofl/font-liberation-ttf/dist/scripts/
setisFixedPitch-fonttools.py 35 fontfile = sys.argv[i] variable
36 print(fontfile)
37 font = ttLib.TTFont(fontfile)
48 newfont = fontfile[0:-4] + '-fixed' + fontfile[-4:]

Completed in 40 milliseconds