[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]
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 = python, python-fontforge, python-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

# vim:ft=dosini
