Desmond Lee > Font-BDF-Reader-0.01 > bdf2png

Download:
Font-BDF-Reader-0.01.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

bdf2png convert a BDF file into a number of transparent PNG files

SYNOPSIS ^

  bdf2png BDF_FILE

DESCRIPTION ^

This script takes the BDF file 'BDF_FILE' and creates a PNG file for each character defined by the BDF file. For a BDF file named "kanji48.bdf", each PNG file will be named "kanji48.STARTCHAR.pdf".

It uses the Font::BDF::Reader module to read data from the BDF file, and the GD module to create the PNG files.

SEE ALSO ^

The module Font::BDF::Reader.

The specifications for the BDF format can be found here: http://partners.adobe.com/asn/developer/PDFS/TN/5005.BDF_Spec.pdf.

AUTHOR ^

Desmond Lee, <dclee@shaw.ca<gt>

COPYRIGHT AND LICENSE ^

Copyright 2003 by Desmond Lee

This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.