Package tv.porst.swfretools.parser.structures

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


      }
    }

    return new DefineFontInfo2Tag(header, fontId, fontNameLen, fontName,
        fontFlagsReserved, fontFlagsSmallText, fontFlagsShiftJIS,
        fontFlagsANSI, fontFlagsItalic, fontFlagsBold, fontFlagsWideCodes, languageCode, new ParsedINTElementList(codeTable));
  }
View Full Code Here


    }

    return new DefineFont3Tag(header, fontId, fontFlagsHasLayout, fontFlagsShiftJIS,
        fontFlagsSmallText, fontFlagsANSI, fontFlagsWideOffsets, fontFlagsWideCodes,
        fontFlagsItalic, fontFlagsBold, languageCode, fontNameLen, fontName,
        numGlyphs, new ParsedINTElementList(offsetTable), codeTableOffset, new Shape3List(glyphShapeTable),
        new ParsedINTElementList(codeTable), fontAscent,
        fontDescent, fontLeading, new INT16List(fontAdvanceTable), new RectList(fontBoundsTable), kerningCount,
        new KerningRecordList(fontKerningTable));
  }
View Full Code Here

    }

    return new DefineFont2Tag(header, fontId, fontFlagsHasLayout, fontFlagsShiftJIS,
        fontFlagsSmallText, fontFlagsANSI, fontFlagsWideOffsets, fontFlagsWideCodes,
        fontFlagsItalic, fontFlagsBold, languageCode, fontNameLen, fontName,
        numGlyphs, new ParsedINTElementList(offsetTable), codeTableOffset, new ShapeList(glyphShapeTable), new ParsedINTElementList(codeTable), fontAscent,
        fontDescent, fontLeading, new INT16List(fontAdvanceTable), new RectList(fontBoundsTable), kerningCount,
        new KerningRecordList(fontKerningTable));
  }
View Full Code Here

    }

    return new DefineFontInfoTag(header, fontId, fontNameLen, fontName,
        fontFlagsReserved, fontFlagsSmallText, fontFlagsShiftJIS,
        fontFlagsANSI, fontFlagsItalic, fontFlagsBold, fontFlagsWideCodes,
        new ParsedINTElementList(codeTable));
  }
View Full Code Here

TOP

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

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.