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-2022 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.