GD

 view release on metacpan or  search on metacpan

lib/GD.pm  view on Meta::CPAN


	print "The large font contains ",gdLargeFont->nchars," characters\n";

=item B<$font-E<gt>offset>

This returns the ASCII value of the first character in the font

=item B<$width = $font-E<gt>width>

=item B<$height = $font-E<gt>height>

=item C<height>

These return the width and height of the font.

  ($w,$h) = (gdLargeFont->width,gdLargeFont->height);

=back

=head1 Helper Functions

=over

=item GD::LIBGD_VERSION

Returns a number of the libgd VERSION, like 2.0204, 2.0033 or 2.01.

=item GD::VERSION_STRING

Returns the string of the libgd VERSION, like "2.2.4".

=item GD::constant

=back

=head1 Obtaining the C-language version of gd

libgd, the C-language version of gd, can be obtained at URL
http://libgd.org/  Directions for installing and using it
can be found at that site.  Please do not contact me for help with
libgd.

=head1 AUTHOR

The GD.pm interface is copyright 1995-2010, Lincoln D. Stein. This
package and its accompanying libraries is free software; you can
redistribute it and/or modify it under the terms of the GPL (either
version 1, or at your option, any later version) or the Artistic
License 2.0.  Refer to LICENSE for the full license text.
package for details.

The latest versions of GD.pm are available at

  https://github.com/lstein/Perl-GD

=head1 SEE ALSO

L<GD::Polyline>,
L<GD::SVG>,
L<GD::Simple>,
L<Image::Magick>

=cut

1;

__END__



( run in 0.719 second using v1.01-cache-2.11-cpan-39bf76dae61 )