Package tv.porst.swfretools.parser.structures

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


    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

TOP

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

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.