Font::FNT 0.02

Font::FNT allows you to load, manipulate and save Windows raster fonts.SYNOPSIS use Font::FNT(); my $fnt = Font::FNT->load('test.fnt'); $fnt->save_yaml('test.yml'); # scite test.yml $fnt = Font::FNT->load_yaml('test.yml'); ...