Alien-Font-Vera

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Alien::Font::Vera - Access to Vera truetype file

SYNOPSIS
        use Alien::Font::Vera;
    
        my $path = Alien::Font::Vera::path;

DESCRIPTION
    This module was created as an optional dependency of Project2::Gantt to
    have access to a ttf font file.

    Thus only the .ttf file is provided since this is what Imager can read.

    Distros might redirect to pre-existing resources.

FONT
    Vera font <https://en.wikipedia.org/wiki/Bitstream_Vera> is provided
    using the Bitstream license (share/License.txt) also present in this
    package.

AUTHOR
    Bruno Ramos <bramos@cpan.org>

ACKNOWLEDGEMENTS
    This module is inspired by Alien::Font::Uni from Herbert Breunung

COPYRIGHT
    Copyright(c) 2023 by Bruno Ramos

LICENSE
    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

    The included Vera font is licensed under the Bitstream License (see
    share/License.txt)

lib/Alien/Font/Vera.pm  view on Meta::CPAN


=head1 SYNOPSIS

    use Alien::Font::Vera;
    
    my $path = Alien::Font::Vera::path;

=head1 DESCRIPTION

This module was created as an optional dependency of L<Project2::Gantt>
to have access to a ttf font file.

Thus only the .ttf file is provided since this is what L<Imager> can read.

Distros might redirect to pre-existing resources.

=head1 FONT

L<Vera font|https://en.wikipedia.org/wiki/Bitstream_Vera> is provided using the Bitstream license (share/License.txt) also present in this
package.

=head1 AUTHOR

Bruno Ramos <bramos@cpan.org>

=head1 ACKNOWLEDGEMENTS

This module is inspired by L<Alien::Font::Uni> from Herbert Breunung

=head1 COPYRIGHT

Copyright(c) 2023 by Bruno Ramos

=head1 LICENSE

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

The included Vera font is licensed under the Bitstream License (see share/License.txt)

share/License.txt  view on Meta::CPAN

All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the fonts accompanying this license ("Fonts") and associated
 documentation files (the "Font Software"), to reproduce and distribute
 the Font Software, including without limitation the rights to use, copy,
 merge, publish, distribute, and/or sell copies of the Font Software, and
 to permit persons to whom the Font Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright and trademark notices and this permission notice
 shall be included in all copies of one or more of the Font Software
 typefaces.
 .
 The Font Software may be modified, altered, or added to, and in
 particular the designs of glyphs or characters in the Fonts may be
 modified and additional glyphs or characters may be added to the Fonts,
 only if the fonts are renamed to names not containing either the words
 "Bitstream" or the word "Vera".
 .
 This License becomes null and void to the extent applicable to Fonts or
 Font Software that has been modified and is distributed under the
 "Bitstream Vera" names.
 .
 The Font Software may be sold as part of a larger software package but
 no copy of one or more of the Font Software typefaces may be sold by
 itself.
 .

share/License.txt  view on Meta::CPAN

 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
 .
 Except as contained in this notice, the names of Gnome, the Gnome
 Foundation, and Bitstream Inc., shall not be used in advertising or
 otherwise to promote the sale, use or other dealings in this Font
 Software without prior written authorization from the Gnome Foundation
 or Bitstream Inc., respectively. For further information, contact:
 <fonts@gnome.org>.



( run in 1.246 second using v1.01-cache-2.11-cpan-5735350b133 )