Re: Font::FNT

2004-04-06 Thread Randy W. Sims
Steffen Goeldner wrote:
Hi, I'm about to release the module

  Font::FNT

to load, manipulate and save Windows raster fonts (.FNT files).

Is this namespace ok?
Looks right to me.


Font::FNT

2004-04-06 Thread Steffen Goeldner

Hi, I'm about to release the module

  Font::FNT

to load, manipulate and save Windows raster fonts (.FNT files).

The following methods will be available:

 load  : creates a Font::FNT instance from a .FNT file
 save  : saves a Font::FNT instance into a .FNT file
 save_yaml : saves a Font::FNT instance into a notepadable
 format (YAML)
 load_yaml : creates a Font::FNT instance from a YAML file
 save_pbm  : saves a Font::FNT instance into a portable bitmap
 (for preview purposes)


Is this namespace ok?


Steffen