]> git.imager.perl.org - imager.git/history - freetyp2.c
5.005_03 compatible access to SEEK_* constants
[imager.git] / freetyp2.c
2006-12-30 Tony CookVarious changes:
2006-11-26 Tony Cookavoid most compilter warnings produced by GCC 4.1
2006-07-13 Tony Cookattempting to render a space non-antialiased from freet...
2006-01-11 Tony Cook- constify the Imager API
2006-01-10 Tony Cook- start of external Imager API access:
2005-04-24 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-20 Tony Cook- fix a few compiler warnings
2005-01-31 Tony Cook- the right-side bearing used to adjust the final width...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-12-23 Tony Cook- we were undefing the wrong macro (used as an include...
2004-10-18 Tony Cook- the FT2 glyph_names() method didn't do correct error...
2004-08-08 Tony Cook - the Win32 font driver now uses DEFAULT_CHARSE...
2004-03-10 Tony Cook - only call FT_Get_Postscript_Name() on FT 2.0.6 and...
2003-01-03 Tony Cook - Debian woody supplied FT2.0.9, which didn...
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-05-05 Tony Cookhas_chars() support for freetype 1.x
2002-04-18 Tony Cooksupport UTF with Freetype 1.x
2002-04-01 Tony Cookhide or rename any symbols that are likely to conflict...
2002-01-11 Tony Cookfix calculation of descender for FT2, it was calculatin...
2002-01-09 Tony Cookmodify the Freetype2 font code to pick it's own encodin...
2001-12-01 Tony Cookwrite paletted images as paletted for tiff
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-08-15 Tony Cookfix some problems in handling glyph dimensions with...
2001-08-13 Tony CookEgads