Using new BitmapExporter for generating font preview

This commit is contained in:
Honfika
2014-01-27 15:39:32 +01:00
parent 13de07fb92
commit ae842cb30d
21 changed files with 81 additions and 800 deletions
@@ -105,7 +105,6 @@ import com.jpexs.decompiler.flash.types.RECT;
import com.jpexs.decompiler.flash.types.filters.BlendComposite;
import com.jpexs.decompiler.flash.types.filters.FILTER;
import com.jpexs.decompiler.flash.types.filters.Filtering;
import com.jpexs.decompiler.flash.types.shaperecords.SHAPERECORD;
import com.jpexs.decompiler.flash.types.sound.AdpcmDecoder;
import com.jpexs.decompiler.flash.xfl.XFLConverter;
import com.jpexs.decompiler.graph.ExportMode;
@@ -2078,7 +2077,6 @@ public final class SWF implements TreeItem {
public void clearImageCache() {
cache.clear();
SHAPERECORD.clearShapeCache();
BitmapExporter.clearShapeCache();
}