The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Image::TextMode::Font - A base class for text mode fonts

DESCRIPTION

Represents a font in text mode. That is, an array of characters represented by an array of byte scanlines.

ACCESSORS

  • width - The width of the font

  • height - The height of the font

  • chars - An array of array of scanline data

METHODS

new( %args )

Creates a new font object.

AUTHOR

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008-2014 by Brian Cassidy

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