mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 06:06:17 +00:00
#809 autogwow when button is hold, justify align fixes
This commit is contained in:
@@ -1471,7 +1471,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
if (value.styleFlagsHasFont) {
|
||||
writeUI16(value.textHeight);
|
||||
}
|
||||
writeUI8(value.glyphEntries.length);
|
||||
writeUI8(value.glyphEntries.size());
|
||||
for (GLYPHENTRY ge : value.glyphEntries) {
|
||||
writeGLYPHENTRY(ge, glyphBits, advanceBits);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user