]> git.imager.perl.org - imager.git/history - t/t38ft2font.t
Test::More is now a pre-requisite for Imager, so remove it from the
[imager.git] / t / t38ft2font.t
2006-12-15 Tony CookTest::More is now a pre-requisite for Imager, so remove...
2006-11-26 Tony Cookconvert ok(... eq ..., ... ) to is(..., ..., ...)
2006-10-25 Tony Cookuse SvPV to get the length of text to draw rather than...
2006-10-08 Tony Cookthe string() method would not output the string "0"
2006-07-13 Tony Cookattempting to render a space non-antialiased from freet...
2005-12-03 Tony Cook- implemented valign=>'end' for Imager::Font->align
2005-05-24 Tony Cookwas missing use lib 't';
2005-05-02 Tony Cook- the Win32 font driver bounding_box() method now puts...
2005-05-02 Tony Cook- the FT1.x driver now supports the align parameter...
2005-05-02 Tony Cookchanged alignment tests a bit
2005-04-30 Tony Cookadded alignment tests
2005-04-26 Tony Cookfix a warning
2005-04-24 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-23 Tony Cookconvert to Test::More
2005-04-23 Tony Cookadded use strict
2005-04-21 Tony Cook- the FT 1.x was comparing versus an uninitialized...
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-10-18 Tony Cook- the XS code for i_tt_glyph_name() used unsigned char...
2004-10-18 Tony Cook- the FT2 glyph_names() method didn't do correct error...
2004-03-10 Tony Cook - only call FT_Get_Postscript_Name() on FT 2.0.6 and...
2004-02-08 Tony Cook - skip the right number of tests when FT2 isn't available
2004-01-04 Arnar Mar HrafnkelssonAll the little fixup changes for the 0.42 release.
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-05-02 Arnar Mar HrafnkelssonSwitched i_draw to i_line, added endpoint boolean condi...
2002-01-09 Tony Cookmodify the Freetype2 font code to pick it's own encodin...
2001-11-30 Tony Cookfreetype 2 bounding box function didn't know UTF8 ...
2001-11-30 Tony Cookadded has_chars() method to Imager::Font::FreeType2
2001-11-01 Arnar Mar HrafnkelssonFixed most outstanding memory leaks that are revealed...
2001-10-30 Tony Cookprevent warnings/errors under 5.004_04
2001-08-13 Tony CookEgads