Package tv.porst.swfretools.parser.structures

Examples of tv.porst.swfretools.parser.structures.TextRecordList


    } while (true);

    final UINT8 end = parseUINT8(parser, 0x00006, "DefineTextParser::EndOfRecordsFlag");

    return new DefineTextTag(header, characterId, textBounds, textMatrix, glyphBits, advanceBits, new TextRecordList(textRecords), end);
  }
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.parser.structures.TextRecordList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.