mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 19:40:43 +00:00
raw edit fix
This commit is contained in:
@@ -91,6 +91,7 @@ public class DefineFont2Tag extends FontTag {
|
||||
@Conditional("fontFlagsHasLayout")
|
||||
public List<RECT> fontBoundsTable;
|
||||
|
||||
@Conditional("fontFlagsHasLayout")
|
||||
public List<KERNINGRECORD> fontKerningTable;
|
||||
|
||||
public static final int ID = 48;
|
||||
|
||||
@@ -83,10 +83,14 @@ public class DefineFont3Tag extends FontTag {
|
||||
@Conditional("fontFlagsHasLayout")
|
||||
public int fontLeading;
|
||||
|
||||
@SWFType(BasicType.SI16)
|
||||
@Conditional("fontFlagsHasLayout")
|
||||
public List<Integer> fontAdvanceTable;
|
||||
|
||||
@Conditional("fontFlagsHasLayout")
|
||||
public List<RECT> fontBoundsTable;
|
||||
|
||||
@Conditional("fontFlagsHasLayout")
|
||||
public List<KERNINGRECORD> fontKerningTable;
|
||||
|
||||
public static final int ID = 75;
|
||||
|
||||
Reference in New Issue
Block a user