[fontlint]
apt = fontforge-nox
match = *.ttf *.otf *.sfd *.pfa *.pfb *.bdf *.pk *.ttc *.pcf
command = fontlint {file}

[ftvalid]
apt = freetype2-demos
match = *.ttf *.otf
command = ftvalid {file}

[ftlint]
apt = freetype2-demos
match = *.ttf *.otf
command = ftlint 16 {files} | grep -v ': OK\.$'

[embedding-restrictions]
flags = todo
apt = python-fontforge
comment =
 Fonts in main should not have embedding restriction bits:
 python -c '0 != fontforge.open(f).os2_fstype'

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

# vim:ft=dosini
