[fontlint]
apt = fontforge-nox | fontforge
files = *.ttf *.otf *.woff *.sfd *.pfa *.pfb *.bdf *.pk *.ttc *.pcf
types = application/x-font-ttf application/vnd.ms-opentype
command = fontlint {file}

[ftvalid]
apt = freetype2-demos
files = *.ttf *.otf
types = application/x-font-ttf application/vnd.ms-opentype
command = ftvalid {file}

[ftlint]
flags = fixme fixme-silent
apt = freetype2-demos
files = *.ttf *.otf
types = application/x-font-ttf application/vnd.ms-opentype
command = ftlint 16 {files} | grep -v ': OK\.$'

[font-embedding-restrictions]
apt = python3, python3-fontforge, python3-debian
files = *.ttf *.otf *.sfd *.pfa *.pfb *.bdf *.pk *.ttc *.pcf
command = check-font-embedding-restrictions {files}

[font-validator]
flags = todo
comment = https://github.com/Microsoft/Font-Validator

[opentype-sanitiser]
flags = todo
comment = opentype-sanitiser RFP #817031 https://github.com/khaledhosny/ots

[t1lint]
apt = lcdf-typetools
files = *.pfa *.pfb
command = t1lint {files}

# vim:ft=dosini
