fixed some compiler warnings
[swftools.git] / lib / gfxfont.c
2010-06-15 Matthias Krammfixed some compiler warnings
2010-05-08 Matthias Krammminor compile fixes
2010-05-06 Matthias Krammonly create a unicode2glyph table if explicitly requested
2010-05-06 Matthias Krammfixed font bug
2010-04-17 Matthias KrammOSX bearing fix
2010-04-14 Matthias Krammmore lsb fixes
2010-04-13 Matthias Krammfixed lsb issue
2010-03-19 Matthias Krammgenerate correct left side bearings
2010-03-17 Matthias Krammfixed bug in unicode relocation
2010-03-17 Matthias Krammrefactored ttf unicode mapping
2010-03-16 Matthias Krammtrivial bug fixes
2010-03-11 Matthias Krammfixed linegap value
2010-03-10 Matthias Krammfixes to ttf file format, merged in Mike Lewis name...
2010-03-10 Matthias Krammsmall bugfix in ttf generator
2010-03-03 Matthias Krammadded eot support to ttf library
2010-02-25 Matthias Krammfixed a memleak, made pdf device reorder bad unicode
2010-02-25 Matthias Krammmore ttf bug fixes
2010-02-20 Matthias Krammfixed bugs in ttf writer
2010-02-19 Matthias Krammadded ttf support to pdf2pdf
2010-02-18 Matthias Krammfixed bugs in ttf generator
2010-02-18 Matthias Krammadded gfxfont_save() to gfxfont.{c,h}
2010-02-05 Matthias Krammeven more memleak fixes
2010-01-09 Matthias Krammfixed format warnings
2008-04-01 krammfixed a prototype
2008-03-12 krammfixed a mem leak
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-09-09 krammadded DEBUG sections
2007-09-08 krammskip "armn" encoding
2007-05-09 krammremoved scale factor 20 in advance value
2006-12-02 krammremoved old freetype workaround
2006-10-30 krammdump ft error code if font didn't load
2006-06-16 krammpass font id to loadfont
2006-04-16 krammdon't switch to custom chartables
2006-01-06 krammadded some parentheses
2005-12-07 krammonly remap the font if we found a valid encoding (where...
2005-12-07 krammonly remove empty glyphs if they don't have a name
2005-11-13 krammsome fixes for buggy fonts
2005-11-06 krammadded workaround for the "couldn't load glyph" freetype...
2005-07-23 krammadded quality parameter to gfxdraw_cubicTo()
2005-05-08 krammseveral fixes
2005-05-01 krammfixed some mem leaks, added gfxfont_free()
2005-04-30 kramminitial revision