Import metrics
-
Is it possible to import a afm file in robofont?
Regards
-
thanks!
-
this feature isn't embedded but :)
you could import the kerning from a afm file with RoboFab into the
CurrentFont
see http://robofab.org/objects/kerning.html
f = CurrentFont() # this is only importing the kerning from a AFM file f.kerning.importAFM("path/to/a/afm/file")