1Alien::Font::Uni(3) User Contributed Perl Documentation Alien::Font::Uni(3)
2
3
4
6 Alien::Font::Uni - access to Unifont truetype file
7
9 use Alien::Font::Uni;
10
11 my $path = Alien::Font::Uni::get_path();
12 my $vstring = Alien::Font::Uni::font_vstring();
13 my $string = Alien::Font::Uni::font_version();
14
16 This module was created as an optional dependency of Chart to have
17 access to an unicode complete scaleable font file. Thus only the .ttf
18 file is provided since this is what GD can read. Distros might
19 redirect to pre-existing resources.
20
22 Unifont 15, Copyright(c) 1998 - 2022 by Roman Czyborra, Paul Hardy and
23 contributors - Licensed under OFL 1.1
24
26 Herbert Breunung (lichtkind@cpan.org)
27
29 Copyright(c) 2022 by Herbert Breunung
30
31 All rights reserved. This program is free software; you can
32 redistribute it and/or modify it under the same terms as Perl itself.
33
34
35
36perl v5.38.0 2023-07-20 Alien::Font::Uni(3)