DTL AFM Interpolator version 1.1
last update: 2 July 2008

New in version 1.1:
- also interpolates POS values next to KPX
- negligible values (specified by an optional, extra argument) are left out
- instead of using a space as delimiter character, it now delimits using any amount of whitespace


Usage:
java AFMInterpolator [file1] [file2] [factor] [flag] [output] ([limit])

- file1: first AFM file
- file2: second AFM file
- factor: interpolation percentage (0-100)
- flag: 0 leaves incomplete pairs out, 1 ignores missing pairs and calculates using 0 instead
- output: output file
- limit: lower limit for values, leaves pairs with values smaller or equal out (optional)

example use:
java AFMInterpolator fontname_regular.afm fontname_bold.afm 50 1 fontname_medium.afm 10


Note: output file is automatically overwritten

