NAME

Allegro::Font - Allegro font object


DESCRIPTION

Allegro does not provide any routines to directly create, load or save fonts. Therefore an Allegro::Font object will only be created by accessing the objects in a Datafile, and can be passed to the text drawing methods of a Bitmap or Display object.

All methods of Allegro::Font should be considered private.


AUTHOR

Colin O'Leary <colin@mx3.org>


COPYRIGHT

Copyright 2003 by Colin O'Leary. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The Allegro library is copyright its authors, and is giftware. See http://alleg.sf.net for more information.


SEE ALSO

Allegro - Base Allegro routines
the Allegro::Datafile manpage - Allegro datafile routines