renamed swf_LoadFontSetScale to swf_LoadFontSetParameters.
[swftools.git] / lib / modules / swffont.c
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