Alien-Font-Uni

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


SYNOPSIS
        use Alien::Font::Uni;
    
        my $path = Alien::Font::Uni::get_path();
        my $vstring = Alien::Font::Uni::font_vstring();
        my $string  = Alien::Font::Uni::font_version();

DESCRIPTION
    This module was created as an optional dependency of Chart to have
    access to an unicode complete scaleable font file. Thus only the .ttf
    file is provided since this is what GD can read. Distros might redirect
    to pre-existing resources.

FONT
    Unifont 15, Copyright(c) 1998 - 2022 by Roman Czyborra, Paul Hardy and
    contributors - Licensed under OFL 1.1

AUTHOR
    Herbert Breunung (lichtkind@cpan.org)

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


    use Alien::Font::Uni;
    
    my $path = Alien::Font::Uni::get_path();
    my $vstring = Alien::Font::Uni::font_vstring();
    my $string  = Alien::Font::Uni::font_version();

=head1 DESCRIPTION

This module was created as an optional dependency of L<Chart>
to have access to an unicode complete scaleable font file. 
Thus only the .ttf file is provided since this is what L<GD> can read.
Distros might redirect to pre-existing resources.

=head1 FONT

Unifont 15, Copyright(c) 1998 - 2022 by Roman Czyborra, Paul Hardy
and contributors - Licensed under OFL 1.1

=head1 AUTHOR



( run in 0.653 second using v1.01-cache-2.11-cpan-88abd93f124 )