LaTeX::BibTeX is a Perl module that serves mainly as a high-level introduction to the LaTeX::BibTeX library, for both code and documentation purposes. The code loads the two fundamental modules for processing BibTeX files (LaTeX::BibTeX::File and...

Font::FNT

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'); ...