fixed format warnings
[swftools.git] / lib / modules / swffont.c
2010-01-09 Matthias Krammfixed format warnings
2009-11-29 Matthias Krammadded 'flashtype' option to .font in swfc
2009-11-28 Matthias Krammgenerate align zones during postprocessing
2008-11-12 krammmade some char pointers constant
2008-06-09 krammadded workaround for broken font bounding boxes
2008-05-14 krammuse family_name for font name
2008-03-26 krammmade compileable standalone
2008-01-09 krammwin32 compile fixes
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-09-08 krammadded missing const keywords
2007-01-21 krammremoved debug output
2005-11-06 krammsmall bugfixes
2005-03-06 krammfixed a bug where a non-loadable character shifts all...
2005-02-22 krammfixed log output in case only t1lib is activated.
2005-01-24 krammfixed a bug in #if 0'd code
2005-01-10 krammadded comment about point size.
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-09-03 krammsome fixes to ft2build.h handling.
2004-09-02 krammuse FT_FREETYPE_H if we have ft2build.h.
2004-09-02 krammadded handling of ft2build.h.
2004-08-20 krammadded support for charmaps.
2004-08-17 krammfixed freetype bounding boxes & ascent/descent/leading.
2004-08-17 krammfixed "bad code offset" bug.
2004-08-16 krammfixed off by one maxascii bug.
2004-08-16 krammfixed small bug.
2004-08-16 krammadded full_unicode to swf_SetLoadFontParameters().
2004-08-16 krammfixed "align to subpixels" outline quality problem.
2004-08-14 krammseveral bugfixes. Freetype fonts are now properly sized.
2004-08-13 krammadded reencoding code.
2004-08-13 krammfixed "second swf_LoadT1Font() fails" bug.
2004-08-12 krammadded more graceful error handling.
2004-08-07 krammadded swf_DummyFont().
2004-07-24 krammrenamed swf_LoadFontSetScale to swf_LoadFontSetParameters.
2004-07-24 krammadded custom font scaling.
2004-07-12 krammfixed TTF leading.
2004-06-12 krammremoved a debug statement.
2004-06-12 krammFreetype converter: Only glyphs with either a unicode...
2004-06-06 krammremoved superfluous memset.
2004-05-28 krammfixed ascent,descent&leading.
2004-05-28 krammadvance is now in twips, not in pixels.
2004-02-10 krammfixed compile problems.
2004-02-06 krammfix for segfault in LoadT1Font if the fontname is not...
2004-02-05 krammswf_LoadFont() now returns more quickly if the file...
2004-02-04 krammrenamed USE_FREETYPE to HAVE_FREETYPE
2004-02-02 krammfixed bug in font name setting
2004-02-01 krammswf_LoadFont now also loads SWF fonts
2004-02-01 krammadded swf_LoadFont().
2004-01-31 krammimplemented LoadT1Font().
2004-01-31 krammremoved MAX_CHAR_PER_FONT, made TTF support work.
2004-01-31 krammInitial revision- not really working yet