
Image::ANSI::Font - A base class for fonts

# use 8x8, 8x16, or your own
$font = Image::ANSI::Font::8x8->new;

Creates a new Image::ANSI::Font object.
Clears any in-memory data.
sets the character set. $chars should be an array (either 256 or 512 [the number of characters]) of arrays (from 1 to 32 [1 bitmask per scanline]).
Get / set a char in the font.
Returns an array ref of intensity numbers (one for each character) for use when creating a thumbnail image.
Returns a GD::Font object.
Returns or sets the number of characters in the font
Returns or sets the width of the font.
Returns or sets the number of scanlines in each of the characters in the font


Copyright 2004-2009 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.