File: cleanup.py

package info (click to toggle)
mutatormath 3.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,820 kB
  • sloc: python: 2,581; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
for f in AllFonts():
    for g in f:
        l = g.getLayer("background")
        l.clear()
    f.save()