Issue #390 Reload list of fonts to import

This commit is contained in:
Honfika
2013-12-31 12:59:59 +01:00
parent 4c890963a9
commit a2fb1420c1
6 changed files with 24 additions and 38 deletions
@@ -93,7 +93,6 @@ import com.jpexs.decompiler.flash.types.sound.MP3FRAME;
import com.jpexs.decompiler.graph.ExportMode;
import com.jpexs.helpers.utf8.Utf8Helper;
import java.awt.Font;
import java.awt.GraphicsEnvironment;
import java.awt.Point;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
@@ -2254,7 +2253,6 @@ public class XFLConverter {
FontTag font = null;
String fontName = null;
String psFontName = null;
String[] availableFonts = GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames();
int textHeight = -1;
RGB textColor = null;
RGBA textColorA = null;