CIDFonts: look for external replacement.
[swftools.git] / pdf2swf / SWFOutputDev.cc
2002-06-27 krammCIDFonts: look for external replacement.
2002-06-26 krammput out CID warning only once
2002-06-26 kramm* enhanced font search to allow XXXXXX+ prefixes.
2002-06-26 kramm#include <math.h>
2002-06-17 krammImplement -t (--stop) option.
2002-06-13 krammadded antialiasing of type 3 fonts.
2002-05-28 krammimplement -q (--quiet) option.
2002-05-28 krammuse the xpdf type 3 font renderer.
2002-05-27 kramminitialize the xref field.
2002-05-27 krammmore xpdf 1.01 fixes.
2002-05-27 krammmade substituteFont and writeEmbeddedFontToFile work.
2002-05-27 kramminitialize globalParams. Otherwise, xpdf segfaults.
2002-05-27 krammremoved compiler warnings.
2002-05-19 krammsimplified routine drawGeneralImage().
2002-04-21 krammadded -z option.
2002-03-11 krammfix the "cloud" bug.
2002-01-27 krammimproved font search routine.
2002-01-16 krammfixed handling of NULL strings in logf calls.
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