Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Imager /
Font /
Delete
Unzip
Name
Size
Permission
Date
Action
BBox.pm
5.1
KB
-rw-rw-rw-
2020-06-13 09:38
FT2.pm
6.05
KB
-rw-rw-rw-
2020-06-13 10:11
FreeType2.pm
1.06
KB
-rw-rw-rw-
2020-06-13 09:38
Image.pm
3.75
KB
-rw-rw-rw-
2020-06-13 09:39
T1.pm
6.26
KB
-rw-rw-rw-
2020-06-13 10:13
Test.pm
1.76
KB
-rw-rw-rw-
2020-06-13 10:19
Truetype.pm
3.22
KB
-rw-rw-rw-
2020-06-13 09:40
Type1.pm
374
B
-rw-rw-rw-
2020-06-13 10:24
W32.pm
1.86
KB
-rw-rw-rw-
2020-06-13 09:34
Win32.pm
408
B
-rw-rw-rw-
2020-06-13 10:14
Wrap.pm
10.11
KB
-rw-rw-rw-
2020-06-13 10:15
Save
Rename
package Imager::Font::FreeType2; use 5.006; use strict; use Imager::Font::FT2; our @ISA = qw(Imager::Font::FT2); our $VERSION = "1.021"; 1; __END__ =head1 NAME Imager::Font::FreeType2 - low-level functions for FreeType2 text output =head1 DESCRIPTION Imager::Font creates a Imager::Font::FreeType2 object when asked to. See Imager::Font to see how to use this type. This class provides low-level functions that require the caller to perform data validation. This driver supports: =over =item transform() =item dpi() =item draw() The following parameters: =over =item * C<utf8> =item * C<vlayout> =item * C<sizew> =back =back =head2 Special behaviors If you call transform() to set a transformation matrix, hinting will be switched off. This prevents sudden jumps in the size of the text caused by the hinting when the transformation is the identity matrix. If for some reason you want hinting enabled, use $font->hinting(hinting=>1) to re-enable hinting. This will need to be called after I<each> call to transform(). =head1 AUTHOR Addi, Tony =cut