1Imager::Font::FreeType2U(s3e)r Contributed Perl DocumentaItmiaogner::Font::FreeType2(3)
2
3
4
6 Imager::Font::FreeType2 - low-level functions for FreeType2 text output
7
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 per‐
14 form data validation.
15
16 This driver supports:
17
18 transform()
19 dpi()
20 draw()
21 The following parameters:
22
23 utf8
24 vlayour
25 sizew
26
27 Special behaviors
28
29 If you call transform() to set a transformation matrix, hinting will be
30 switched off. This prevents sudden jumps in the size of the text
31 caused by the hinting when the transformation is the identity matrix.
32 If for some reason you want hinting enabled, use $font->hinting(hint‐
33 ing=>1) to re-enable hinting. This will need to be called after each
34 call to transform().
35
37 Addi, Tony
38
39
40
41perl v5.8.8 2008-03-28 Imager::Font::FreeType2(3)