swf xml test

This commit is contained in:
honfika@gmail.com
2015-12-04 08:24:09 +01:00
parent 8b7e754247
commit 9a323a1355
3 changed files with 159 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ public abstract class StaticTextTag extends TextTag {
for (TEXTRECORD tr : textRecords) {
for (GLYPHENTRY ge : tr.glyphEntries) {
glyphBits = SWFOutputStream.enlargeBitCountU(glyphBits, ge.glyphIndex);
advanceBits = SWFOutputStream.enlargeBitCountS(advanceBits, ge.glyphAdvance);
advanceBits = SWFOutputStream.enlargeBitCountU(advanceBits, ge.glyphAdvance);
}
}