1Imager::Font::FreeType2U(s3e)r Contributed Perl DocumentaItmiaogner::Font::FreeType2(3)
2
3
4

NAME

6         Imager::Font::FreeType2 - low-level functions for FreeType2 text output
7

DESCRIPTION

9       Imager::Font creates a Imager::Font::FreeType2 object when asked to.
10
11       See Imager::Font to see how to use this type.
12
13       This class provides low-level functions that require the caller to
14       perform data validation.
15
16       This driver supports:
17
18       transform()
19       dpi()
20       draw()
21           The following parameters:
22
23           •   "utf8"
24
25           •   "vlayout"
26
27           •   "sizew"
28
29   Special behaviors
30       If you call transform() to set a transformation matrix, hinting will be
31       switched off.  This prevents sudden jumps in the size of the text
32       caused by the hinting when the transformation is the identity matrix.
33       If for some reason you want hinting enabled, use
34       $font->hinting(hinting=>1) to re-enable hinting.  This will need to be
35       called after each call to transform().
36

AUTHOR

38       Addi, Tony
39
40
41
42perl v5.32.1                      2021-01-27        Imager::Font::FreeType2(3)
Impressum