]> git.imager.perl.org - imager.git/blob - FT2/Changes
29dc8eab8bde9e8f412577bae4bc1486e8125c66
[imager.git] / FT2 / Changes
1 Imager-Font-FT2 0.92
2 ====================
3
4  - drawing non-AA text is now done in alpha-combining mode
5    https://rt.cpan.org/Ticket/Display.html?id=73359
6
7  - use gsamp/psamp() to transfer pixels from the work image to the
8    output image instead of gpix/ppix.
9    https://rt.cpan.org/Ticket/Display.html?id=83478
10
11 Imager-Font-FT2 0.91
12 ====================
13
14  - depend on Imager 0.95.
15
16 Imager-Font-FT2 0.90
17 ====================
18
19 Released as part of Imager 0.94_02.
20
21  - fix some mismatched format strings/types
22
23  - enable the debug log for t/t90std.t
24
25 Imager-Font-FT2 0.89
26 ====================
27
28  - update README
29
30  - drawing text to a channel drew with random coverage, since the
31    alpha channel used for the internal call to draw text wasn't
32    initialized.
33
34 Imager-Font-FT2 0.88
35 ====================
36
37  - report the library version during testing
38
39 Imager-Font-FT2 0.87
40 ====================
41
42 Distributed with Imager 0.93_01
43
44  - improve thread safety
45
46 Imager-Font-FT2 0.86
47 ====================
48
49  - previously the probe step for freetype-config would fail on cygwin
50
51  - clean up .dSYM directories generated performing probes on OS X
52    Mountain Lion.
53
54  - pass the --verbose command-line option through to Imager::Probe in
55    Makefile.PL
56    https://rt.cpan.org/Ticket/Display.html?id=75878
57
58 Imager-Font-FT2 0.85
59 ====================
60
61  - no longer fallback to using DynaLoader to load the XS code
62    https://rt.cpan.org/Ticket/Display.html?id=75560
63
64 Imager-Font-FT2 0.84
65 ====================
66
67  - update dependency to Imager 0.86
68    https://rt.cpan.org/Ticket/Display.html?id=72643
69
70 Imager-Font-FT2 0.83
71 ====================
72
73  - has_chars() now returns perl's true and false values in list
74    context rather than integers, which should be more efficient.
75    https://rt.cpan.org/Ticket/Display.html?id=69158
76
77  - the default text color is no longer transparent.
78    https://rt.cpan.org/Ticket/Display.html?id=71469
79
80 Imager-Font-FT2 0.82
81 ====================
82
83  - update the bundled (and still modified) Devel::CheckLib
84    https://rt.cpan.org/Ticket/Display.html?id=69170
85
86  - use snprintf() when imconfig.h indicates it's available
87    https://rt.cpan.org/Ticket/Display.html?id=69147
88
89 Imager-Font-FT2 0.81
90 ====================
91
92  - the big types cleanup
93
94 Imager-Font-FT2 0.78
95 ====================
96
97 Split off from Imager.