#809 autogwow when button is hold, justify align fixes

This commit is contained in:
honfika@gmail.com
2015-02-28 20:35:26 +01:00
parent a9a1e8c5fd
commit ca30321d08
15 changed files with 223 additions and 57 deletions

View File

@@ -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);
}