Issue #220 Improved font changing

This commit is contained in:
Jindra Petk
2013-07-27 07:34:52 +02:00
parent fae061520d
commit 2c2b722c27
17 changed files with 399 additions and 56 deletions

View File

@@ -1592,8 +1592,8 @@ public class SWFOutputStream extends OutputStream {
writeZONEDATA(value.zonedata[i]);
}
writeUB(6, 0);
writeUB(1, value.zoneMaskX ? 1 : 0);
writeUB(1, value.zoneMaskY ? 1 : 0);
writeUB(1, value.zoneMaskX ? 1 : 0);
}
/**