mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
better font name handling
kerning moved to FontHelper
This commit is contained in:
@@ -271,8 +271,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
public Map<Integer, CharacterTag> characters = new HashMap<>();
|
||||
public List<ABCContainerTag> abcList;
|
||||
public JPEGTablesTag jtt;
|
||||
public Map<Integer, String> sourceFontFamiliesMap = new HashMap<>();
|
||||
public Map<Integer, String> sourceFontFacesMap = new HashMap<>();
|
||||
public Map<Integer, String> sourceFontNamesMap = new HashMap<>();
|
||||
public static final double unitDivisor = 20;
|
||||
private static final Logger logger = Logger.getLogger(SWF.class.getName());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user