set dpi to 72.
[swftools.git] / pdf2swf / SWFOutputDev.cc
2002-01-08 krammset dpi to 72.
2001-12-16 krammstore named links in swf, too.
2001-12-16 krammfixed font matrix.
2001-12-13 krammuse mktmpname for generating temporary filenames.
2001-11-23 kramm* only store fonts with valid names in substitute table.
2001-11-23 krammadded support for truetype libs using ttf2pt1.
2001-11-21 krammfixed clipping bug: More than one clipping region insid...
2001-11-19 krammcleaned up font handling.
2001-11-19 krammFixed the masked bitmap handling. (converting the ...
2001-11-16 krammprint out a "file contains links" message once.
2001-11-04 krammadded optional storing of full font sets in the .swf...
2001-11-04 krammadded missing return statement.
2001-11-01 krammcleared up.
2001-11-01 krammadded Link support
2001-10-29 krammbugfix: some lines were too thick or too thin
2001-10-29 krammdon't draw characters which don't have a name
2001-10-29 krammimplement picture cache, so pictures that are reference...
2001-10-28 krammchanged some errors to warnings.
2001-10-28 krammLossless Images added.
2001-10-23 krammFixed a bug which caused wrong initialization of matrices.
2001-10-22 kramm* added functions for setting options
2001-10-20 krammstore temporary files in /tmp.
2001-10-20 krammremoved the embedded cache, as the swfoutput font cache...
2001-10-20 krammFont characters are now addressed by full name, not...
2001-10-18 krammimplemented two levels of font cache
2001-10-18 krammswfoutput_setfont now takes the font id as parameter
2001-10-18 krammInitial revision