]> git.imager.perl.org - imager.git/history - lib/Imager/Font
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / lib / Imager / Font /
2020-06-13 Tony Cookeliminate use vars
2013-09-30 Tony Cook[rt #87338] Imager::Font::Wrap no longer requires the...
2013-05-19 Tony Cook[rt #85143] remove an errant trailing ' from a =head1...
2013-02-25 Tony Cookproperly test UTF8 handling for FT1, and fix it
2013-02-23 Tony Cookuse the standard font tests for Freetype 1.x (TT) too
2012-12-14 Tony Cookimproved support for threads
2012-12-14 Tony Cookconsistently use _valid_image() internally to ensure...
2011-10-10 Tony Cook[rt #71469] make default text color non-transparent
2011-02-14 Tony Cookchange version to avoid indexer confusion
2011-02-06 Tony Cookmove t1lib font support to a separate module
2010-09-25 Tony CookMove freetype 2 support into its own module
2010-09-16 Tony Cookmove win32 font support in a new directory, and use...
2010-08-23 Tony Cookonly prepend ./ to font filenames when passing them...
2010-04-12 Tony Cookhuge spelling update and spell checking patch
2008-12-12 Tony Cook - re-arrange the POD for Imager::Font::BBox:
2008-04-01 Tony Cook - removed the pointless #! line from lib/Imager/Font...
2007-10-26 Tony Cook - Imager::Font::Wrap doesn't correctly set savepos
2006-10-19 Tony CookAdd UTF8 support to the Win32 font driver
2006-07-04 Tony Cooksvn:ignore some more profiler files and other junk
2005-12-30 Tony Cook- switched to subversion - changed $VERSION that was...
2005-12-08 Tony Cook- the has_chars() method now checks the font objects...
2005-11-05 Tony Cook- t1 library re-initialization modified to support...
2005-09-30 Tony Cook- Imager::Font->new() for the tt (Freetype 1.x) driver...
2005-08-08 Tony Cook- added VERSION numbers to most .pms
2005-05-02 Tony Cook- the FT1.x driver now supports the align parameter...
2005-04-24 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-20 Tony Cook- Imager::Font::BBox advance_width() method was falling...
2005-04-20 Tony Cook- fix a few compiler warnings
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...
2003-03-30 Arnar Mar HrafnkelssonAdded preliminary support for adding image based fonts.
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-11-05 Tony Cookfixed issue reported in ticket 1748, and added smoke...
2002-05-09 Tony Cook - handle UTF8 strings passed to T1 low-level...
2002-05-05 Tony Cookhas_chars() support for freetype 1.x
2002-04-18 Tony Cooksupport UTF with Freetype 1.x
2002-03-19 Tony Cookdocument the t1log option to Imager::init()
2002-03-19 Tony Cookquote a few hash keys to prevent warnings on 5.004
2001-12-11 Tony Cookclaes' afm patch
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-10-30 Tony Cookprevent warnings/errors under 5.004_04
2001-08-15 Tony Cookfix some problems in handling glyph dimensions with...
2001-08-13 Tony CookEgads
2001-05-24 Tony Cooksplit Imager::Font into base *::Type1 and *::Truetype...